Changeset 1442
- Timestamp:
- 2010-02-22 08:29:23 (2 years ago)
- Location:
- trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri
- Files:
-
- 1 added
- 1 edited
-
static-{build}.key/kauri.forms/date.js (modified) (1 diff)
-
static/img/1x1t.gif (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/static-{build}.key/kauri.forms/date.js
r1440 r1442 344 344 var options = { 345 345 dateFormat: type['user-format'].pattern, 346 buttonImage: "javascript:void(0);", // the image will actually be set with css so just pass a dummy img src 346 // TODO get publicUri('service:/main/static/img/1x1t.gif') here 347 buttonImage: "/kauri/forms/static/img/1x1t.gif", // the image will actually be set with css so just pass a dummy img src 348 buttonText: "Choose a date", 347 349 buttonImageOnly: true, 348 350 showOn: "button",
Note: See TracChangeset
for help on using the changeset viewer.