AAAAwww/administrator/components/com_chronoforms/form_actions/file_downloader/file_downloader.ctp 0000604 00000006014 15137443320 0032056 0 ustar 00 home/academiac
Header(array('settings' => 'Settings', 'help' => 'Help'), 'file_downloader_config_{n}'); ?>
tabStart('settings'); ?>
input('action_file_downloader_{n}_display_config', array('type' => 'select', 'label' => "Download Type", 'options' => array('D' => 'Download', 'I' => 'Inline'), 'smalldesc' => "Select what the user is going to get.")); ?>
input('action_file_downloader_{n}_downloads_path_config', array('type' => 'text', 'label' => "Downloads Path", 'class' => 'big_input', 'smalldesc' => "The absolute path to the downloads directory on the server.
You can use \"JOOMLA_PATH\" in the path, it will be replaced by the website path in runtime.")); ?>
input('action_file_downloader_{n}_file_name_config', array('type' => 'text', 'label' => "File name", 'class' => 'medium_input', 'smalldesc' => "The file name.")); ?>
input('action_file_downloader_{n}_file_name_path_config', array('type' => 'text', 'label' => "File Name Path", 'class' => 'medium_input', 'smalldesc' => "The path to the file name in the data array, helpful when processing dynamic data.")); ?>
tabEnd(); ?>
tabStart('help'); ?>
- This plugin will display a download dialogue for a specific file or will display it inline based on your configuration.
- If this doesn't work then please use a "Debugger" action to check for any problems.
tabEnd(); ?>