I am new to dashcode programming and want to make a web apps with
multiple edge to edge list levels. I did the following programming but
this is not working. Please help.


function load()
{
    dashcode.setupParts();
}


function itemClicked(event)
{
    var list = document.getElementById("list").object;
    var browser = document.getElementById('browser').object;
    var selectedObjects = list.selectedObjects();

    if (selectedObjects && (1 == selectedObjects.length)){

        if (selectedObjects[0].match('Acadia'))
        {
            dotransistion('shows','listLevel2');
        }

    }
}

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.

Reply via email to