| 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) |
Button |
Bambookit web site buttons are interactive buttons, it changes when the cursor or pointer is position over it. By making a button light up (or otherwise calling attention to itself), you provide a stronger visual signal that the area is clickable then with a static flat graphic. Bambookit button offers wide range of colors for background and foreground highlights, rollovers, or opaque to set a button's transparency. Background and Foreground colors and highlights can be configured to be set to any 6 digit hexadecimal (RGB) value. Web Button's border choices are: none, flat, squareraised, squarelowered, roundraised, roundlowered, roundraisedthin, roundloweredthin, squareraisedthin, squareloweredthin, text groove, ridge. Buttons can contain a text with customize font's size and style, colors, alignment. The Fontname can be configured as Serif, Sansserif, or monospaced. Fontstyle can be configured as Bold, Italic, Plain, Bolditalic, Underline. The point size can be set from 6 tp 120. Button can be aligned right, left, center, bottomright, bottomleft, topright, topleft. Button can be set to be sticky to maintain a selected state in the button by clicking on it. It can be set visible/invisible, enabled/disabled, selected/deselected. URL's functionality can be added to the button by registering a URL for through the use of action attribute. By associating a hyperlink with a button a web page is opened when the user clicks on the link. The link style and color can be configured. Action attribute will also allow to open xml files with defined XML GUI user interface in any screen in the application or in a frame specified on the web page. Enabled property set to False is used to disabled a Button. Opaque is used to set the Button's transparency, if opaque is set to 'false', then the elements behind the Button are visible and Foreground highlight is set automatically to white. Cacheable views get activated through setCache property. When loading gui's, this option caches the views if set to 'True, including previously entered data in the fields. It is easy to customise buttons in Bambookit web application including adding links, email (mailto property), create buttons, create menu buttons and much more. You can create Buttons as an add-on to the web site. |