-
Notifications
You must be signed in to change notification settings - Fork 63
Layouts
Florian Voutzinos edited this page Oct 7, 2013
·
4 revisions
<?php
$modal = RModal::getInstance(
array(
'attribs' => array(
'id' => $modalId,
'class' => 'modal hide fade',
'style' => 'width: 700px; height: 500px;'
),
'params' => array(
'showHeader' => true,
'showFooter' => false,
'showHeaderClose' => true,
'title' => $modalTitle,
'link' => $link
)
),
$modalId
);
// Render the modal
echo RLayoutHelper::render('modal', $modal);redCORE documentation menu: