diff options
author | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2013-03-10 18:13:31 +0200 |
---|---|---|
committer | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2013-03-10 18:13:31 +0200 |
commit | 1a540bc9dd0ce3855c41fd94f1894d67854ec8d3 (patch) | |
tree | af509dac6cef04612b2c46475ced3790c17ee336 /dev/jquery.jtable.forms.js | |
parent | 808a21ce6ff05210b746652ecf64f8c25f636714 (diff) | |
download | jtable-2.3.0.zip jtable-2.3.0.tar.gz jtable-2.3.0.tar.bz2 |
jTable v2.3.0v2.3.0
jQueryUI theme support with jqueryuiTheme option. [#135]
New field option: inputTitle. [#265]
Fixed some issues. [#134, #270, #371]
Updated some localization files.
Diffstat (limited to 'dev/jquery.jtable.forms.js')
-rw-r--r-- | dev/jquery.jtable.forms.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/jquery.jtable.forms.js b/dev/jquery.jtable.forms.js index 840eec4..b497a7e 100644 --- a/dev/jquery.jtable.forms.js +++ b/dev/jquery.jtable.forms.js @@ -28,7 +28,7 @@ //TODO: May create label tag instead of a div. return $('<div />') .addClass('jtable-input-label') - .html(this.options.fields[fieldName].title); + .html(this.options.fields[fieldName].inputTitle || this.options.fields[fieldName].title); }, /* Creates an input element according to field type. |