Re: JQuery Dialog Popup in my tml file.

2012-12-12 Thread Emmanuel DEMEY
Hi,

Do you use an dialoglink or dialogajaxlink components, which will open the
dialog ?

Have a look to the template snippet in the documentation page (tabs
Example).

Manu


2012/12/12 mateen matee...@gmail.com

 I have included the JQuery dialog found  here
 http://tapestry5-jquery.com/components/docsjquerydialog   . where does
 the
 DocsJQueryDialog come into practice. Its not referenced in the code ?Can
 someone show me how i can get a dialog to work in my tml file ?  In the
 action link i want to show the popup ?

 t:zone t:id=searchTransactionZone id=searchTransactionZone
 div class=tableDv
 t:grid t:source=pickupQuotes t:row=selectedQuote
 t:rowsPerPage=5
 t:inPlace=true t:pagerPosition=top add=action
 p:actionCell
   Process
 Teller
 /p:actionCell
 p:empty
 /p:empty
 /t:grid
 /div
 /t:zone



 t:jquery.dialog t:clientId=myDialog
 Dialog test!
 t:zone t:id=myZone id=myZone${count}

 t:form
 Try abcd :input t:type=TextField type=text
 t:id=goalName
 t:value=goalName t:mixins=jquery/Autocomplete/
 /t:form
 /t:zone

 /t:jquery.dialog



 --
 View this message in context:
 http://tapestry.1045711.n5.nabble.com/JQuery-Dialog-Popup-in-my-tml-file-tp5718638.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
ATOS Worldline
+33 (0)6 47 47 42 02
demey.emman...@gmail.com
http://emmanueldemey.fr/

Twitter : @EmmanuelDemey


Re: JQuery Dialog Popup in my tml file.

2012-12-12 Thread mateen
I have had a look, i dont understand where the DocsJQueryDialog class comes
into play ? Do we have to create a reference to it, in my parent tml java
file or what ? I wanted the ajax link. The code is simple just dont
understand where the DocsJQueryDialog class comes into play ? 



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/JQuery-Dialog-Popup-in-my-tml-file-tp5718638p5718642.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: JQuery Dialog Popup in my tml file.

2012-12-12 Thread Emmanuel DEMEY
The DocsJQueryDialog class is the Documentation page you are visiting.



2012/12/12 mateen matee...@gmail.com

 I have had a look, i dont understand where the DocsJQueryDialog class comes
 into play ? Do we have to create a reference to it, in my parent tml java
 file or what ? I wanted the ajax link. The code is simple just dont
 understand where the DocsJQueryDialog class comes into play ?



 --
 View this message in context:
 http://tapestry.1045711.n5.nabble.com/JQuery-Dialog-Popup-in-my-tml-file-tp5718638p5718642.html
 Sent from the Tapestry - User mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
 For additional commands, e-mail: users-h...@tapestry.apache.org




-- 
Emmanuel DEMEY
Ingénieur Etude et Développement
ATOS Worldline
+33 (0)6 47 47 42 02
demey.emman...@gmail.com
http://emmanueldemey.fr/

Twitter : @EmmanuelDemey