Wijmo UI for the Web
addNew Method
wijmo.data Namespace > IEditableDataView Interface : addNew Method
Optional hash of property values for the a element.
Creates, adds a new element and marks it as being edited.
Syntax
var instance; // Type: wijmo.data.IEditableDataView;
var value; // Type: any

// Parameters
var initialValue; // Type:  Object

value = instance.addNew(initialValue);
function addNew( 
   initialValue : Object
) : any;

Parameters

initialValue
Optional hash of property values for the a element.
Remarks
Works the same way as add(item), but the new item is created by the data view.
See Also

Reference

IEditableDataView Interface