first commit
This commit is contained in:
91
plugins/pagebuilderck/module/layouts/edit_module.php
Normal file
91
plugins/pagebuilderck/module/layouts/edit_module.php
Normal file
@@ -0,0 +1,91 @@
|
||||
<?php
|
||||
/**
|
||||
* @name Page Builder CK
|
||||
* @package com_pagebuilderck
|
||||
* @copyright Copyright (C) 2015. All rights reserved.
|
||||
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
||||
* @author Cedric Keiflin - https://www.template-creator.com - https://www.joomlack.fr
|
||||
*/
|
||||
|
||||
defined('_JEXEC') or die;
|
||||
$module_modaledition_url = JUri::root(true) . "/administrator/index.php?option=com_modules&client_id=0&task=module.edit&view=module&layout=modal&tmpl=component&id=";
|
||||
?>
|
||||
<div id="elementscontainer">
|
||||
<div class="menulink current" tab="tab_moduleselection"><?php echo JText::_('CK_MODULE_SELECTION'); ?></div>
|
||||
<div class="tab menustyles current ckproperty" id="tab_moduleselection">
|
||||
<div>
|
||||
<a class="ckbuttonstyle" href="javascript:void(0)" onclick="ckOpenModulesPopup()"><?php echo JText::_('CK_SELECT'); ?></a>
|
||||
<a class="ckbuttonstyle" href="javascript:void(0)" onclick="ckOpenModuleEditionPopup()"><?php echo JText::_('CK_EDIT') ?></a>
|
||||
<a class="ckbuttonstyle" href="javascript:void(0)" onclick="ckOpenModuleSelectPopup()"><?php echo JText::_('CK_NEW') ?></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="menulink" tab="tab_blocstyles"><?php echo JText::_('CK_MODULE_STYLE'); ?></div>
|
||||
<div class="tab menustyles ckproperty" id="tab_blocstyles">
|
||||
<?php echo $this->menustyles->createBlocStyles('bloc') ?>
|
||||
</div>
|
||||
</div>
|
||||
<script language="javascript" type="text/javascript">
|
||||
function ckLoadEditionPopup() {
|
||||
var focus = $ck('.editfocus');
|
||||
|
||||
ckUpdatePreviewArea();
|
||||
$ck('#moduleckModal<?php echo $id ?>').attr('data-id', $ck('.editfocus .modulerow').attr('data-id'));
|
||||
ckFillEditionPopup(focus.attr('id'));
|
||||
}
|
||||
|
||||
function ckBeforeSaveEditionPopup() {
|
||||
var focus = $ck('.editfocus');
|
||||
|
||||
ckSaveEditionPopup(focus.attr('id'));
|
||||
$ck('.modal-backdrop').remove();
|
||||
}
|
||||
|
||||
function ckUpdatePreviewArea() {
|
||||
|
||||
}
|
||||
|
||||
function ckOpenModuleEditionPopup() {
|
||||
if (! $ck('.editfocus .modulerow').attr('data-id')) {
|
||||
alert('<?php echo JText::_('CK_SELECT_MODULE_FIRST', true) ?>');
|
||||
return;
|
||||
}
|
||||
ckLoadIframeEdition('<?php echo $module_modaledition_url ?>'+$ck('.editfocus .modulerow').attr('data-id'), 'ckeditionmodulepopup', 'module.save', 'module.cancel');
|
||||
}
|
||||
function ckSelectModule(id, title, module) {
|
||||
$ck('.editfocus .moduleck').empty()
|
||||
.append(
|
||||
'<div class="modulerow" style="background:#fff;padding:5px;" data-id="'+id+'" data-title="'+title+'" data-module="'+module+'">'
|
||||
+ '<svg class="moduleck_icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M488.6 250.2L392 214V105.5c0-15-9.3-28.4-23.4-33.7l-100-37.5c-8.1-3.1-17.1-3.1-25.3 0l-100 37.5c-14.1 5.3-23.4 18.7-23.4 33.7V214l-96.6 36.2C9.3 255.5 0 268.9 0 283.9V394c0 13.6 7.7 26.1 19.9 32.2l100 50c10.1 5.1 22.1 5.1 32.2 0l103.9-52 103.9 52c10.1 5.1 22.1 5.1 32.2 0l100-50c12.2-6.1 19.9-18.6 19.9-32.2V283.9c0-15-9.3-28.4-23.4-33.7zM358 214.8l-85 31.9v-68.2l85-37v73.3zM154 104.1l102-38.2 102 38.2v.6l-102 41.4-102-41.4v-.6zm84 291.1l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6zm240 112l-85 42.5v-79.1l85-38.8v75.4zm0-112l-102 41.4-102-41.4v-.6l102-38.2 102 38.2v.6z"/></svg>'
|
||||
+ '<h4 class="modulerow_title" style=""><?php echo JText::_('CK_MODULE'); ?></h4>'
|
||||
+ '<span class="ckbadge ckbadge-info" style="">'+id+'</span>'
|
||||
+ '<span class="" style="text-align:left;color:#3071a9;display:inline-block;margin:0 7px;">'+title+'</span>'
|
||||
+ '<span class="cklabel" style="">'+module+'</span>'
|
||||
+ '</div>');
|
||||
$ck('#moduleckModal<?php echo $id ?>').attr('data-id', id);
|
||||
}
|
||||
|
||||
function ckOpenModuleSelectPopup() {
|
||||
CKBox.open({id: 'ckmoduleselectpopup',
|
||||
url: "<?php echo JUri::root(true) ?>/administrator/index.php?option=com_modules&client_id=0&view=select&tmpl=component",
|
||||
// url: 'index.php?option=com_content&layout=modal&tmpl=component&task=article.edit&id='+id,
|
||||
style: {padding: '10px'},
|
||||
onCKBoxLoaded : function(){ckLoadedIframeModuleSelect('ckmoduleselectpopup');}
|
||||
// footerHtml: '<a class="ckboxmodal-button" href="javascript:void(0)" onclick="ckSaveIframe(\''+htmlId+'\')">'+Joomla.JText._('CK_SAVE_CLOSE')+'</a>'
|
||||
});
|
||||
}
|
||||
|
||||
function ckLoadedIframeModuleSelect(boxid) {
|
||||
var frame = $ck('#'+boxid).find('iframe');
|
||||
frame.load(function() {
|
||||
var framehtml = frame.contents();
|
||||
var items = framehtml.find('#new-modules-list > li > a');
|
||||
items.each(function() {
|
||||
item = $ck(this);
|
||||
href = item.attr('href');
|
||||
item.attr('href', 'javascript:void(0)');
|
||||
// item.attr('onclick', 'window.location=\''+href+'&tmpl=component&layout=modal\';window.parent.ckLoadedIframeEdition(\''+boxid+'\', \'module.apply\', \'module.cancel\')');
|
||||
item.attr('onclick', 'window.parent.ckLoadIframeEdition(\''+href+'&tmpl=component&layout=modal\', \'ckeditionmodulepopup\', \'module.apply\', \'module.cancel\');window.parent.CKBox.close(\'#'+boxid+' .ckboxmodal-button\');');
|
||||
});
|
||||
});
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user