joomla - show view in modal windows -
hi doing website in joomla 3
i want execute task when open modal windows, show view in modal this..
this router of task execute
<?php $link = jroute::_('index.php?option=com_projects&view=proyectos&task=este&id='. $item->id);?> <div class="span4"> <a href="#.<?php echo $link; ?>" role="button" class="btn" data-toggle="modal"> <img src="<?php echo juri::root()?>/<?php echo $item->imagenportada; ?>"/></a> </div>
and modal windows
<div id="<?php echo $link ?>" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="mymodallabel" aria-hidden="true"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h3 id="mymodallabel">modal header</h3> </div> <div class="modal-body"> <p>one fine body…</p> </div> <div class="modal-footer"> <button class="btn" data-dismiss="modal" aria-hidden="true">close</button> <button class="btn btn-primary">save changes</button> </div> </div>
but don´t work. idea!
check out twitter bootstrap's js , css loaded http://twitter.github.com/bootstrap/javascript.html#modals
joomla joomla2.5
No comments:
Post a Comment