JOOMLA & MODAL WINDOW HOW TO?
view.html.php
JToolBarHelper::preview( 'index.php?option=com_clients', true );
tmpl/default
JHTML::_('behavior.modal', 'a.mymodal', $params);
echo '<a style="padding-left:30px;" class="mymodal" title="Preview" href="index.php?option=com_content" rel="{handler:\'iframe\',size:{x:700,y:550}}">Preview</a>';