Difference between revisions of "lure.load"
(→Arguments) |
|||
Line 4: | Line 4: | ||
==== Arguments ==== | ==== Arguments ==== | ||
+ | |||
+ | {| | ||
+ | ! align="left" | Name | ||
+ | ! align="left" style="padding-left:10px;" | Type | ||
+ | ! align="left" style="padding-left:10px;" | Decription | ||
+ | ! align="left" style="padding-left:10px;" | Required | ||
+ | |- | ||
+ | | pObj | ||
+ | | align="left" style="padding-left:10px;" | The object to load into the lure.document scope. Can be a file/domobject/or plain text. If no arguments are specified, the function will return an empty document object | ||
+ | | align="left" style="padding-left:10px;" | No | ||
+ | |} | ||
==== Return value ==== | ==== Return value ==== |
Revision as of 22:03, 5 November 2011
Desc
Syntax/Usage
Arguments
Name | Type | Decription | Required |
---|---|---|---|
pObj | The object to load into the lure.document scope. Can be a file/domobject/or plain text. If no arguments are specified, the function will return an empty document 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 |