', that.options.searchFormCss.form_group));
+ htmlForm.push(sprintf('
', vObjCol.field, that.options.searchFormCss.label, vObjCol.title));
+ htmlForm.push(sprintf('
', that.options.searchFormCss.container));
vObjCol.operate = vObjCol.operate ? vObjCol.operate.toUpperCase() : '=';
htmlForm.push(sprintf('', vObjCol.field, vObjCol.field, vObjCol.operate));
@@ -132,7 +132,8 @@
htmlForm.push('
');
}
}
- htmlForm.push('
');
@@ -146,7 +147,7 @@
var htmlBtn = [];
var searchSubmit = that.options.formatCommonSubmitButton();
var searchReset = that.options.formatCommonResetButton();
- htmlBtn.push('
');
+ htmlBtn.push(sprintf('
', that.options.searchFormCss.container));
htmlBtn.push(sprintf(' ', searchSubmit));
htmlBtn.push(sprintf(' ', searchReset));
htmlBtn.push('
');
@@ -297,7 +298,7 @@
var that = this,
html = [];
- if(that.options.showSearch){
+ if (that.options.showSearch) {
html.push(sprintf('
', this.options.buttonsAlign, this.options.buttonsAlign));
html.push(sprintf('