Hi
I downloaded the trail example and wanted to use the http://localhost:8080/isomorphic/system/reference/SmartClient_Explorer.html
as my menu.
In SmartClient_Explorer.html and exampleTree.js, it uses isc.ExampleTree.create. But there are not document to teach us how to use it.
Can you point out any document to teach us how to use this UI.
Many Thanks
isc.ExampleTree.create({
.
.
.
{
icon:"[ISO_DOCS_SKIN]/images/iconexperience/funnel.png",
id:"adaptiveFilterFS",
ref:"adaptiveFilter",
title:"Adaptive Filter"
},
.
.
})
I downloaded the trail example and wanted to use the http://localhost:8080/isomorphic/system/reference/SmartClient_Explorer.html
as my menu.
In SmartClient_Explorer.html and exampleTree.js, it uses isc.ExampleTree.create. But there are not document to teach us how to use it.
Can you point out any document to teach us how to use this UI.
Many Thanks
isc.ExampleTree.create({
.
.
.
{
icon:"[ISO_DOCS_SKIN]/images/iconexperience/funnel.png",
id:"adaptiveFilterFS",
ref:"adaptiveFilter",
title:"Adaptive Filter"
},
.
.
})