summaryrefslogtreecommitdiffstats
path: root/dev/jquery.jtable.forms.js
diff options
context:
space:
mode:
authorHalil İbrahim Kalkan <hikalkan@gmail.com>2013-03-10 18:13:31 +0200
committerHalil İbrahim Kalkan <hikalkan@gmail.com>2013-03-10 18:13:31 +0200
commit1a540bc9dd0ce3855c41fd94f1894d67854ec8d3 (patch)
treeaf509dac6cef04612b2c46475ced3790c17ee336 /dev/jquery.jtable.forms.js
parent808a21ce6ff05210b746652ecf64f8c25f636714 (diff)
downloadjtable-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.js2
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.