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

Reply via email to