Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SmartClient_Explorer.html

    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"
    },
    .
    .
    })

    #2
    This is an internal component used by the Feature Explorer as part of how it shows samples. Any other code you read from this file may also use internal components, so it's not a good place to go to learn the system.

    For a general purpose Menu component, use Menu, or for a tree, use TreeGrid. In general, use the samples *shown in* the Feature Explorer to learn the system, not the code for the Feature Explorer itself.

    Comment

    Working...
    X