AboutEform

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})

No comments yet. post a comment >