Metadata-Version: 1.1
Name: cubicweb-tagsinput
Version: 0.2.4
Summary: Provides https://github.com/timschlechter/bootstrap-tagsinput based widgets
Home-page: http://www.cubicweb.org/project/cubicweb-tagsinput
Author: UNLISH S.A.S. (Montpellier, FRANCE)
Author-email: contact@unlish.com
License: LGPL
Description: Summary
        -------
        
        Provides https://github.com/timschlechter/bootstrap-tagsinput based widgets
        
        TagsInputBase
            Base class for tagsinput widgets
        
            itemhtml_view_regid
                regid of the view that will be used to render the entity in a tag.
        
            options
                Default options given to the tagsinput component.
        
        ObjectTagsInput
            Usable with RelationField
        
            Will preload all the possible target values.
        
        LazyRelationWidget
            Usable with RelationField
        
            Dynamicaly search for target entities using the 'has_text' relation.
        
        Both widgets make use of a 'tagsinput.itemhtml'
        
        Releases
        --------
        
        0.2.1
            *   Fix the ObjectTagsInput widget.
        
        0.2
            *   Add a 'options' argument to the widgets constructor. It must be a
                dictionnary that will be given as initialisation arguments to the
                javascript constructor.
        
            *   Set the tabindex of the input according to the original input one.
        
            *   Add a small doc
        
        0.1
            Initial release
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: CubicWeb
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
