Open mycermy opened 11 years ago
Hello,
You would tend to define your JToolBarHelper first i.e.:
JToolbarHelper::modal('my_modal_id', 'icon.png', 'View My Modal');
Then set it as:
<div id="my_modal_id" class="modal hide fade"> my data here </div>
hi, need your favor to show me how to add this modal to jtoolbarhelper < a href="#newBookModal" role="button" data-toggle="modal" class="btn pull-right"> <?php echo JText::_('COM_LENDR_ADD_BOOK'); ?>