Changeset 1576
- Timestamp:
- 2010-06-29 07:23:32 (3 years ago)
- Location:
- trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/static-{build}.key/kauri.forms
- Files:
-
- 2 edited
-
control.js (modified) (1 diff)
-
date.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/static-{build}.key/kauri.forms/control.js
r1575 r1576 1796 1796 var parent = this.getParent(); 1797 1797 var parentId = ""; 1798 var id = ""; 1799 1798 1800 if (parent) 1799 1801 parentId = parent.getGroupId(); 1800 var id = null;1801 if( !parent.groupChildrenInLayoutIndex)1802 1803 if(parent == undefined || !parent.groupChildrenInLayoutIndex) 1802 1804 id = $.concatPath(parentId, this.getId()); 1803 1805 else 1804 1806 id = $.concatPath(parentId, "#"); 1807 1805 1808 this._groupId = id; 1806 1809 } -
trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/static-{build}.key/kauri.forms/date.js
r1508 r1576 338 338 339 339 var options = { 340 dateFormat: type['user-format'].pattern,340 dateFormat: (type['user-format']) ? type['user-format'].pattern : undefined, 341 341 buttonImage: this.staticResourceUri + "/img/1x1t.gif", // the image will actually be set with css so just pass a dummy img src 342 342 buttonText: "Choose a date",
Note: See TracChangeset
for help on using the changeset viewer.