build
2
dist/CHANGELOG.txt
vendored
@ -1,7 +1,7 @@
|
||||
X-editable changelog
|
||||
=============================
|
||||
|
||||
Version 1.5.0 wip
|
||||
Version 1.5.0 Oct 1, 2013
|
||||
----------------------------
|
||||
[enh #362] add twitter typeahead.js (vitalets)
|
||||
[enh] select: add `sourceOptions` to modify source request method and params (vitalets)
|
||||
|
10
dist/bootstrap-editable/js/bootstrap-editable.js
vendored
@ -2456,9 +2456,9 @@ To create your own input you can inherit from this class.
|
||||
inputclass: null,
|
||||
|
||||
/**
|
||||
If `true` - html will be escaped in content of element via $.text() method.
|
||||
If `false` - html will not be escaped, $.html() used.
|
||||
When you use own `display` function, this option has no influence.
|
||||
If `true` - html will be escaped in content of element via $.text() method.
|
||||
If `false` - html will not be escaped, $.html() used.
|
||||
When you use own `display` function, this option obviosly has no effect.
|
||||
|
||||
@property escape
|
||||
@type boolean
|
||||
@ -6632,7 +6632,7 @@ Automatically shown in inline mode.
|
||||
|
||||
}(window.jQuery));
|
||||
/**
|
||||
Typeahead input (bootstrap only). Based on Twitter Bootstrap [typeahead](http://twitter.github.com/bootstrap/javascript.html#typeahead).
|
||||
Typeahead input (bootstrap 2 only). Based on Twitter Bootstrap 2 [typeahead](http://getbootstrap.com/2.3.2/javascript.html#typeahead).
|
||||
Depending on `source` format typeahead operates in two modes:
|
||||
|
||||
* **strings**:
|
||||
@ -6879,7 +6879,7 @@ $(function(){
|
||||
**/
|
||||
tpl:'<input type="text">',
|
||||
/**
|
||||
Configuration of typeahead. [Full list of options](http://twitter.github.com/bootstrap/javascript.html#typeahead).
|
||||
Configuration of typeahead. [Full list of options](http://getbootstrap.com/2.3.2/javascript.html#typeahead).
|
||||
|
||||
@property typeahead
|
||||
@type object
|
||||
|
@ -2456,9 +2456,9 @@ To create your own input you can inherit from this class.
|
||||
inputclass: null,
|
||||
|
||||
/**
|
||||
If `true` - html will be escaped in content of element via $.text() method.
|
||||
If `false` - html will not be escaped, $.html() used.
|
||||
When you use own `display` function, this option has no influence.
|
||||
If `true` - html will be escaped in content of element via $.text() method.
|
||||
If `false` - html will not be escaped, $.html() used.
|
||||
When you use own `display` function, this option obviosly has no effect.
|
||||
|
||||
@property escape
|
||||
@type boolean
|
||||
|
2
dist/inputs-ext/typeaheadjs/typeaheadjs.js
vendored
@ -1,5 +1,5 @@
|
||||
/**
|
||||
Typeahead.js input, based on [Twitter Typeahead](http://twitter.github.io/typeahead.js)
|
||||
Typeahead.js input, based on [Twitter Typeahead](http://twitter.github.io/typeahead.js).
|
||||
It is mainly replacement of typeahead in Bootstrap 3.
|
||||
|
||||
|
||||
|
Before ![]() (image error) Size: 1.7 KiB After ![]() (image error) Size: 1.7 KiB ![]() ![]() |
Before ![]() (image error) Size: 212 B After ![]() (image error) Size: 212 B ![]() ![]() |
Before ![]() (image error) Size: 206 B After ![]() (image error) Size: 206 B ![]() ![]() |
Before ![]() (image error) Size: 336 B After ![]() (image error) Size: 336 B ![]() ![]() |
Before ![]() (image error) Size: 341 B After ![]() (image error) Size: 341 B ![]() ![]() |
Before ![]() (image error) Size: 332 B After ![]() (image error) Size: 332 B ![]() ![]() |
Before ![]() (image error) Size: 5.7 KiB After ![]() (image error) Size: 5.7 KiB ![]() ![]() |
Before ![]() (image error) Size: 333 B After ![]() (image error) Size: 333 B ![]() ![]() |
Before ![]() (image error) Size: 292 B After ![]() (image error) Size: 292 B ![]() ![]() |
Before ![]() (image error) Size: 4.4 KiB After ![]() (image error) Size: 4.4 KiB ![]() ![]() |
Before ![]() (image error) Size: 4.4 KiB After ![]() (image error) Size: 4.4 KiB ![]() ![]() |
Before ![]() (image error) Size: 4.4 KiB After ![]() (image error) Size: 4.4 KiB ![]() ![]() |
Before ![]() (image error) Size: 4.4 KiB After ![]() (image error) Size: 4.4 KiB ![]() ![]() |
Before ![]() (image error) Size: 4.4 KiB After ![]() (image error) Size: 4.4 KiB ![]() ![]() |
Before ![]() (image error) Size: 4.4 KiB After ![]() (image error) Size: 4.4 KiB ![]() ![]() |
Before ![]() (image error) Size: 4.4 KiB After ![]() (image error) Size: 4.4 KiB ![]() ![]() |
@ -2456,9 +2456,9 @@ To create your own input you can inherit from this class.
|
||||
inputclass: null,
|
||||
|
||||
/**
|
||||
If `true` - html will be escaped in content of element via $.text() method.
|
||||
If `false` - html will not be escaped, $.html() used.
|
||||
When you use own `display` function, this option has no influence.
|
||||
If `true` - html will be escaped in content of element via $.text() method.
|
||||
If `false` - html will not be escaped, $.html() used.
|
||||
When you use own `display` function, this option obviosly has no effect.
|
||||
|
||||
@property escape
|
||||
@type boolean
|
||||
|
@ -2456,9 +2456,9 @@ To create your own input you can inherit from this class.
|
||||
inputclass: null,
|
||||
|
||||
/**
|
||||
If `true` - html will be escaped in content of element via $.text() method.
|
||||
If `false` - html will not be escaped, $.html() used.
|
||||
When you use own `display` function, this option has no influence.
|
||||
If `true` - html will be escaped in content of element via $.text() method.
|
||||
If `false` - html will not be escaped, $.html() used.
|
||||
When you use own `display` function, this option obviosly has no effect.
|
||||
|
||||
@property escape
|
||||
@type boolean
|
||||
|