view

view

This tag will run the view on an object with the same objectid until it is saved to the database.

Metadata

Attributes

Name Type Required Default Options Description
stObject string No #structNew()# use to get an existing object that has already been fetched by the calling page.
typename string No typename of the object.
objectid string No used to get an existing object
key string No use to generate a new object
template string No can be used as an alternative to webskin. Best practice is to use webskin.
webskin string No the webskin to be called with the object
onExitProcess string No
stProps string No #structNew()#
stParam string No #structNew()#
r_html string No Empty will render the html inline
r_objectid string No Allows the return of the objectid usefull if it is generated by the tag in the case of when passing a key.
hashKey string No Pass in a key to be used to hash the objectBroker webskin cache
bAjax string No 0 Flag to determine whether to render an ajax call to load the webskin instead of inline.
ajaxID string No The id to give the div that will call the ajaxed webskin
ajaxShowloadIndicator string No false Should the ajax loading indicator be shown
ajaxindicatorText string No loading... What should be text of the loading indicator
ajaxURLParameters string No parameters to pass for ajax call
ajaxTimeout string No 30 parameters to pass for ajax call
bIgnoreSecurity string No false Should the getView() ignore webskin security
bAllowTrace string No true Sometimes having webskin trace information can break the integrity of a page. This allows you to turn it off.