Filename | ![]() |
Version | 0.11 |
Age in days | 1567 |
Release date | 2021 03. 20. |
Size | 1.73 KB |
id | 139 |
Name | php-ease-bootstrap-widgets-doc |
Package | |
Appname | |
Essential | |
Vendor | |
License | |
Distribution | sid |
Suite | main |
Source | php-ease-bootstrap-widgets |
Architecture | binary-i386 |
MultiArch | |
Maintainer | Vítězslav Dvořák |
InstalledSize | 8 |
PreDepends | |
Breaks | |
Enhances | |
Section | doc |
Priority | optional |
Description | Ease Framework documentation |
LongDescription | ApiGen html documentation for ease-framework php library |
AutoBuiltPackage | |
Filename | pool/sid/main/p/php-ease-bootstrap-widgets/php-ease-bootstrap-widgets-doc_0.11_all.deb |
MD5sum | 830ade311fe4a892ddaf12066bbb8a5a |
SHA1 | e43d0159cb5372f340d7d89925f958f275d44315 |
SHA256 | 11bdb8fce8bc40b3afb00428cb6ee8e16fd01bfa4d2d75554e2282542c66d59b |
SHA512 | c65aee1928bce63a7adbc74db5cd7e68fd5bcc5d0ca60be577cc87984cad3794add1f542ac00343b10725032f7f0fb21fe8120f731928ed1f57ee4b1551ce6fd |
Size | 1772 |
Auto-Built-Package | |
Homepage | https://github.com/VitexSoftware/Ease-PHP-Bricks |
Provides | |
Suggests | www-browser |
Existing | 1 |
fileMtime | 2021-03-20 03:24:22 |
created | 2021-03-20 03:24:37 |
updated | 0000-00-00 00:00:00 |
./ | |
./usr/ | |
./usr/share/ | |
./usr/share/doc/ | |
./usr/share/doc/php-ease-bootstrap-widgets-doc/ | |
./usr/share/doc/php-ease-bootstrap-widgets-doc/changelog.gz | 382 |
./usr/share/doc/php-ease-bootstrap-widgets-doc/copyright | 433 |
./ | |
./usr/ | |
./usr/share/ | |
./usr/share/doc/ | |
./usr/share/doc/php-ease-bootstrap-widgets-doc/ | |
./usr/share/doc/php-ease-bootstrap-widgets-doc/changelog.gz | 382 |
./usr/share/doc/php-ease-bootstrap-widgets-doc/copyright | 433 |
Object oriented PHP Framework for easy&fast writing small/middle sized apps.
Log all GDPR related information into SQL table
Well framed large icons
$mpmenu = new \Ease\ui\MainPageMenu();
$mpmenu->addMenuItem('logo.png', 'Caption', 'https://url/');
Ease support for http://bootstrapswitch.com/
new Ease\ui\TWBSwitch('swname', true, 1,['onText' => 'YES', 'offText' => 'NO']);
The libjs-bootstrap-switch package with requied js/css assets is already present in our repository https://www.vitexsoftware.cz/repo.php
Show light or dark circle in given color.
new \Ease\ui\BooleanLED(false, 'green');
Ease Support for http://jonmiles.github.io/bootstrap-treeview/ A simple and elegant solution to displaying hierarchical tree structures (i.e. a Tree View)
new \Ease\ui\TBWTreeView('tree', 'data: getTree()');
Simple chooser of availble locales
new \Ease\ui\LangSelect()
Show live age based on unix timestamp
new \Ease\ui\LiveAge(1530280004);
Classic form with username input password input and submit button
new \Ease\ui\SignInForm();
With eye icon to show plaintext
new PasswordInput($this->passwordField);
new BrowsingHistory();
new StickyNote();
Apply Selectize.js to InputBox or Select
class Selector extends \Ease\Html\SelectTag
{
use \Ease\ui\Selectizer;
}
$properties = [
'valueField' => 'value',
'labelField' => 'key',
'searchField' => ['key', 'value']
];
$options = [
['key' => 'red', 'value' => 'Red'],
['key' => 'blue', 'value' => 'Blue'],
['key' => 'green', 'value' => 'Green'],
['key' => 'yellow', 'value' => 'Yellow'],
];
$s = new Selector('selector');
$s->selectize($properties, $options);
composer require vitexsoftware/ease-bricks
Older versions and its requirements https://packagist.org/packages/vitexsoftware/ease-bricks
To get Docker image:
docker pull vitexsoftware/ease-bricks
For Debian, Ubuntu & friends please use repo:
wget -O - http://v.s.cz/info@vitexsoftware.cz.gpg.key|sudo apt-key add -
echo deb http://v.s.cz/ stable main > /etc/apt/sources.list.d/ease.list
aptitude update
aptitude install ease-bricks
In this case please add this to your app composer.json:
"require": {
"ease-bricks": "*"
},
"repositories": [
{
"type": "path",
"url": "/usr/share/php/EaseCore",
"options": {
"symlink": true
}
}
]
Homepage: https://www.vitexsoftware.cz/ease.php
GitHub: https://github.com/VitexSoftware/Ease-PHP-Bricks
Apigen Docs: https://www.vitexsoftware.cz/ease-php-bricks/
>Version | Download/Install count | Last hit |
---|