Documentation guide
General information
Documentation Center
Frequently Asked Questions
Release notes
How does it work
Pricing
Get a trial version license
Public QA Tests
QA Tests and Examples
For the first steps
Installation
Quick Start
Troubleshooting
Advanced Users
Users guide
Users guide Advanced
DHTML and JavaScript integration
What's new in V2.0
Release notes
ICDateTimeMask
ICCalendar
Graphical Helpers Skins
Internationalization
Predefined Masks
Text Masks
DateTime Masks
Calendar Graphical Helpers
Numeric Masks
Calculator Graphical Helpers
Spinner Graphical Helpers
Decorators
Validator Masks
Skins & Styles
Graphical Helpers Skins
| 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" |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||


