Difference between revisions of "lure.load"
(→Arguments) |
(→Arguments) |
||
Line 12: | Line 12: | ||
|- | |- | ||
| pObj | | pObj | ||
− | | Any | + | | align="left" style="padding-left:10px;" | Any |
| align="left" style="padding-left:10px;" | The object to load into the lure.document scope. Can be a file/DOM Object/or xml/html text. If no arguments are specified, the function will return an empty DOM Object | | align="left" style="padding-left:10px;" | The object to load into the lure.document scope. Can be a file/DOM Object/or xml/html text. If no arguments are specified, the function will return an empty DOM Object | ||
| align="left" style="padding-left:10px;" | No | | align="left" style="padding-left:10px;" | No |
Revision as of 22:05, 5 November 2011
Desc
Syntax/Usage
Arguments
Name | Type | Decription | Required |
---|---|---|---|
pObj | Any | The object to load into the lure.document scope. Can be a file/DOM Object/or xml/html text. If no arguments are specified, the function will return an empty DOM Object | No |
Return value
Return Type | Description |
---|---|
[Table] DOM Object | On successful completion of the the load function, it will return a valid DOM Object, or nil on failure |