sparkbuilt / lendr

Joomla! 3.0 Component Tutorial Series
73 stars 50 forks source link

Modal to JToolbarHelper #10

Open mycermy opened 11 years ago

mycermy commented 11 years ago

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'); ?>

tonypartridge commented 8 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>