Changeset 1442


Ignore:
Timestamp:
2010-02-22 08:29:23 (2 years ago)
Author:
freya
Message:

solves #214 : problems with date-control on IE8
solves #228 : alt att of datepicker is always shown in firefox

Location:
trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/static-{build}.key/kauri.forms/date.js

    r1440 r1442  
    344344            var options = { 
    345345                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", 
    347349                buttonImageOnly: true, 
    348350                showOn: "button", 
Note: See TracChangeset for help on using the changeset viewer.