AboutEform
History Key
- New content
Removed content
Recent Versions
Choose two versions to compare, or click the link to view it.
Eform is basically a container for a bunch of attribute/value pairs. In Javascript we use the object literal to represent an eform. So whenever you see the mentioning of a message type EForm think of an object literal. (i.e. {"name1" : 1, "name2" : 2})