Changeset 5a79416 in github
- Timestamp:
- Apr 21, 2012 12:25:20 PM (13 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo
- Children:
- 862de1b
- Parents:
- b1b808d
- File:
-
- 1 edited
-
program/js/app.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
rc31360d r5a79416 4621 4621 input.datepicker(); 4622 4622 } 4623 else if (colprop.type == 'textarea') { 4624 input = $('<textarea>') 4625 .addClass('ff_'+col) 4626 .attr({ name: '_'+col+name_suffix, cols:colprop.size, rows:colprop.rows }) 4627 .appendTo(cell); 4628 4629 this.init_edit_field(col, input); 4630 } 4623 4631 else if (colprop.type == 'composite') { 4624 4632 var childcol, cp, first, templ, cols = [], suffices = [];
Note: See TracChangeset
for help on using the changeset viewer.
