Download the PHP package swri-sodas/sodas-helper without Composer
On this page you can find all versions of the php package swri-sodas/sodas-helper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package sodas-helper
SodasHelper plugin for CakePHP
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
Includes:
Elements:
- Bootstrap toast
- File dropper element
- Read more element
- Back to top element
TinyMCE configuration:
- Sets for TinyMCE 6 and adds bootstrap-like styling
- Requires https://github.com/CakeDC/TinyMCE
- Replaces CkEditor in our sites
CSS
- Bootstrap overrides
- disables the up/down arrows on number inputs
- disables the green checkmark on number inputs
How to use:
In Application.php
:
Then in the controller method, add:
In a template, on an input/textarea/etc, add class timymce
eg: echo $this->Form->input('input', ['class' => 'tinymce']]);
Lastly, at the bottom of the template file:
Middlewares configuration:
- Set security headers
- HttpsEnforcerMiddleware
- CsrfProtectionMiddleware settings for https
TODO:
- start and end time
- SDDAS (generic plotting) - catalog/DB
- plotting (idl/python/sddas/java (autoplot)) - hpca/
- datatables
- spawning a long running process - geoviz/plotting
- ajax helper
All versions of sodas-helper with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
cakephp/cakephp Version ^5.0
dereuromark/cakephp-templating Version @stable
ext-json Version *
cakephp/cakephp Version ^5.0
dereuromark/cakephp-templating Version @stable
ext-json Version *
The package swri-sodas/sodas-helper contains the following files
Loading the files please wait ....