Get Demo Component to work on both J3! and J4! via legacy approach #1
@ -22,13 +22,13 @@
|
|||||||
defined('_JEXEC') or die('Restricted access');
|
defined('_JEXEC') or die('Restricted access');
|
||||||
|
|
||||||
JHtml::addIncludePath(JPATH_COMPONENT.'/helpers/html');
|
JHtml::addIncludePath(JPATH_COMPONENT.'/helpers/html');
|
||||||
JHtml::_('behavior.tooltip');
|
//JHtml::_('behavior.tooltip');
|
||||||
JHtml::_('behavior.formvalidation');
|
JHtml::_('behavior.formvalidator');
|
||||||
JHtml::_('formbehavior.chosen', 'select');
|
JHtml::_('formbehavior.chosen', 'select');
|
||||||
JHtml::_('behavior.keepalive');
|
JHtml::_('behavior.keepalive');
|
||||||
$componentParams = $this->params; // will be removed just use $this->params instead
|
$componentParams = $this->params; // will be removed just use $this->params instead
|
||||||
?>
|
?>
|
||||||
<script type="text/javascript">
|
<!--<script type="text/javascript">
|
||||||
// waiting spinner
|
// waiting spinner
|
||||||
var outerDiv = jQuery('body');
|
var outerDiv = jQuery('body');
|
||||||
jQuery('<div id="loading"></div>')
|
jQuery('<div id="loading"></div>')
|
||||||
@ -50,7 +50,7 @@ $componentParams = $this->params; // will be removed just use $this->params inst
|
|||||||
jQuery('#loading').hide();
|
jQuery('#loading').hide();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<div id="demo_loader" style="display: none;">
|
<div id="demo_loader" style="display: none;">-->
|
||||||
<form action="<?php echo JRoute::_('index.php?option=com_demo&layout=edit&id='. (int) $this->item->id . $this->referral); ?>" method="post" name="adminForm" id="adminForm" class="form-validate" enctype="multipart/form-data">
|
<form action="<?php echo JRoute::_('index.php?option=com_demo&layout=edit&id='. (int) $this->item->id . $this->referral); ?>" method="post" name="adminForm" id="adminForm" class="form-validate" enctype="multipart/form-data">
|
||||||
|
|
||||||
<?php echo JLayoutHelper::render('look.details_above', $this); ?>
|
<?php echo JLayoutHelper::render('look.details_above', $this); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user