/** * @package Joomla.Component.Builder * * @created 30th April, 2015 * @author Llewellyn van der Merwe * @gitea Joomla Component Builder * @github Joomla Component Builder * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ // Initial Script jQuery(document).ready(function() { var add_php_view_vvvvwae = jQuery("#jform_add_php_view input[type='radio']:checked").val(); vvvvwae(add_php_view_vvvvwae); var add_php_jview_display_vvvvwaf = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val(); vvvvwaf(add_php_jview_display_vvvvwaf); var add_php_jview_vvvvwag = jQuery("#jform_add_php_jview input[type='radio']:checked").val(); vvvvwag(add_php_jview_vvvvwag); var add_php_document_vvvvwah = jQuery("#jform_add_php_document input[type='radio']:checked").val(); vvvvwah(add_php_document_vvvvwah); var add_css_document_vvvvwai = jQuery("#jform_add_css_document input[type='radio']:checked").val(); vvvvwai(add_css_document_vvvvwai); var add_javascript_file_vvvvwaj = jQuery("#jform_add_javascript_file input[type='radio']:checked").val(); vvvvwaj(add_javascript_file_vvvvwaj); var add_js_document_vvvvwak = jQuery("#jform_add_js_document input[type='radio']:checked").val(); vvvvwak(add_js_document_vvvvwak); var add_custom_button_vvvvwal = jQuery("#jform_add_custom_button input[type='radio']:checked").val(); vvvvwal(add_custom_button_vvvvwal); var add_css_vvvvwam = jQuery("#jform_add_css input[type='radio']:checked").val(); vvvvwam(add_css_vvvvwam); var add_php_ajax_vvvvwan = jQuery("#jform_add_php_ajax input[type='radio']:checked").val(); vvvvwan(add_php_ajax_vvvvwan); }); // the vvvvwae function function vvvvwae(add_php_view_vvvvwae) { // set the function logic if (add_php_view_vvvvwae == 1) { jQuery('#jform_php_view-lbl').closest('.control-group').show(); } else { jQuery('#jform_php_view-lbl').closest('.control-group').hide(); } } // the vvvvwaf function function vvvvwaf(add_php_jview_display_vvvvwaf) { // set the function logic if (add_php_jview_display_vvvvwaf == 1) { jQuery('#jform_php_jview_display-lbl').closest('.control-group').show(); } else { jQuery('#jform_php_jview_display-lbl').closest('.control-group').hide(); } } // the vvvvwag function function vvvvwag(add_php_jview_vvvvwag) { // set the function logic if (add_php_jview_vvvvwag == 1) { jQuery('#jform_php_jview-lbl').closest('.control-group').show(); } else { jQuery('#jform_php_jview-lbl').closest('.control-group').hide(); } } // the vvvvwah function function vvvvwah(add_php_document_vvvvwah) { // set the function logic if (add_php_document_vvvvwah == 1) { jQuery('#jform_php_document-lbl').closest('.control-group').show(); } else { jQuery('#jform_php_document-lbl').closest('.control-group').hide(); } } // the vvvvwai function function vvvvwai(add_css_document_vvvvwai) { // set the function logic if (add_css_document_vvvvwai == 1) { jQuery('#jform_css_document-lbl').closest('.control-group').show(); } else { jQuery('#jform_css_document-lbl').closest('.control-group').hide(); } } // the vvvvwaj function function vvvvwaj(add_javascript_file_vvvvwaj) { // set the function logic if (add_javascript_file_vvvvwaj == 1) { jQuery('#jform_javascript_file-lbl').closest('.control-group').show(); } else { jQuery('#jform_javascript_file-lbl').closest('.control-group').hide(); } } // the vvvvwak function function vvvvwak(add_js_document_vvvvwak) { // set the function logic if (add_js_document_vvvvwak == 1) { jQuery('#jform_js_document-lbl').closest('.control-group').show(); } else { jQuery('#jform_js_document-lbl').closest('.control-group').hide(); } } // the vvvvwal function function vvvvwal(add_custom_button_vvvvwal) { // set the function logic if (add_custom_button_vvvvwal == 1) { jQuery('#jform_custom_button-lbl').closest('.control-group').show(); jQuery('#jform_php_controller-lbl').closest('.control-group').show(); jQuery('#jform_php_model-lbl').closest('.control-group').show(); } else { jQuery('#jform_custom_button-lbl').closest('.control-group').hide(); jQuery('#jform_php_controller-lbl').closest('.control-group').hide(); jQuery('#jform_php_model-lbl').closest('.control-group').hide(); } } // the vvvvwam function function vvvvwam(add_css_vvvvwam) { // set the function logic if (add_css_vvvvwam == 1) { jQuery('#jform_css-lbl').closest('.control-group').show(); } else { jQuery('#jform_css-lbl').closest('.control-group').hide(); } } // the vvvvwan function function vvvvwan(add_php_ajax_vvvvwan) { // set the function logic if (add_php_ajax_vvvvwan == 1) { jQuery('#jform_ajax_input-lbl').closest('.control-group').show(); jQuery('#jform_php_ajaxmethod-lbl').closest('.control-group').show(); } else { jQuery('#jform_ajax_input-lbl').closest('.control-group').hide(); jQuery('#jform_php_ajaxmethod-lbl').closest('.control-group').hide(); } } // the isSet function function isSet(val) { if ((val != undefined) && (val != null) && 0 !== val.length){ return true; } return false; } jQuery(document).ready(function() { // get the linked details getLinked(); // check and load all the custom code edit buttons getEditCustomCodeButtons(); }); function getCodeFrom_server(id, type, type_name, callingName){ var getUrl = JRouter("index.php?option=com_componentbuilder&task=ajax." + callingName + "&format=json&raw=true&vdm="+vastDevMod); if(token.length > 0 && id > 0 && type.length > 0) { var request = token + '=1&' + type_name + '=' + type + '&id=' + id; } return jQuery.ajax({ type: 'GET', url: getUrl, dataType: 'json', data: request, jsonp: false }); } function getLinked(){ getCodeFrom_server(1, 'type', 'type', 'getLinked').done(function(result) { if(result){ jQuery('#display_linked_to').html(result); } }); } function getSnippetDetails(id){ getCodeFrom_server(id, '_type', '_type', 'snippetDetails').done(function(result) { if(result.snippet){ var description = ''; if (result.description.length > 0) { description = '

'+result.description+'

'; } var library = ''; if (result.library.length > 0) { library = ' ('+result.library+')'; } var code = '
'+result.name+' ('+result.type+') see more details'+library+'
'+result.heading+'
'; jQuery('#snippet-code').remove(); jQuery('.snippet-code').append(code); // make sure the code block is active jQuery("#snippet").focus(function() { var jQuerythis = jQuery(this); jQuerythis.select(); // Work around Chrome's little problem jQuerythis.mouseup(function() { // Prevent further mouseup intervention jQuerythis.unbind("mouseup"); return false; }); }); } if(result.usage){ var usage = '

'+result.usage+'

'; jQuery('#snippet-usage').remove(); jQuery('.snippet-usage').append(usage); } }) } function getDynamicValues_server(dynamicId){ var getUrl = JRouter("index.php?option=com_componentbuilder&task=ajax.getDynamicValues&format=json"); if(token.length > 0 && dynamicId > 0){ var request = token+'=1&view=custom_admin_view&id='+dynamicId; } return jQuery.ajax({ type: 'GET', url: getUrl, dataType: 'jsonp', data: request, jsonp: 'callback' }); } function getDynamicValues(id){ getDynamicValues_server(id).done(function(result) { if(result){ jQuery('#dynamic_values').remove(); jQuery('.dynamic_values').append('
'+result+'
'); // make sure the code bocks are active jQuery("code").click(function() { jQuery(this).selText().addClass("selected"); }); } }) } function getLayoutDetails_server(id){ var getUrl = JRouter("index.php?option=com_componentbuilder&task=ajax.getLayoutDetails&format=json&vdm="+vastDevMod); if(token.length > 0 && id > 0){ var request = token+'=1&id='+id; } return jQuery.ajax({ type: 'GET', url: getUrl, dataType: 'jsonp', data: request, jsonp: 'callback' }); } function getLayoutDetails(id){ getLayoutDetails_server(id).done(function(result) { if(result){ jQuery('#details').append(result); // make sure the code bocks are active jQuery("code").click(function() { jQuery(this).selText().addClass("selected"); }); } }) } function getTemplateDetails(id){ getCodeFrom_server(id, 'type', 'type', 'templateDetails').done(function(result) { if(result){ jQuery('#details').append(result); // make sure the code bocks are active jQuery("code").click(function() { jQuery(this).selText().addClass("selected"); }); } }) } // set snippets that are on the page var snippetIds = []; var snippets = {}; var snippet = 0; jQuery(document).ready(function($) { jQuery("#jform_snippet option").each(function() { var key = jQuery(this).val(); var text = jQuery(this).text(); snippets[key] = text; snippetIds.push(key); }); snippet = jQuery("#jform_snippet").val(); getSnippets(); }); function getSnippets(){ jQuery("#loading").show(); // clear the selection jQuery('#jform_snippet').find('option').remove().end(); jQuery('#jform_snippet').trigger('liszt:updated'); // get libraries value if set var libraries = jQuery("#jform_libraries").val(); if (libraries) { getCodeFrom_server(1, JSON.stringify(libraries), 'libraries', 'getSnippets').done(function(result) { setSnippets(result); jQuery("#loading").hide(); if (typeof snippetButton !== 'undefined') { // ensure button is correct var snippet = jQuery('#jform_snippet').val(); snippetButton(snippet); } }); } else { // load all snippets in none is selected setSnippets(snippetIds); jQuery("#loading").hide(); } } function setSnippets(array){ if (array) { jQuery('#jform_snippet').append(''); jQuery.each( array, function( i, id ) { if (id in snippets) { jQuery('#jform_snippet').append(''); } if (id == snippet) { jQuery('#jform_snippet').val(id); } }); } else { jQuery('#jform_snippet').append(''); } jQuery('#jform_snippet').trigger('liszt:updated'); } function getEditCustomCodeButtons_server(id){ var getUrl = JRouter("index.php?option=com_componentbuilder&task=ajax.getEditCustomCodeButtons&format=json&raw=true&vdm="+vastDevMod); if(token.length > 0 && id > 0){ var request = token+'=1&id='+id+'&return_here='+return_here; } return jQuery.ajax({ type: 'GET', url: getUrl, dataType: 'json', data: request, jsonp: false }); } function getEditCustomCodeButtons(){ // get the id id = jQuery("#jform_id").val(); getEditCustomCodeButtons_server(id).done(function(result) { if(isObject(result)){ jQuery.each(result, function( field, buttons ) { jQuery('
').insertBefore(".control-wrapper-"+ field); jQuery.each(buttons, function( name, button ) { jQuery(".control-customcode-buttons-"+field).append(button); }); }); } }) } // check object is not empty function isObject(obj) { for(var prop in obj) { if (Object.prototype.hasOwnProperty.call(obj, prop)) { return true; } } return false; }