| Sample Applications: | Real-Time Data Submit Domains Wizard Signup |
| Widgets: | Widget Button Checkbox Radio Edit Calendar Drag Resize |
| Grouped Widgets: | Listbox Tree Combobox Menu Table Splitter Tabs |
|
|
|
| Prebuilt Widgets: | Collapsible Panel Bar Windows Zooming Box Color Picker Toolbar Popups and Tooltips |
| Widget Properties: | Animations Anchors Attach to Widget Attach to Container Drag N Drop Gradient Layout Polling (real-time) |
|
|
|
Tutorials   Buy It   Support   XML Source  
It is easy to create a calendar. To select a different month you would click on the buttons on either side of the "month, year" display. The dates get highlighted as you roll your mouse over them. As you click on the date, it gets highlighted and selected. Yearly calendar can be selected. The online calendar control can be enabled/disabled. Popup (dropdown) calendar is represented by combo box (combobox) in the applet above with selected in Calendar date displayed. Opening a combo box will open a calendar. Once date has been selected in calendar, the loadgui attribute can be used to hook up to php file to submit this data. The php file is an example of a middleware component that handles the processing of data. This file can be written as a cgi script, jsp, asp, php, exe etc... Enabled property set to False is used to disabled a Calendar. Foreground colors and highlights can be configured to be set to any 6 digit hexadecimal (RGB) value. Calendar border choices are: none, flat, squareraised, squarelowered, roundraised, roundlowered, roundraisedthin, roundloweredthin, squareraisedthin, squareloweredthin, text groove, ridge. Bambookit allows also to set font size and font style as you make a calendar. The Fontname can be customise as Serif, Sanssserif, or monospaced. Fontstyle can be configured as Bold, Italic, Plain, Bolditalic, Underline. The point size can be set from 6 tp 120. XML source to create a calendar template is provided. Online calendar is important control in Bambookit software of XML GUI user interface. |