Jian, Is there any plan for the Tellurium IDE to recognize basic dojo widgets?
M "locatorMapping" of ui.Object.UiObject On Wed, Oct 6, 2010 at 4:22 PM, Jian Fang <[email protected]> wrote: > Sorry, that example is was tagged as @Ignore and we should remove it to not > cause any further confusions. > > We used to have a Dojo date picker example, which depended on the example > on an external web site > and unfortunately that web site is down now. Thus, we don't really have a > working Dojo widget example. > > The jQuery UI example works by running an embedded jetty engine as a http > server to start up a > jQuery Dojo widget example locally. To run a working Dojo example, we have > to setup the same > local http server, but we don't have time to do that now. Perhaps, you > could look at the jQuery UI > example to see how we achieve that and then start up a local Dojo widget > instance by your own in the similar way. > > Thanks, > > Jian > > On Wed, Oct 6, 2010 at 3:20 PM, Manish Pradhan <[email protected]>wrote: > >> Jian, >> >> Thanks for the fast response!! It was in the bundle, at the location >> : >> tellurium-0.7.0/sources/extensions/dojo-widget/src/main/groovy/org/telluriumsource/ui >> >> In the presentation there is a syntax error, I was just able to move >> forward when I changed it a bit... >> >> Syntax in presentation ... (missing ":" after tabs) >> DOJO_JtvTabContainer(uid: "visitTabs", tabs ["Visit", "People"]) >> >> The syntax which took me one step closer (the missing ":") ... >> DOJO_JtvTabContainer(uid: "visitTabs", tabs: ["Visit", "People"]) >> >> So far I was working with 0.7, and just got the latest telluriumworks.jar >> from site (SEP release) >> >> I will try the example you suggested, but do you have any complete Dojo >> examples? >> >> Thank you, >> >> M >> >> On Wed, Oct 6, 2010 at 3:06 PM, Jian Fang <[email protected]>wrote: >> >>> Where you find the JtvTabContainer? From our presentation? >>> >>> JtvTabContainer was a tellurium dojo widget to test an internal web >>> application and thus, I don't >>> think you could make it work without running our private application. >>> >>> To see how to run tellurium widgets, please try 0.8.0 trunk and check out >>> the following sample project from >>> >>> trunk/extensions/jqueryui-widgets >>> >>> This is a jQuery Date Picker example and should work. >>> >>> Thanks, >>> >>> Jian >>> >>> On Wed, Oct 6, 2010 at 2:54 PM, M <[email protected]> wrote: >>> >>>> Hi, >>>> >>>> I have looked at available examples, but I am not able tot the >>>> JtvTabContainer to work. >>>> >>>> I am using Netbeans, the groovy file to define modules and Java test >>>> cases which extend.... TelluriumJavaTestCase >>>> >>>> Simple HTML stuff works fine, but getting the dojo widgets working is >>>> painfull, cannot find any "complete" examples !!! >>>> >>>> Will appreciate some good examples to make progress! >>>> >>>> Thanks, >>>> >>>> M >>>> >>>> -- >>>> 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]<tellurium-users%[email protected]> >>>> . >>>> For more options, visit this group at >>>> http://groups.google.com/group/tellurium-users?hl=en. >>>> >>>> >>> -- >>> 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]<tellurium-users%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/tellurium-users?hl=en. >>> >> >> -- >> 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]<tellurium-users%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/tellurium-users?hl=en. >> > > -- > 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]<tellurium-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tellurium-users?hl=en. > -- 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.
