Input Components Suite Skins | Last Updated 16 Mar, 2007 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Index How to use existing graphical helper skin? How to create my own skin for the graphical helpers? How can I change the style of my calculator? How can I change the style of my calendar? How to use existing graphical helper skins
How to create your own graphical helper skins
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
How can I change the style of my calculator? You have to create your own CSS file based on this template: WiseBlocksCalculator.css. In this file you can modify the properties of all existing attributes to change the look of the calculator. Change the classname WiseBlocksCalc for another one and provide the information in your cusom mask definition using calcTemplate attribute. className : "CUSTOM_Calc_MyCalculator", How can I change the style of my calendar? You have to create your own CSS file based on this template: WiseBlocksCalendar.css. In this file you can modify the properties of all existing attributes to change the look of the calendar. Change the classname WiseBlocksCalendar for another one and provide the information in your custom mask definition using the calendarTemplate attribute. className:"CUSTOM_Calendar_MyCalendar", type:"dateTime/calendar", mask:"M/d/y", calendarTemplate : "WiseblocksCalendar" |