HtmlConnector
Module | ejs.web |
Namespace | "ejs.web" |
Definition | class HtmlConnector |
Inheritance | HtmlConnector ![]() |
The Html Connector provides bare HTML encoding of Ejscript controls TODO - should actually implement the ViewConnector.
Properties
Qualifiers | Property | Type | Description |
---|---|---|---|
No properties defined |
HtmlConnector Methods
Qualifiers | Method |
---|---|
aform(record: Object, url: String, options: Object): Void | |
Duplicate View. | |
alink(text: String, url: String, options: Object): Void | |
Duplicate View. | |
button(value: String, buttonName: String, options: Object): Void | |
Duplicate View. | |
buttonLink(text: String, url: String, options: Object): Void | |
Duplicate View. | |
chart(data: Array, options: Object): Void | |
Duplicate View. | |
checkbox(name: String, value: String, submitValue: String, options: Object): Void | |
Duplicate View. | |
endform(): Void | |
Duplicate View. | |
extlink(text: String, url: String, options: Object): Void | |
Duplicate View. | |
flash(kind: String, msg: String, options: Object): Void | |
TODO - how to make this style-able?. | |
form(record: Object, url: String, options: Object): Void | |
Duplicate View. | |
image(src: String, options: Object): Void | |
Duplicate View. | |
label(text: String, options: Object): Void | |
Duplicate View. | |
link(text: String, url: String, options: Object): Void | |
Duplicate View. | |
list(name: String, choices: Object, defaultValue: String, options: Object): Void | |
Duplicate View. | |
mail(name: String, address: String, options: Object): Void | |
Duplicate View. | |
progress(data: Array, options: Object): Void | |
Duplicate View. | |
radio(name: String, selected: String, choices: Object, options: Object): Void | |
Duplicate View. | |
script(url: String, options: Object): Void | |
Duplicate View. | |
status(data: Array, options: Object): Void | |
Duplicate View. | |
stylesheet(url: String, options: Object): Void | |
Duplicate View. | |
table(data: Array, options: Object): Void | |
Duplicate View. | |
tabs(tabs: Array, options: Object): Void | |
Duplicate View. | |
text(name: String, value: String, options: Object): Void | |
Duplicate View. | |
textarea(name: String, value: String, options: Object): Void | |
Duplicate View. | |
tree(data: Array, options: Object): Void | |
Duplicate View. |
Method Detail
Duplicate View.
- Description
- Checkbox.
endform(): Void
Duplicate View.
- Description
- EndForm.
Duplicate View.
- Description
- List.
Duplicate View.
- Description
- Radio.