Home / AJAX

Sys.UI.DataView.itemTemplate Property

RSS
Modified on 2009/11/14 19:12 by Administrator Categorized as Uncategorized

Gets or sets the external item template to use to render the data.

NoteNote:

To get property values for client API properties, you must call the property accessor method that is named with the get_ prefix. For example, to get a value for a property such as cancel, you call the get_cancel method.

var a = MyDataView.get_itemTemplate();
MyDataView.set_itemTemplate(value)

Parameters

Parameter

Description

value

The template to instantiate.

Return Value

The template to instantiate.

Remarks

Gets or sets (as a DOM element or DOM element Id) the external item template to use to render the data.

See Also

Other Resources

Language Reference