php-ease-bootstrap-widgets-doc

php-ease-bootstrap-widgets-doc 0.11

 pool/sid/main/p/php-ease-bootstrap-widgets/php-ease-bootstrap-widgets-doc_0.11_all.deb php-ease-bootstrap-widgets-doc
Ease Framework documentation
Filename pool/sid/main/p/php-ease-bootstrap-widgets/php-ease-bootstrap-widgets-doc_0.11_all.deb
Version0.11
Age in days1567
Release date2021 03. 20.
Size1.73 KB
id139
Namephp-ease-bootstrap-widgets-doc
Package
Appname
Essential
Vendor
License
Distributionsid
Suitemain
Sourcephp-ease-bootstrap-widgets
Architecturebinary-i386
MultiArch
MaintainerVítězslav Dvořák
InstalledSize8
PreDepends
Breaks
Enhances
Sectiondoc
Priorityoptional
DescriptionEase Framework documentation
LongDescriptionApiGen html documentation for ease-framework php library
AutoBuiltPackage
Filenamepool/sid/main/p/php-ease-bootstrap-widgets/php-ease-bootstrap-widgets-doc_0.11_all.deb
MD5sum830ade311fe4a892ddaf12066bbb8a5a
SHA1e43d0159cb5372f340d7d89925f958f275d44315
SHA25611bdb8fce8bc40b3afb00428cb6ee8e16fd01bfa4d2d75554e2282542c66d59b
SHA512c65aee1928bce63a7adbc74db5cd7e68fd5bcc5d0ca60be577cc87984cad3794add1f542ac00343b10725032f7f0fb21fe8120f731928ed1f57ee4b1551ce6fd
Size1772
Auto-Built-Package
Homepagehttps://github.com/VitexSoftware/Ease-PHP-Bricks
Provides
Suggestswww-browser
Existing1
fileMtime2021-03-20 03:24:22
created2021-03-20 03:24:37
updated0000-00-00 00:00:00
php-ease-bootstrap-widgets-doc
./
./usr/
./usr/share/
./usr/share/doc/
./usr/share/doc/php-ease-bootstrap-widgets-doc/
./usr/share/doc/php-ease-bootstrap-widgets-doc/changelog.gz382
./usr/share/doc/php-ease-bootstrap-widgets-doc/copyright433
./
./usr/
./usr/share/
./usr/share/doc/
./usr/share/doc/php-ease-bootstrap-widgets-doc/
./usr/share/doc/php-ease-bootstrap-widgets-doc/changelog.gz382
./usr/share/doc/php-ease-bootstrap-widgets-doc/copyright433
<>

EasePHP Framework Logo

EasePHP Bricks

Object oriented PHP Framework for easy&fast writing small/middle sized apps.

Latest Version Software License Build Status Total Downloads Docker pulls Downloads Latest stable

SensioLabsInsight


Bricks Included

GDPR Logger

Log all GDPR related information into SQL table

MainPageMenu

Well framed large icons

MainPageMenu

$mpmenu = new \Ease\ui\MainPageMenu();
$mpmenu->addMenuItem('logo.png', 'Caption', 'https://url/');

TwitterBootstrap Switch

Ease support for http://bootstrapswitch.com/

TWBSwitch

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

Boolean LED

Show light or dark circle in given color.

Boolean LED

new \Ease\ui\BooleanLED(false, 'green');

Tree View

Ease Support for http://jonmiles.github.io/bootstrap-treeview/ A simple and elegant solution to displaying hierarchical tree structures (i.e. a Tree View)

TreeView

new \Ease\ui\TBWTreeView('tree', 'data: getTree()');

Locale Select

Simple chooser of availble locales

new \Ease\ui\LangSelect()

LocaleSelect

Live Age

Show live age based on unix timestamp

new \Ease\ui\LiveAge(1530280004);    

LiveAge

Sign In form

Classic form with username input password input and submit button

new \Ease\ui\SignInForm();

Sign In

Password Input

With eye icon to show plaintext

new PasswordInput($this->passwordField);

Password Input

Browsing History

new BrowsingHistory();

Browsing History

Sticky note

new StickyNote();

Sticky Note

Selectizer trait

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);

Selectizer

Installation

Composer:

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
        }
    }
]

Links

Homepage: https://www.vitexsoftware.cz/ease.php

GitHub: https://github.com/VitexSoftware/Ease-PHP-Bricks

Apigen Docs: https://www.vitexsoftware.cz/ease-php-bricks/

VersionDownload/Install countLast hit