HtmlConnector

Moduleejs.web
Namespace"ejs.web"
Definition class HtmlConnector
InheritanceHtmlConnector inherit Object

The Html Connector provides bare HTML encoding of Ejscript controls TODO - should actually implement the ViewConnector.


Properties

QualifiersPropertyTypeDescription
No properties defined

HtmlConnector Methods

QualifiersMethod
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

aform(record: Object, url: String, options: Object): Void

Duplicate View.

Description
Aform.

alink(text: String, url: String, options: Object): Void

Duplicate View.

Description
Alink.

button(value: String, buttonName: String, options: Object): Void

Duplicate View.

Description
Button.

buttonLink(text: String, url: String, options: Object): Void

Duplicate View.

Description
ButtonLink.

chart(data: Array, options: Object): Void

Duplicate View.

Description
Chart.

checkbox(name: String, value: String, submitValue: String, options: Object): Void

Duplicate View.

Description
Checkbox.

endform(): Void

Duplicate View.

Description
EndForm.

extlink(text: String, url: String, options: Object): Void

Duplicate View.

Description
Extlink.

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.

Description
Form.

image(src: String, options: Object): Void

Duplicate View.

Description
Image.

label(text: String, options: Object): Void

Duplicate View.

Description
Label.

link(text: String, url: String, options: Object): Void

Duplicate View.

Description
Link.

list(name: String, choices: Object, defaultValue: String, options: Object): Void

Duplicate View.

Description
List.

mail(name: String, address: String, options: Object): Void

Duplicate View.

Description
Mail.

progress(data: Array, options: Object): Void

Duplicate View.

Description
Progress.

radio(name: String, selected: String, choices: Object, options: Object): Void

Duplicate View.

Description
Radio.

script(url: String, options: Object): Void

Duplicate View.

Description
Script.

status(data: Array, options: Object): Void

Duplicate View.

Description
Status.

stylesheet(url: String, options: Object): Void

Duplicate View.

Description
Stylesheet.

table(data: Array, options: Object): Void

Duplicate View.

Description
Table.

tabs(tabs: Array, options: Object): Void

Duplicate View.

Description
Tabs.

text(name: String, value: String, options: Object): Void

Duplicate View.

Description
Text.

textarea(name: String, value: String, options: Object): Void

Duplicate View.

Description
Textarea.

tree(data: Array, options: Object): Void

Duplicate View.

Description
Tree.