Hi,

I read, in a flashform a page (inside a tabnavigator) doesn't accept an
ID/cannot be accessed by an ID. 
(http://www.mail-archive.com/[email protected]/msg211338.html)

Does anybody know a way how to access a page in a different way (using the
indexNo for example)

eg I've a tabnav with 3 pages
<cfformgroup  type="tabnavigator" id="tabnav">
        <cfformgroup type="page" >      </cfformgroup>
        <cfformgroup type="page" >      </cfformgroup>
        <cfformgroup type="page" enabled="false" >      </cfformgroup>
</cfformgroup>

now, (using the onClick event of a button), I change the selectedIndex of the
tabnavigator saying tabnav.selectedIndex=2;

is there a way to access the enabled attribute of the pages?
like saying something like tabnav(2).enabled=true;??

thx
-- 
Sebastian Mork <[EMAIL PROTECTED]>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:199869
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to