Skip to content

Better integration with bootstrap style #206

@sirlordt

Description

@sirlordt

Hi excellent jquery plugin but... better integration with bootstrap styles needed.

<textarea id="textboxField02DialogEditor" sclass="form-control" rows="1" placeholder="" />

The result control look is very ugly.

$( '#textboxField02DialogEditor' ).textext( { plugins : 'arrow autocomplete' } ).bind( 'getSuggestions', function(e, data) { var list = [ 'Basic', 'Closure', 'Cobol', 'Delphi' ], textext = $(e.target).textext()[0], query = (data ? data.query : '') || ''; $(this).trigger( 'setSuggestions', { result : textext.itemManager().filter(list, query) } ); } );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions