Wijmo UI for the Web
add Method
The node content or innerHTML.
Specified the postion to insert at.
Add a custom item with specified index.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijcarousel();
var value; // Type: any

// Parameters
var ui; // Type:  undefined
var index; // Type:  number

value = instance.add(ui, index);
Javascript (Specification) 
function add( 
   ui : undefined,
   index : number
) : any;

Parameters

ui
The node content or innerHTML.
index
Specified the postion to insert at.
Browser Compatibility
7
5
5

See Also

Reference

wijcarousel type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.