| 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
1/24/2008 8:33:34 AM - FLWCOM-jwdavidson
FormCheckboxPresentation object
5/31/2005 2:59:35 AM - ChristianMetz-217.91.100.54
FormHiddenFieldPresentation object
7/26/2007 2:46:26 AM - DerekLakin-90.199.71.244
Missing
8/27/2007 4:22:19 AM - -77.54.20.169
FormInputFieldPresentation object
4/29/2005 9:49:28 AM - ChristianMetz-217.91.100.54
FormRadioPresentation object
5/31/2005 2:46:01 AM - ChristianMetz-217.91.100.54