Manoj,
You can try the following UI module,
Table(uid: "article_body_tbl", clocator: [tag: "table", class:
"mceLayout"){
Container(uid: "row: 1, column: 1"){
UrlLink(uid: "toolbuttonq", clocator:[title: "^Jump to tool
buttons", accesskey: "q"])
Table(uid: "article_body_toolbar1", clocator:[:]){
UI elements inside
}
UrlLink(uid: "toolbuttonz", clocator:[title: "^Jump to tool
buttons", accesskey: "z"])
}
Container(uid: "row: 2, column: 1"){
Frame(uid: "article_body_ifr", id: "article_body_ifr"){
Container(uid: "p", clocator: [tag: "p"]){
UI elements inside
}
}
}
}
For more details on how to use Frame in Tellurium, please read
http://code.google.com/p/aost/wiki/UserGuide?tm=6#Frame
Thanks,
Jian
On Aug 3, 3:20 pm, Manoj Chavan <[email protected]> wrote:
> I have a similar hurdle. If you can help me define the groovy module will be
> gr8. Thanks in advance.
>
> Regards,
>
> Manoj
>
> MY HTML SOURCE:
>
> <span id="article_body_parent" class="mceEditor defaultSkin">
> <table id="article_body_tbl" class="mceLayout" cellspacing="0"
> cellpadding="0" style="width: 600px; height: 409px;">
> <tbody>
> <tr class="mceFirst">
> <td class="mceToolbar mceLeft mceFirst mceLast">
> <a title="Jump to tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to
> element path - Alt-X" accesskey="q" href="#"></a>
> <table id="article_body_toolbar1" class="mceToolbar mceToolbarRow1 Enabled"
> cellspacing="0" cellpadding="0" align="">
> <tbody>
> <tr>
> <td class="mceToolbarStart mceToolbarStartButton mceFirst">
> </td>
> <td class="mceToolbarEnd mceToolbarEndButton mceLast">
> </td>
> </tr>
> </tbody>
> </table>
> <a onfocus="tinyMCE.getInstanceById('article_body').focus();" title="Jump to
> tool buttons - Alt+Q, Jump to editor - Alt-Z, Jump to element path - Alt-X"
> accesskey="z" href="#"></a>
> </td>
> </tr>
> <tr class="mceLast">
> <td class="mceIframeContainer mceFirst mceLast">
> <iframe id="article_body_ifr" frameborder="0" src="javascript:"""
> style="width: 100%; height: 386px;">
> <html>
> <head xmlns="http://www.w3.org/1999/xhtml">
> </head>
> <body id="tinymce" class="mceContentBody" spellcheck="false" dir="ltr">
> <p>
> <br mce_bogus="1"/> <<<<<<<<<< ! This is were the text goes
> ....>>>>>>>>>>
>
> </p>
> </body>
> </html>
> </iframe>
> </td>
> </tr>
> </tbody>
> </table>
> </span>
>
> ----- Original Message ----
> > From: Vivek <[email protected]>
> > To: tellurium-users <[email protected]>
> > Sent: Tuesday, July 28, 2009 6:58:20 AM
> > Subject: Re: Error while using TrUMP firefox plugin
>
> > Hey Renuka,
>
> > Trump doesnt support frames/iframe yet and we are working on that
> > feature right now.. If you could send us your html may be we can
> > manually generate the UI model for you to continue testing. Also it
> > will help with our testing once we have the frames support in Trump.
>
> > Thanks,
> > Vivek
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tellurium-users" 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/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---