Serializes the ListItem-s to a JSON string.
Namespace: MindFusion.Common.UI
File: ListContainer.js
SyntaxJavaScript
Copy Code
|
|---|
function toJson () |
String. The serialized JSON.
ExampleThe following sample calls the toJson method of a ToolStrip control that derives from ListContainer to get the JSON representation of the items within this tool strip.
JavaScript
Copy Code
|
|---|
| string items = toolstrip.toJson(); |
See Also