Item | Description | Action |
---|---|---|
Open | Open the design window | |
Button | Add a button to the design window | |
Text | Add text to the design window | |
Image | Add an image to the design window | Image URL: width: height: |
Checkbox | Add a checkbox to the design window | |
Select | Add a select box to the design window | |
Select Option | Add an option to the select box | |
Table | Add a table to the design window | Header: |
Table Row | Add a row to the table | Data: |
TextBox | Add a textbox to the design window | |
TextArea | Add a textarea to the design window | |
Radio | Add a radio button to the design window | |
Submit | Add a submit button to the design window | |
Alert Button | Add an alert button to the design window | |
Examples | Add a button to open the example window | |
Close | Close the design window | |
Clear | Clear the design window |
HTML | CSS | JavaScript | XML | Others |
---|---|---|---|---|
Table | None | Window | None | None |
. | None | Event-driven Programming | None | None |
Button | None | None | None | None |
Text | None | None | None | None |
Image | Width and Height | None | None | None |
Checkbox | None | None | None | None |
Select | None | Event Driven Programming | None | None |
Select Option | None | Event Driven Programming | None | None |
Table | None | None | None | None |
Table Row | None | Event Driven programming | None | None |
TextBox | None | None | None | None |
TextArea | None | None | None | None |
Radio Button | None | None | None | Uses Label |
Submit Button | None | Event-driven programming | None | None |
Alert Button | None | Event-driven programming | None | None |
Examples Button | None | Event-driven programming | None | None |