| FormCheckboxPresentation Checkbox(String fieldName, String fieldValue, Object isChecked, String attributes {optional}) |
| Present a checkbox |
| FormSelectFieldPresentation ComboSelectField(String fieldName, Array options, String selectedOption {optional}, Array values {optional}, Object selectedValue {optional}, String attributes {optional}) |
| Present a combobox select property |
| ContainerEndPresentation ContainerEnd(String type {optional}) |
| End a <div> or <span> container |
| ContainerStartPresentation ContainerStart(String type {optional}, String id {optional}, String style {optional}) |
| Start a <div> or <span> container |
| FormEndPresentation FormEnd |
| End a form |
| FormStartPresentation FormStart(String URI, String method, String attributes {optional}) |
| Start a form |
| FormHiddenFieldPresentation HiddenField(String fieldName, String fieldValue, String attributes {optional}) |
| Present a hidden property |
| ImagePresentation Image(String URL, String title {optional}, String linkToURL {optional}, String height {optional}, String width {optional}, String attributes {optional}) |
| Present an image |
| FormImageButtonPresentation ImageButton(String fieldName, String imageURI, String tipString, String attributes {optional}) |
| Present an image button |
| FormInputFieldPresentation InputField(String fieldName, String fieldValue, Integer fieldLength {optional}, String attributes {optional}) |
| Present an input property |
| LabelPresentation Label(String forId, String text, String attributes {optional}) |
| Present a label |
| LinkPresentation Link(String URL, String content, String tip {optional}, String attributes {optional}) |
| Present a hyperlink |
| FormSelectFieldPresentation ListSelectField(String fieldName, Integer size, Object multiple, Array options, String selectedOption {optional}, Array values {optional}, Object selectedValue {optional}, String attributes {optional}) |
| Present a listbox select property |
| NonBreakingSpacePresentation NonBreakingSpace |
| present a non-breaking space |
| FormRadioPresentation Radio(String fieldName, String fieldValue, Object isChecked, String attributes {optional}) |
| Present a radio |
| FormResetButtonPresentation ResetButton(String fieldName, String label, String attributes {optional}) |
| Present a reset button |
| FormSubmitButtonPresentation SubmitButton(String fieldName, String label, String attributes {optional}) |
| Present a submit button |
| FormTextareaPresentation Textarea(String fieldName, String fieldValue, Integer rows {optional}, Integer columns {optional}, String attributes {optional}) |
| Present a textarea |
Object is the root type in the WikiTalk language; almost all types inherit from Object
9/14/2007 2:00:49 PM - -74.15.242.151