<HTML dir=ltr><HEAD><TITLE>[Xerte] accessing FWTitle and pageTitle with visuals off</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16981" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText95354 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>I'd also use the XMLElement to get at data in a custom interface,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>J</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> xerte-bounces@lists.nottingham.ac.uk on behalf of Mary Ann Ahearn<BR><B>Sent:</B> Mon 22/03/2010 14:22<BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> [Xerte] accessing FWTitle and pageTitle with visuals off<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>I've been struggling with getting to the learning object title and the<BR>page title to display in my custom interface if visuals are turned off on<BR>the interface icon.<BR><BR><BR>with visuals = 0<BR>rootIcon.FWTitle.text: undefined<BR><BR><BR>with visuals =1<BR>rootIcon.FWTitle.text: 'My Learning Object'<BR><BR><BR>Read something about the controller in the list archives but couldn't<BR>figure out how to access it:<BR><BR><BR>rootIcon.controller.FWTitle.text: undefined<BR>controller.FWTitle.text: undefined<BR><BR><BR>Finally found a way to do it via the XMLElement and action script:<BR><BR><BR>rootIcon.XMLElement.attributes.title: 'My Learning Object'<BR><BR><BR>This gives me what I want regardless of the visuals setting.&nbsp; Getting to<BR>the page title similarly should be doable.<BR><BR><BR>Is there a better way to do this?&nbsp; Am I missing something really obvious?<BR>Can't believe how long it took me to figure this one out but I'm very much<BR>in learning mode when it comes to processing XML.<BR><BR>Thanks so much!<BR>Mary Ann<BR><BR><BR><BR><BR><BR><BR><BR>_______________________________________________<BR>Xerte mailing list<BR>Xerte@lists.nottingham.ac.uk<BR><A href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A><BR></FONT></P></DIV></BODY></HTML>