You could try to call the JS function from your template script

[code]function 
mgnlOpenDialog(path,nodeCollection,node,paragraph,repository,dialogPage,width,height,locale)[/code]

so with you example is should be something like:

[code]<a onclick="mgnlOpenDialog(
    '/product',
    ' ',
    '10113',
    'name of the dialog under data/dialogs',
    'data',
    ' ',
    null,
    null,
    null);" 
href="#" class="disabled">Edit</a>[/code]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=f7946172-1056-48ff-bfa2-80fc42b5db15


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to