renders the specified item or the whole layout
| id | id | the item id | 
| obj | object | the object with data for the rendered item | 
| mode | string | "update" to change only a part of a layout | 
$$("datalayout").render(id,obj,mode);
When no parameters are specified, the method renders the whole view.
Back to top