This will Embed the contents of another object on to the page using AJAX.
You can use this when you want the content to be loaded after the main page has loaded. This will allow the main page to load and display faster.
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | obj_id | Integer | The ID of the object to load | |
2 | param | String | Any parameters to pass to the page | |
- | class | String | Any classes to add to the div element that will contain the loaded content | |
- | style | display:none; | String | Any CSS styles to add to the div element that will contain the loaded content |
- | method | 2 | Integer | The display method when loading the content into the page. 0 - Populate but don't show |
- | id | AJAX_?????? | String | The ID of the element to populate |