diff --git a/.github/workflows/packaging.yml b/.github/workflows/packaging.yml index 148a093..bfccf8c 100644 --- a/.github/workflows/packaging.yml +++ b/.github/workflows/packaging.yml @@ -1,4 +1,4 @@ -name: DebianPackage +name: Ubuntu Packaging on: release: @@ -13,11 +13,15 @@ jobs: - uses: actions/checkout@master env: DEBIAN_FRONTEND: "noninteractive" - - name: Prepare Debuild Environment + - name: Prepare Environment run: | echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg sudo apt-get update - sudo apt-get install -y aptitude composer exim4 pbuilder ubuntu-dev-tools apt-file debhelper - - name: Build Package - run: debuild-pbuilder + sudo apt-get install -y aptitude moreutils composer exim4 pbuilder ubuntu-dev-tools apt-file debhelper phpdocumentor + - name: Build Debian package + uses: dawidd6/action-debian-package@v1 + with: + source_directory: . + artifacts_directory: dist + diff --git a/Makefile b/Makefile index d2ef660..6c4cb10 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ clean: rm -rf debian/php-ease-html rm -rf debian/php-ease-html-doc rm -rf debian/*.log debian/tmp - rm -rf docs/* .phpunit.result.cache tests/*.xml + rm -rf .phpunit.result.cache tests/*.xml apigen: VERSION=`cat debian/composer.json | grep version | awk -F'"' '{print $4}'`; \ diff --git a/composer.json b/composer.json index e4084f4..0cc9fb1 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "vitexsoftware/ease-core": "^1.2" + "vitexsoftware/ease-core": ">= 1.8" }, "autoload": { "psr-4": { diff --git a/debian/changelog b/debian/changelog index f8efc8a..38ca142 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,21 +1,11 @@ -php-ease-html (1.24) UNRELEASED; urgency=medium +php-ease-html (1.25) UNRELEASED; urgency=medium * Remove empty tHead and tFoot * Form params unified with others * Recurisive Form Select setting value fixed * twbootstrap renamed to bootstrap - * Release v1.20 - * Release v1.20 - * Release v1.20 - * Release v1.20 - * Release v1.21 - * Merge branch 'master' of github.com:VitexSoftware/ease-html - * All tests pass - * Release v1.23 - * Require stable version of ease core - * Release v1.23 - -- CyberVitexus Mon, 10 Aug 2020 15:25:56 +0200 + -- CyberVitexus Thu, 15 Oct 2020 23:45:32 +0200 php-ease-html (1.16) EXPERIMENTAL; urgency=medium diff --git a/debian/composer.json b/debian/composer.json index 24073be..452d40d 100644 --- a/debian/composer.json +++ b/debian/composer.json @@ -1,7 +1,7 @@ { "name": "deb/ease-html", "description": "An Core of PHP Framework for Ease of writing Applications (debianized)", - "version": "0.16", + "version": "1.25", "authors": [ { "name": "Vítězslav Dvořák", diff --git a/debian/control b/debian/control index 8cae261..688e75e 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,5 @@ Source: php-ease-html -Build-Depends: debhelper (>= 7.0.50~), php-ease-core -#, composer, php-apigen +Build-Depends: debhelper (>= 7.0.50~), php-ease-core, phpdocumentor Section: web Standards-Version: 3.9.8 Maintainer: Vítězslav Dvořák @@ -8,17 +7,17 @@ Uploaders: Vitex Priority: optional Homepage: https://github.com/VitexSoftware/php-ease-html -Package: php-ease-html -Depends: ${misc:Depends},libjs-jquery (>= 1.4), php-mail, php-mail-mime, php-ease-core +Package: php-vitexsoftware-ease-html +Depends: ${misc:Depends},libjs-jquery (>= 1.4), php-mail, php-mail-mime, php-vitexsoftware-ease-core Architecture: all Conflicts: ease-framework -Suggests: php-ease-bootstrap +Suggests: php-vitexsoftware-ease-bootstrap Section: web Priority: optional Description: EasePHP Framework HTML support HTML classes for Ease Framework. -Package: php-ease-html-dev +Package: php-vitexsoftware-ease-html-dev Depends: ${misc:Depends}, php-ease-core-dev Architecture: all Conflicts: ease-framework @@ -27,12 +26,12 @@ Priority: optional Description: EasePHP Framework HTML unit tests HTML classes for Ease Framework. -#Package: php-vitexsoftware-ease-html-dev -#Depends: ${misc:Depends}, php-ease-core-dev -#Architecture: all -#Conflicts: ease-framework-doc -#Section: devel -#Priority: optional -#Description: EasePHP Framework HTML unit documentation -# HTML classes for Ease Framework documentation generated by apigen +Package: php-vitexsoftware-ease-html-doc +Depends: ${misc:Depends}, php-vitexsoftware-ease-core-dev +Architecture: all +Conflicts: ease-framework-doc +Section: devel +Priority: optional +Description: EasePHP Framework HTML unit documentation + HTML classes for Ease Framework documentation generated by apigen diff --git a/debian/debhelper-build-stamp b/debian/debhelper-build-stamp index ab0efac..1e0704a 100644 --- a/debian/debhelper-build-stamp +++ b/debian/debhelper-build-stamp @@ -1,3 +1,3 @@ -php-ease-html -php-ease-html-dev +php-vitexsoftware-ease-html php-vitexsoftware-ease-html-dev +php-vitexsoftware-ease-html-doc diff --git a/debian/php-vitexsoftware-ease-html-doc.install b/debian/php-vitexsoftware-ease-html-doc.install index aad753c..a50e6ba 100644 --- a/debian/php-vitexsoftware-ease-html-doc.install +++ b/debian/php-vitexsoftware-ease-html-doc.install @@ -1,4 +1,15 @@ -docs/* usr/share/doc/ease-html/html -docs/resources/* usr/share/doc/ease-html/html/resources -debian/php-vitexsoftware-ease-html-doc.conf usr/share/doc/ease-html-doc/apache -README.md usr/share/doc/ease-html +docs/classes/* usr/share/doc/php-vitexsoftware-ease-html/html/classes +docs/css/* usr/share/doc/php-vitexsoftware-ease-html/html/css +docs/files/* usr/share/doc/php-vitexsoftware-ease-html/html/files +docs/graphs/* usr/share/doc/php-vitexsoftware-ease-html/html/graphs +docs/index.html usr/share/doc/php-vitexsoftware-ease-html/html/ +docs/indices/* usr/share/doc/php-vitexsoftware-ease-html/html/indices +docs/js/* usr/share/doc/php-vitexsoftware-ease-html/html/js +docs/namespaces/* usr/share/doc/php-vitexsoftware-ease-html/html/namespaces +docs/packages/* usr/share/doc/php-vitexsoftware-ease-html/html/packages +docs/reports/* usr/share/doc/php-vitexsoftware-ease-html/html/reports + +debian/php-vitexsoftware-ease-html-doc.conf usr/share/doc/php-vitexsoftware-ease-html-doc/apache +README.md usr/share/doc/php-vitexsoftware-ease-html + + diff --git a/debian/rules b/debian/rules index fd37641..05b0458 100755 --- a/debian/rules +++ b/debian/rules @@ -4,13 +4,14 @@ dh $@ override_dh_clean: - rm -rf debian/test/vendor docs + rm -rf debian/test/vendor .phpdoc dh_clean -#override_dh_prep: -# composer update -# apigen generate --destination=docs -- src -# dh_prep +override_dh_prep: + rm docs/* -r + phpdoc -d src --title "Vitex Software's Ease Html" + mv .phpdoc/build/* docs + dh_prep #override_dh_test: @@ -19,8 +20,8 @@ override_dh_clean: # dh_test override_dh_install: - jq '.address = "'`dpkg-parsechangelog | sed -n 's/^Version: //p'`'"' debian/composer.json |sponge debian/composer.json + jq '.version = "'`dpkg-parsechangelog | sed -n 's/^Version: //p'`'"' debian/composer.json |sponge debian/composer.json dh_install - echo "require_once 'Mail.php';" >> debian/php-ease-html/usr/share/php/EaseHtml/HtmlMailer.php - echo "require_once 'Mail/mime.php';" >> debian/php-ease-html/usr/share/php/EaseHtml/HtmlMailer.php + echo "require_once 'Mail.php';" >> debian/php-vitexsoftware-ease-html/usr/share/php/EaseHtml/HtmlMailer.php + echo "require_once 'Mail/mime.php';" >> debian/php-vitexsoftware-ease-html/usr/share/php/EaseHtml/HtmlMailer.php diff --git a/docs/classes/Ease-Container.html b/docs/classes/Ease-Container.html new file mode 100644 index 0000000..34c78ef --- /dev/null +++ b/docs/classes/Ease-Container.html @@ -0,0 +1,1451 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ Container + + + extends Sand + + + + + implements + Embedable + + + Uses + Glue +

+ + + + + + + + + + +

+ Interfaces, Classes and Traits + +

+ +
+
Embedable
+
+ + +
+ + +

+ Table of Contents + +

+ +
+
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ __construct() + +  : mixed +
+
Kontejner, který může obsahovat vložené objekty, které se vykreslí.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Kontejner, který může obsahovat vložené objekty, které se vykreslí.

+ + + public + __construct([Embedable|string $initialContent = null ]) : mixed + +
+ +
Parameters
+
+
+ $initialContent + : Embedable|string + = null
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Document.html b/docs/classes/Ease-Document.html new file mode 100644 index 0000000..30e3042 --- /dev/null +++ b/docs/classes/Ease-Document.html @@ -0,0 +1,2717 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ Document + + + extends Container + + + + +

+ + + +

Objekt určený k "pojmutí" obsahu - sám nemá žádnou viditelnou část.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ __construct() + +  : mixed +
+
Kontejner, který může obsahovat vložené objekty, které se vykreslí.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : null|Embedable +
+
Include next element into current page (if not closed).
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Kontejner, který může obsahovat vložené objekty, které se vykreslí.

+ + + public + __construct([Embedable|string $initialContent = null ]) : mixed + +
+ +
Parameters
+
+
+ $initialContent + : Embedable|string + = null
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current page (if not closed).

+ + + public + addItem(mixed $pageItem) : null|Embedable + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ null|Embedable + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Embedable.html b/docs/classes/Ease-Embedable.html new file mode 100644 index 0000000..5148cad --- /dev/null +++ b/docs/classes/Ease-Embedable.html @@ -0,0 +1,364 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ Embedable +

+ + + + +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák info@vitexsoftware.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ + + + + +
+

+ Methods + +

+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Glue.html b/docs/classes/Ease-Glue.html new file mode 100644 index 0000000..6648702 --- /dev/null +++ b/docs/classes/Ease-Glue.html @@ -0,0 +1,587 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ Glue +

+ + + + +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák info@vitexsoftware.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ + + + +
+

+ Properties + +

+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-ATag.html b/docs/classes/Ease-Html-ATag.html new file mode 100644 index 0000000..8dcf7e1 --- /dev/null +++ b/docs/classes/Ease-Html-ATag.html @@ -0,0 +1,3876 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ ATag + + + extends PairTag + + + + +

+ + + +

HTML hyperling class.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
zobrazí HTML odkaz.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

zobrazí HTML odkaz.

+ + + public + __construct(string|null $href[, mixed $contents = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $href + : string|null +
+
+

url odkazu

+ +
+
+ $contents + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-AddressTag.html b/docs/classes/Ease-Html-AddressTag.html new file mode 100644 index 0000000..4257c08 --- /dev/null +++ b/docs/classes/Ease-Html-AddressTag.html @@ -0,0 +1,3854 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ AddressTag + + + extends PairTag + + + + +

+ + + +

Html element pro adresu.

+ +
+ + + + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Html element pro adresu.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Html element pro adresu.

+ + + public + __construct([string $content = null ][, array $tagProperties = null ]) : mixed + +
+ +
Parameters
+
+
+ $content + : string + = null
+
+

text adresy

+ +
+
+ $tagProperties + : array + = null
+
+

vlastnosti tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-ArticleTag.html b/docs/classes/Ease-Html-ArticleTag.html new file mode 100644 index 0000000..166c1de --- /dev/null +++ b/docs/classes/Ease-Html-ArticleTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ ArticleTag + + + extends PairTag + + + + +

+ + + +

HTML5 Article tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines an article in a document
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines an article in a document

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-AsideTag.html b/docs/classes/Ease-Html-AsideTag.html new file mode 100644 index 0000000..b0341b8 --- /dev/null +++ b/docs/classes/Ease-Html-AsideTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ AsideTag + + + extends PairTag + + + + +

+ + + +

HTML5 Aside tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines content aside from the page content
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines content aside from the page content

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-AudioTag.html b/docs/classes/Ease-Html-AudioTag.html new file mode 100644 index 0000000..ee7f73a --- /dev/null +++ b/docs/classes/Ease-Html-AudioTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ AudioTag + + + extends PairTag + + + + +

+ + + +

HTML5 Article tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines sound content
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines sound content

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-BdiTag.html b/docs/classes/Ease-Html-BdiTag.html new file mode 100644 index 0000000..e85db5e --- /dev/null +++ b/docs/classes/Ease-Html-BdiTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ BdiTag + + + extends PairTag + + + + +

+ + + +

HTML5 BDI tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Isolates a part of text that might be formatted in a different direction from other text outside it
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Isolates a part of text that might be formatted in a different direction from other text outside it

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-BodyTag.html b/docs/classes/Ease-Html-BodyTag.html new file mode 100644 index 0000000..8f6a458 --- /dev/null +++ b/docs/classes/Ease-Html-BodyTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ BodyTag + + + extends PairTag + + + + +

+ + + +

Třída pro tělo HTML stránky.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Tělo stránky je v aplikaci vždy dostupně jako +$this->easeShared->webPage->body.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Vykreslí hlavičku HTML stránky.
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : mixed +
+
Nastaví jméno objektu na "body".
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Tělo stránky je v aplikaci vždy dostupně jako +$this->easeShared->webPage->body.

+ + + public + __construct([mixed $content = null ][, array $properties = null ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items to be included

+ +
+
+ $properties + : array + = null
+
+

additional properties for tag

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Vykreslí hlavičku HTML stránky.

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Nastaví jméno objektu na "body".

+ + + public + setObjectName([string $objectName = null ]) : mixed + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-ButtonTag.html b/docs/classes/Ease-Html-ButtonTag.html new file mode 100644 index 0000000..735e39a --- /dev/null +++ b/docs/classes/Ease-Html-ButtonTag.html @@ -0,0 +1,3854 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ ButtonTag + + + extends PairTag + + + + +

+ + + +

Html element pro tlačítko.

+ +
+ + + + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Html element pro tlačítko.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Html element pro tlačítko.

+ + + public + __construct(string $content[, array $tagProperties = null ]) : mixed + +
+ +
Parameters
+
+
+ $content + : string +
+
+

obsah tlačítka

+ +
+
+ $tagProperties + : array + = null
+
+

vlastnosti tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-CanvasTag.html b/docs/classes/Ease-Html-CanvasTag.html new file mode 100644 index 0000000..c829d62 --- /dev/null +++ b/docs/classes/Ease-Html-CanvasTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ CanvasTag + + + extends PairTag + + + + +

+ + + +

HTML5 canvas tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Draw graphics, on the fly, via scripting (usually JavaScript)
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Draw graphics, on the fly, via scripting (usually JavaScript)

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-CheckboxTag.html b/docs/classes/Ease-Html-CheckboxTag.html new file mode 100644 index 0000000..7b6e9ae --- /dev/null +++ b/docs/classes/Ease-Html-CheckboxTag.html @@ -0,0 +1,3895 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ CheckboxTag + + + extends InputTag + + + + +

+ + + +

Zobrazí tag pro chcekbox.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Zobrazuje HTML Checkbox.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : bool +
+
Obtain curent checkbox state
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví zaškrtnutí.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Zobrazuje HTML Checkbox.

+ + + public + __construct(string $name[, bool $checked = false ][, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

jméno tagu

+ +
+
+ $checked + : bool + = false
+
+

stav checkboxu

+ +
+
+ $value + : string + = null
+
+

vracená hodnota checkboxu

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Obtain curent checkbox state

+ + + public + getValue() : bool + +
+ + + + +
Return values
+ bool + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví zaškrtnutí.

+ + + public + setValue([bool $value = true ]) : mixed + +
+ +
Parameters
+
+
+ $value + : bool + = true
+
+

nastavuje parametr "checked" tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-Comment.html b/docs/classes/Ease-Html-Comment.html new file mode 100644 index 0000000..d7e4de9 --- /dev/null +++ b/docs/classes/Ease-Html-Comment.html @@ -0,0 +1,3778 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ Comment + + + extends Tag + + + + +

+ + + +

Description of Comment

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák info@vitexsoftware.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ __construct() + +  : mixed +
+
Objekt pro vykreslení obecného nepárového html tagu.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + public + string + $tagType + = '!--' + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' --' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Objekt pro vykreslení obecného nepárového html tagu.

+ + + public + __construct(string $comment) : mixed + +
+ +
Parameters
+
+
+ $comment + : string +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-DatalistTag.html b/docs/classes/Ease-Html-DatalistTag.html new file mode 100644 index 0000000..8c7441a --- /dev/null +++ b/docs/classes/Ease-Html-DatalistTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ DatalistTag + + + extends PairTag + + + + +

+ + + +

HTML5 datalist tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Specifies a list of pre-defined options for input controls
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Specifies a list of pre-defined options for input controls

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-DdTag.html b/docs/classes/Ease-Html-DdTag.html new file mode 100644 index 0000000..36ec092 --- /dev/null +++ b/docs/classes/Ease-Html-DdTag.html @@ -0,0 +1,3854 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ DdTag + + + extends PairTag + + + + +

+ + + +

Obsah definice.

+ +
+ + + + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Obsah definice.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Obsah definice.

+ + + public + __construct([string|mixed $content = null ][, array $tagProperties = null ]) : mixed + +
+ +
Parameters
+
+
+ $content + : string|mixed + = null
+
+
+ +
+
+ $tagProperties + : array + = null
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-DetailsTag.html b/docs/classes/Ease-Html-DetailsTag.html new file mode 100644 index 0000000..f165506 --- /dev/null +++ b/docs/classes/Ease-Html-DetailsTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ DetailsTag + + + extends PairTag + + + + +

+ + + +

HTML5 Details tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines additional details that the user can view or hide
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines additional details that the user can view or hide

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-DialogTag.html b/docs/classes/Ease-Html-DialogTag.html new file mode 100644 index 0000000..a4ccf66 --- /dev/null +++ b/docs/classes/Ease-Html-DialogTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ DialogTag + + + extends PairTag + + + + +

+ + + +

HTML5 Dialog tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines a dialog box or window
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines a dialog box or window

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-DivTag.html b/docs/classes/Ease-Html-DivTag.html new file mode 100644 index 0000000..8ad1c67 --- /dev/null +++ b/docs/classes/Ease-Html-DivTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ DivTag + + + extends PairTag + + + + +

+ + + +

HTML Div tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Simple Div tag
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Simple Div tag

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-DlTag.html b/docs/classes/Ease-Html-DlTag.html new file mode 100644 index 0000000..2e9c24b --- /dev/null +++ b/docs/classes/Ease-Html-DlTag.html @@ -0,0 +1,3914 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ DlTag + + + extends PairTag + + + + +

+ + + +

Definiční list.

+ +
+ + + + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Definice.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addDef() + +  : mixed +
+
Vloží novou definici.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Definice.

+ + + public + __construct([mixed $content = null ][, array $tagProperties = null ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+
+ +
+
+ $tagProperties + : array + = null
+
+

vlastnosti tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addDef() + +

+ + +

Vloží novou definici.

+ + + public + addDef(string|mixed $term, string|mixed $value) : mixed + +
+ +
Parameters
+
+
+ $term + : string|mixed +
+
+

Subjekt

+ +
+
+ $value + : string|mixed +
+
+

Popis subjektu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-DtTag.html b/docs/classes/Ease-Html-DtTag.html new file mode 100644 index 0000000..d688b88 --- /dev/null +++ b/docs/classes/Ease-Html-DtTag.html @@ -0,0 +1,3854 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ DtTag + + + extends PairTag + + + + +

+ + + +

Pojem definice.

+ +
+ + + + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Pojem definice.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Pojem definice.

+ + + public + __construct([string|mixed $content = null ][, array $tagProperties = null ]) : mixed + +
+ +
Parameters
+
+
+ $content + : string|mixed + = null
+
+

název pojmu / klíčové slovo

+ +
+
+ $tagProperties + : array + = null
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-EmTag.html b/docs/classes/Ease-Html-EmTag.html new file mode 100644 index 0000000..e910d89 --- /dev/null +++ b/docs/classes/Ease-Html-EmTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ EmTag + + + extends PairTag + + + + +

+ + + +

HTML em tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Tag kurzívu.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Tag kurzívu.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-EmbedTag.html b/docs/classes/Ease-Html-EmbedTag.html new file mode 100644 index 0000000..f67233c --- /dev/null +++ b/docs/classes/Ease-Html-EmbedTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ EmbedTag + + + extends PairTag + + + + +

+ + + +

HTML5 embed tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines a container for an external (non-HTML) application
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines a container for an external (non-HTML) application

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-FieldSet.html b/docs/classes/Ease-Html-FieldSet.html new file mode 100644 index 0000000..0c718f2 --- /dev/null +++ b/docs/classes/Ease-Html-FieldSet.html @@ -0,0 +1,4037 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ FieldSet + + + extends PairTag + + + + +

+ + + +

Html Fieldset.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $content + +  : mixed +
+
Obsah rámu.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $legend + +  : mixed +
+
Legenda rámečku.
+ +
+ $legendTag + +  : PairTag +
+
Objekt s tagem Legendy.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Zobrazí rámeček.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Vložení legendy.
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setLegend() + +  : mixed +
+
Nastavení legendy.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $content + + + +

+ + +

Obsah rámu.

+ + + public + mixed + $content + = null + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $legend + + + +

+ + +

Legenda rámečku.

+ + + public + mixed + $legend + = null + +
+ + + +
+
+

+ $legendTag + + + +

+ + +

Objekt s tagem Legendy.

+ + + public + PairTag + $legendTag + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Zobrazí rámeček.

+ + + public + __construct(string|mixed $legend[, mixed $content = null ]) : mixed + +
+ +
Parameters
+
+
+ $legend + : string|mixed +
+
+

popisek - text nebo Ease objekty

+ +
+
+ $content + : mixed + = null
+
+

prvky vkládané do rámečku

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Vložení legendy.

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setLegend() + +

+ + +

Nastavení legendy.

+ + + public + setLegend(string $legend) : mixed + +
+ +
Parameters
+
+
+ $legend + : string +
+
+

popisek

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-FigCaptionTag.html b/docs/classes/Ease-Html-FigCaptionTag.html new file mode 100644 index 0000000..62ed4c6 --- /dev/null +++ b/docs/classes/Ease-Html-FigCaptionTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ FigCaptionTag + + + extends PairTag + + + + +

+ + + +

HTML5 figcaption tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines a caption for a <figure> element
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines a caption for a <figure> element

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-FigureTag.html b/docs/classes/Ease-Html-FigureTag.html new file mode 100644 index 0000000..254657c --- /dev/null +++ b/docs/classes/Ease-Html-FigureTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ FigureTag + + + extends PairTag + + + + +

+ + + +

HTML5 figure tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines self-contained content
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines self-contained content

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-FooterTag.html b/docs/classes/Ease-Html-FooterTag.html new file mode 100644 index 0000000..e56255a --- /dev/null +++ b/docs/classes/Ease-Html-FooterTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ FooterTag + + + extends PairTag + + + + +

+ + + +

HTML5 footer tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines a footer for a document or section
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines a footer for a document or section

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-Form.html b/docs/classes/Ease-Html-Form.html new file mode 100644 index 0000000..7ca208e --- /dev/null +++ b/docs/classes/Ease-Html-Form.html @@ -0,0 +1,4107 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ Form + + + extends PairTag + + + + +

+ + + +

Obecný párový HTML tag.

+ +
+ + + + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $formMethod + +  : string +
+
Metoda odesílání.
+ +
+ $formTarget + +  : string +
+
Cíl formu.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : bool +
+
Nastavovat formuláři jméno ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Html Form Tag
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ fillMeUp() + +  : mixed +
+
Projde všechny vložené objekty a pokud se jejich jména shodují s klíči +dat, nastaví se jim hodnota.
+ +
+ fillUp() + +  : mixed +
+
Naplní vložené objekty daty.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ objectContentSearch() + +  : Container +
+
Pokusí se najít ve vložených objektech tag zadaného jména.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $formMethod + + + +

+ + +

Metoda odesílání.

+ + + public + string + $formMethod + = null + +
+ + + +
+
+

+ $formTarget + + + +

+ + +

Cíl formu.

+ + + public + string + $formTarget + = null + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Nastavovat formuláři jméno ?

+ + + public + bool + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Html Form Tag

+ + + public + __construct([array $tagProperties = [] ][, mixed $formContents = null ]) : mixed + +
+ +
Parameters
+
+
+ $tagProperties + : array + = []
+
+

vlastnosti tagu například: +array('enctype' => 'multipart/form-data')

+ +
+
+ $formContents + : mixed + = null
+
+

prvky uvnitř formuláře

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ fillMeUp() + +

+ + +

Projde všechny vložené objekty a pokud se jejich jména shodují s klíči +dat, nastaví se jim hodnota.

+ + + public + static fillMeUp(array $data, Container|mixed &$form) : mixed + +
+ +
Parameters
+
+
+ $data + : array +
+
+

asociativní pole dat

+ +
+
+ $form + : Container|mixed +
+
+

formulář k naplnění

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ fillUp() + +

+ + +

Naplní vložené objekty daty.

+ + + public + fillUp([string $data = null ]) : mixed + +
+ +
Parameters
+
+
+ $data + : string + = null
+
+

asociativní pole dat

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ objectContentSearch() + +

+ + +

Pokusí se najít ve vložených objektech tag zadaného jména.

+ + + public + objectContentSearch(string $searchFor[, Container $where = null ]) : Container + +
+ +
Parameters
+
+
+ $searchFor + : string +
+
+

jméno hledaného elementu

+ +
+
+ $where + : Container + = null
+
+

objekt v němž je hledáno

+ +
+
+ + + +
Return values
+ Container + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-H1Tag.html b/docs/classes/Ease-Html-H1Tag.html new file mode 100644 index 0000000..1fae13f --- /dev/null +++ b/docs/classes/Ease-Html-H1Tag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ H1Tag + + + extends PairTag + + + + +

+ + + +

HTML major heading tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Simple H1 Tag.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Simple H1 Tag.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-H2Tag.html b/docs/classes/Ease-Html-H2Tag.html new file mode 100644 index 0000000..7cdd28f --- /dev/null +++ b/docs/classes/Ease-Html-H2Tag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ H2Tag + + + extends PairTag + + + + +

+ + + +

HTML H2 tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Nadpis druhé velikosti.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Nadpis druhé velikosti.

+ + + public + __construct([mixed $content = null ][, string $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

text nadpisu

+ +
+
+ $properties + : string + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-H3Tag.html b/docs/classes/Ease-Html-H3Tag.html new file mode 100644 index 0000000..e664072 --- /dev/null +++ b/docs/classes/Ease-Html-H3Tag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ H3Tag + + + extends PairTag + + + + +

+ + + +

HTML H3 tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Simple H3 tag.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Simple H3 tag.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-H4Tag.html b/docs/classes/Ease-Html-H4Tag.html new file mode 100644 index 0000000..a280c54 --- /dev/null +++ b/docs/classes/Ease-Html-H4Tag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ H4Tag + + + extends PairTag + + + + +

+ + + +

HTML H4 tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Simple H4 tag.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Simple H4 tag.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-H5Tag.html b/docs/classes/Ease-Html-H5Tag.html new file mode 100644 index 0000000..2ea9639 --- /dev/null +++ b/docs/classes/Ease-Html-H5Tag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ H5Tag + + + extends PairTag + + + + +

+ + + +

HTML H5 tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Simple H5 tag.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Simple H5 tag.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-HeadTag.html b/docs/classes/Ease-Html-HeadTag.html new file mode 100644 index 0000000..c36f111 --- /dev/null +++ b/docs/classes/Ease-Html-HeadTag.html @@ -0,0 +1,4160 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ HeadTag + + + extends PairTag + + + + +

+ + + +

HTML webPage head class.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák info@vitexsoftware.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cascadeStyles + +  : array +
+
Css definitions.
+ +
+ $charSet + +  : string +
+
Content Charset +Znaková sada obsahu.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $javaScripts + +  : array +
+
Javascripts to render in page.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Html HEAD tag with basic contents and skin support.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Vykreslí hlavičku HTML stránky.
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
hadle page title
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getScriptsRendered() + +  : string +
+
+ +
+ getStylesRendered() + +  : string +
+
Get included and inline Syles Fragment rendered
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ jsEnclosure() + +  : string +
+
Vykreslení bloku scriptu.
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Change name directly to head.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cascadeStyles + + + +

+ + +

Css definitions.

+ + + public + array + $cascadeStyles + = [] + +
+ + + +
+
+

+ $charSet + + + +

+ + +

Content Charset +Znaková sada obsahu.

+ + + public + string + $charSet + = 'utf-8' + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $javaScripts + + + +

+ + +

Javascripts to render in page.

+ + + public + array + $javaScripts + = [] + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Html HEAD tag with basic contents and skin support.

+ + + public + __construct([mixed $content = null ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Vykreslí hlavičku HTML stránky.

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

hadle page title

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getScriptsRendered() + +

+ + + + + public + static getScriptsRendered(array $scriptsArray[, string $divider = " +" ]) : string + +
+ +
Parameters
+
+
+ $scriptsArray + : array +
+
+
+ +
+
+ $divider + : string + = " +"
+
+

use '' for optimized output

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getStylesRendered() + +

+ + +

Get included and inline Syles Fragment rendered

+ + + public + static getStylesRendered(array $stylesArray[, string $media = 'screen' ][, string $divider = " +" ]) : string + +
+ +
Parameters
+
+
+ $stylesArray + : array +
+
+
+ +
+
+ $media + : string + = 'screen'
+
+
+ +
+
+ $divider + : string + = " +"
+
+

use '' for optimized output

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ jsEnclosure() + +

+ + +

Vykreslení bloku scriptu.

+ + + public + static jsEnclosure(string $javaScript) : string + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

vkládaný skript

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Change name directly to head.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

final object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-HeaderTag.html b/docs/classes/Ease-Html-HeaderTag.html new file mode 100644 index 0000000..a96ac56 --- /dev/null +++ b/docs/classes/Ease-Html-HeaderTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ HeaderTag + + + extends PairTag + + + + +

+ + + +

HTML5 header tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines a header for a document or section
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines a header for a document or section

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-HrTag.html b/docs/classes/Ease-Html-HrTag.html new file mode 100644 index 0000000..4f367a5 --- /dev/null +++ b/docs/classes/Ease-Html-HrTag.html @@ -0,0 +1,3778 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ HrTag + + + extends Tag + + + + +

+ + + +

Horizontal line tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Horizontal line tag.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Horizontal line tag.

+ + + public + __construct([array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-HtmlTag.html b/docs/classes/Ease-Html-HtmlTag.html new file mode 100644 index 0000000..84233e6 --- /dev/null +++ b/docs/classes/Ease-Html-HtmlTag.html @@ -0,0 +1,3858 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ HtmlTag + + + extends PairTag + + + + +

+ + + +

HTML top tag class.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
HTML.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Nastaví jméno objektu na "html".
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

HTML.

+ + + public + __construct([mixed $content = null ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vložený obsah - tělo stránky

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Nastaví jméno objektu na "html".

+ + + public + setObjectName([string $ObjectName = null ]) : string + +
+ +
Parameters
+
+
+ $ObjectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

final object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-IframeTag.html b/docs/classes/Ease-Html-IframeTag.html new file mode 100644 index 0000000..7a516e1 --- /dev/null +++ b/docs/classes/Ease-Html-IframeTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ IframeTag + + + extends PairTag + + + + +

+ + + +

iFrame element.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
iFrame element.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

iFrame element.

+ + + public + __construct(string $src[, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $src + : string +
+
+

content url

+ +
+
+ $properties + : array + = []
+
+

HTML tag proberties

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-ImgTag.html b/docs/classes/Ease-Html-ImgTag.html new file mode 100644 index 0000000..c69392e --- /dev/null +++ b/docs/classes/Ease-Html-ImgTag.html @@ -0,0 +1,3906 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ ImgTag + + + extends Tag + + + + +

+ + + +

IMG tag class.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Html Obrazek.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ base64src() + +  : type +
+
Convert
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ fileBase64src() + +  : string +
+
Generate base64 for img src from file
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Html Obrazek.

+ + + public + __construct(string $image[, string $alt = null ][, array $tagProperties = [] ]) : mixed + +

Html Image.

+ +
Parameters
+
+
+ $image + : string +
+
+

image URL

+ +
+
+ $alt + : string + = null
+
+

alternat name for text only browsers

+ +
+
+ $tagProperties + : array + = []
+
+

IMG tag properties

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ base64src() + +

+ + +

Convert

+ + + public + static base64src(string $imgRawData, string $contentType) : type + +
+ +
Parameters
+
+
+ $imgRawData + : string +
+
+

raw image data

+ +
+
+ $contentType + : string +
+
+

mime type eg. image/gif

+ +
+
+ + + +
Return values
+ type + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ fileBase64src() + +

+ + +

Generate base64 for img src from file

+ + + public + static fileBase64src(string $imgFileName) : string + +
+ +
Parameters
+
+
+ $imgFileName + : string +
+
+

source image path

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputColorTag.html b/docs/classes/Ease-Html-InputColorTag.html new file mode 100644 index 0000000..e4786aa --- /dev/null +++ b/docs/classes/Ease-Html-InputColorTag.html @@ -0,0 +1,3887 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputColorTag + + + extends InputTag + + + + +

+ + + +

HTML5 color input tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
The <input type="color"> is used for input fields that should contain a color.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

The <input type="color"> is used for input fields that should contain a color.

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

name

+ +
+
+ $value + : string + = null
+
+

initial value

+ +
+
+ $properties + : array + = []
+
+

additional properties

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputDateTag.html b/docs/classes/Ease-Html-InputDateTag.html new file mode 100644 index 0000000..eb240c4 --- /dev/null +++ b/docs/classes/Ease-Html-InputDateTag.html @@ -0,0 +1,3887 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputDateTag + + + extends InputTag + + + + +

+ + + +

HTML5 date input tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
The <input type="date"> is used for input fields that should contain a date.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

The <input type="date"> is used for input fields that should contain a date.

+ + + public + __construct(string $name[, string|Date $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

input name

+ +
+
+ $value + : string|Date + = null
+
+

initial value as string or DateTime

+ +
+
+ $properties + : array + = []
+
+

additional properties

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputDateTimeLocalTag.html b/docs/classes/Ease-Html-InputDateTimeLocalTag.html new file mode 100644 index 0000000..3b3f80a --- /dev/null +++ b/docs/classes/Ease-Html-InputDateTimeLocalTag.html @@ -0,0 +1,3889 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputDateTimeLocalTag + + + extends InputTag + + + + +

+ + + +

HTML5 input datetime-local tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
The <input type="datetime-local"> is used for input fields that should contain a +date and time with no time zone.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

The <input type="datetime-local"> is used for input fields that should contain a +date and time with no time zone.

+ + + public + __construct(string $name[, string|DateTime $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

name

+ +
+
+ $value + : string|DateTime + = null
+
+

initial value as string or DateTime

+ +
+
+ $properties + : array + = []
+
+

additional properties

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputDateTimeTag.html b/docs/classes/Ease-Html-InputDateTimeTag.html new file mode 100644 index 0000000..cbdfd97 --- /dev/null +++ b/docs/classes/Ease-Html-InputDateTimeTag.html @@ -0,0 +1,3887 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputDateTimeTag + + + extends InputTag + + + + +

+ + + +

HTML5 datetime input tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
The <input type="date"> is used for input fields that should contain a date and time.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

The <input type="date"> is used for input fields that should contain a date and time.

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

name

+ +
+
+ $value + : string + = null
+
+

initial value

+ +
+
+ $properties + : array + = []
+
+

additional properties

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputEmailTag.html b/docs/classes/Ease-Html-InputEmailTag.html new file mode 100644 index 0000000..509f004 --- /dev/null +++ b/docs/classes/Ease-Html-InputEmailTag.html @@ -0,0 +1,3889 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputEmailTag + + + extends InputTag + + + + +

+ + + +

HTML5 email input tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
The <input type="email"> is used for input fields that should contain an +e-mail address.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

The <input type="email"> is used for input fields that should contain an +e-mail address.

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

name

+ +
+
+ $value + : string + = null
+
+

initial value

+ +
+
+ $properties + : array + = []
+
+

additional properties

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputFileTag.html b/docs/classes/Ease-Html-InputFileTag.html new file mode 100644 index 0000000..0b7edf5 --- /dev/null +++ b/docs/classes/Ease-Html-InputFileTag.html @@ -0,0 +1,3887 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputFileTag + + + extends InputTag + + + + +

+ + + +

Vstupní prvek pro odeslání souboru.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Vstupní box pro volbu souboru.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Vstupní box pro volbu souboru.

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

jméno tagu

+ +
+
+ $value + : string + = null
+
+

předvolená hodnota

+ +
+
+ $properties + : array + = []
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputHiddenTag.html b/docs/classes/Ease-Html-InputHiddenTag.html new file mode 100644 index 0000000..4ccf321 --- /dev/null +++ b/docs/classes/Ease-Html-InputHiddenTag.html @@ -0,0 +1,3887 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputHiddenTag + + + extends InputTag + + + + +

+ + + +

Skrytý input.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Skrytý input.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Skrytý input.

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

jméno tagu

+ +
+
+ $value + : string + = null
+
+

vracená hodnota

+ +
+
+ $properties + : array + = []
+
+

vlastnosti tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputMonthTag.html b/docs/classes/Ease-Html-InputMonthTag.html new file mode 100644 index 0000000..a107fb3 --- /dev/null +++ b/docs/classes/Ease-Html-InputMonthTag.html @@ -0,0 +1,3887 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputMonthTag + + + extends InputTag + + + + +

+ + + +

HTML5 month input tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
The <input type="month"> allows the user to select a month and year.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

The <input type="month"> allows the user to select a month and year.

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

name

+ +
+
+ $value + : string + = null
+
+

initial value

+ +
+
+ $properties + : array + = []
+
+

additional properties

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputNumberTag.html b/docs/classes/Ease-Html-InputNumberTag.html new file mode 100644 index 0000000..d4b315b --- /dev/null +++ b/docs/classes/Ease-Html-InputNumberTag.html @@ -0,0 +1,3887 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputNumberTag + + + extends InputTag + + + + +

+ + + +

Vstupní pole čísla.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
The <input type="number"> defines a numeric input field.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

The <input type="number"> defines a numeric input field.

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +

You can also set restrictions on what numbers are accepted.

+ +
Parameters
+
+
+ $name + : string +
+
+

name

+ +
+
+ $value + : string + = null
+
+

initial value

+ +
+
+ $properties + : array + = []
+
+

additional tag properties

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputPasswordTag.html b/docs/classes/Ease-Html-InputPasswordTag.html new file mode 100644 index 0000000..11e162e --- /dev/null +++ b/docs/classes/Ease-Html-InputPasswordTag.html @@ -0,0 +1,3887 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputPasswordTag + + + extends InputTextTag + + + + +

+ + + +

Vstup pro zadání hesla.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Password Input
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Password Input

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

Tag Name

+ +
+
+ $value + : string + = null
+
+

prefilled password

+ +
+
+ $properties + : array + = []
+
+

Description

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputRadioTag.html b/docs/classes/Ease-Html-InputRadioTag.html new file mode 100644 index 0000000..7671d94 --- /dev/null +++ b/docs/classes/Ease-Html-InputRadioTag.html @@ -0,0 +1,3928 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputRadioTag + + + extends InputTag + + + + +

+ + + +

Radio button.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $value + +  : string +
+
Vracená hodnota.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Radio button.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Poprvé nastaví hodnotu checkboxu. Druhé volání nastavuje příznak checked, +pokud je hodnota stejná jako již nabitá
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $value + + + +

+ + +

Vracená hodnota.

+ + + public + string + $value + = null + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Radio button.

+ + + public + __construct(string $name[, string $value = null ][, array $tagProperties = null ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

jméno tagu

+ +
+
+ $value + : string + = null
+
+

vracená hodnota

+ +
+
+ $tagProperties + : array + = null
+
+

vlastnosti tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Poprvé nastaví hodnotu checkboxu. Druhé volání nastavuje příznak checked, +pokud je hodnota stejná jako již nabitá

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputRangeTag.html b/docs/classes/Ease-Html-InputRangeTag.html new file mode 100644 index 0000000..2822def --- /dev/null +++ b/docs/classes/Ease-Html-InputRangeTag.html @@ -0,0 +1,3902 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputRangeTag + + + extends InputTag + + + + +

+ + + +

HTML5 range input tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
The &lt;input type="range"&gt; defines a control for entering a number whose exact value is not important
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

The &lt;input type="range"&gt; defines a control for entering a number whose exact value is not important

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

name

+ +
+
+ $value + : string + = null
+
+

initial value

+ +
+
+ $properties + : array + = []
+
+

additional properties min,max,step...

+ +
+
+ + +
+ Tags + +
+
+
+ see +
+
+ https://www.w3schools.com/tags/att_input_type_range.asp + +
+ +
+
+ +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputSearchTag.html b/docs/classes/Ease-Html-InputSearchTag.html new file mode 100644 index 0000000..e7ddf3f --- /dev/null +++ b/docs/classes/Ease-Html-InputSearchTag.html @@ -0,0 +1,3927 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputSearchTag + + + extends InputTag + + + + +

+ + + +

Show search input field +Zobrazí vyhledávací poloíčko.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $dataSourceURL + +  : string +
+
URL zdroje dat pro hinter.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Zobrazí tag pro vyhledávací box.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $dataSourceURL + + + +

+ + +

URL zdroje dat pro hinter.

+ + + public + string + $dataSourceURL + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Zobrazí tag pro vyhledávací box.

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

jméno

+ +
+
+ $value + : string + = null
+
+

předvolená hodnota

+ +
+
+ $properties + : array + = []
+
+

dodatečné vlastnosti tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputSubmitTag.html b/docs/classes/Ease-Html-InputSubmitTag.html new file mode 100644 index 0000000..357d3f0 --- /dev/null +++ b/docs/classes/Ease-Html-InputSubmitTag.html @@ -0,0 +1,3887 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputSubmitTag + + + extends InputTag + + + + +

+ + + +

Odesílací tlačítko formuláře.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Odesílací tlačítko formuláře.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Maketa kuli popisku.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Odesílací tlačítko formuláře.

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

jméno tagu

+ +
+
+ $value + : string + = null
+
+

vracená hodnota

+ +
+
+ $properties + : array + = []
+
+

Pole vlastností tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Maketa kuli popisku.

+ + + public + setValue([bool $value = true ]) : mixed + +
+ +
Parameters
+
+
+ $value + : bool + = true
+
+

je ignorováno

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputTag.html b/docs/classes/Ease-Html-InputTag.html new file mode 100644 index 0000000..cb6184c --- /dev/null +++ b/docs/classes/Ease-Html-InputTag.html @@ -0,0 +1,3901 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputTag + + + extends Tag + + + + +

+ + + +

Obecný input TAG.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Nastavovat automaticky jméno tagu ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Obecný input TAG.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Nastavovat automaticky jméno tagu ?

+ + + public + mixed + $setName + = true + +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Obecný input TAG.

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

jméno tagu

+ +
+
+ $value + : string + = null
+
+

vracená hodnota

+ +
+
+ $properties + : array + = []
+
+

vlastnosti tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputTelTag.html b/docs/classes/Ease-Html-InputTelTag.html new file mode 100644 index 0000000..85e02a4 --- /dev/null +++ b/docs/classes/Ease-Html-InputTelTag.html @@ -0,0 +1,3889 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputTelTag + + + extends InputTag + + + + +

+ + + +

HTML5 tel input tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
The <input type="tel"> is used for input fields that should contain a +telephone number.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

The <input type="tel"> is used for input fields that should contain a +telephone number.

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

name

+ +
+
+ $value + : string + = null
+
+

initial value

+ +
+
+ $properties + : array + = []
+
+

additional properties

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputTextTag.html b/docs/classes/Ease-Html-InputTextTag.html new file mode 100644 index 0000000..cef9868 --- /dev/null +++ b/docs/classes/Ease-Html-InputTextTag.html @@ -0,0 +1,3887 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputTextTag + + + extends InputTag + + + + +

+ + + +

Zobrazí input text tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Zobrazí input text tag.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Zobrazí input text tag.

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

jméno

+ +
+
+ $value + : string + = null
+
+

předvolená hodnota

+ +
+
+ $properties + : array + = []
+
+

dodatečné vlastnosti tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputTimeTag.html b/docs/classes/Ease-Html-InputTimeTag.html new file mode 100644 index 0000000..331869e --- /dev/null +++ b/docs/classes/Ease-Html-InputTimeTag.html @@ -0,0 +1,3887 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputTimeTag + + + extends InputTag + + + + +

+ + + +

HTML5 time input tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
The <input type="time"> allows the user to select a time (no time zone).
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

The <input type="time"> allows the user to select a time (no time zone).

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

name

+ +
+
+ $value + : string + = null
+
+

initial value

+ +
+
+ $properties + : array + = []
+
+

additional properties

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputUrlTag.html b/docs/classes/Ease-Html-InputUrlTag.html new file mode 100644 index 0000000..a5928cf --- /dev/null +++ b/docs/classes/Ease-Html-InputUrlTag.html @@ -0,0 +1,3889 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputUrlTag + + + extends InputTag + + + + +

+ + + +

HTML5 url input tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
The <input type="url"> is used for input fields that should contain a +URL address.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

The <input type="url"> is used for input fields that should contain a +URL address.

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

name

+ +
+
+ $value + : string + = null
+
+

initial value

+ +
+
+ $properties + : array + = []
+
+

additional properties

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-InputWeekTag.html b/docs/classes/Ease-Html-InputWeekTag.html new file mode 100644 index 0000000..0ea7139 --- /dev/null +++ b/docs/classes/Ease-Html-InputWeekTag.html @@ -0,0 +1,3887 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ InputWeekTag + + + extends InputTag + + + + +

+ + + +

HTML5 week input tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
The <input type="week"> allows the user to select a week and year.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu vstupního políčka.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

The <input type="week"> allows the user to select a week and year.

+ + + public + __construct(string $name[, string $value = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

name

+ +
+
+ $value + : string + = null
+
+

initial value

+ +
+
+ $properties + : array + = []
+
+

additional properties

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu vstupního políčka.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-JavaScript.html b/docs/classes/Ease-Html-JavaScript.html new file mode 100644 index 0000000..daac599 --- /dev/null +++ b/docs/classes/Ease-Html-JavaScript.html @@ -0,0 +1,3867 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ JavaScript + + + extends ScriptTag + + + + +

+ + + +

fragment skriptu ve stránce.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
fragment javaskriptu ve stránce.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

fragment javaskriptu ve stránce.

+ + + public + __construct(string $content[, mixed $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : string +
+
+

text scriptu

+ +
+
+ $properties + : mixed + = []
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-KeygenTag.html b/docs/classes/Ease-Html-KeygenTag.html new file mode 100644 index 0000000..51cf12e --- /dev/null +++ b/docs/classes/Ease-Html-KeygenTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ KeygenTag + + + extends PairTag + + + + +

+ + + +

HTML5 keygen tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines a key-pair generator field (for forms)
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines a key-pair generator field (for forms)

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-LabelTag.html b/docs/classes/Ease-Html-LabelTag.html new file mode 100644 index 0000000..838927a --- /dev/null +++ b/docs/classes/Ease-Html-LabelTag.html @@ -0,0 +1,3913 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ LabelTag + + + extends PairTag + + + + +

+ + + +

Tag Label pro LabeledInput.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $contents + +  : mixed +
+
Odkaz na obsah.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Show tag label
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set object name.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $contents + + + +

+ + +

Odkaz na obsah.

+ + + public + mixed + $contents + = null + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Show tag label

+ + + public + __construct(string $for[, mixed $contents = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $for + : string +
+
+

vztažný element

+ +
+
+ $contents + : mixed + = null
+
+

obsah opatřovaný popiskem

+ +
+
+ $properties + : array + = []
+
+

vlastnosti tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set object name.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

nastavované jméno

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-LiTag.html b/docs/classes/Ease-Html-LiTag.html new file mode 100644 index 0000000..0663419 --- /dev/null +++ b/docs/classes/Ease-Html-LiTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ LiTag + + + extends PairTag + + + + +

+ + + +

HTML list item tag class.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Simple LI tag.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Simple LI tag.

+ + + public + __construct([mixed $liContents = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $liContents + : mixed + = null
+
+

obsah položky seznamu

+ +
+
+ $properties + : array + = []
+
+

parametry LI tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-MainTag.html b/docs/classes/Ease-Html-MainTag.html new file mode 100644 index 0000000..8367803 --- /dev/null +++ b/docs/classes/Ease-Html-MainTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ MainTag + + + extends PairTag + + + + +

+ + + +

HTML5 main tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines the main content of a document
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines the main content of a document

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-MarkTag.html b/docs/classes/Ease-Html-MarkTag.html new file mode 100644 index 0000000..63b98fd --- /dev/null +++ b/docs/classes/Ease-Html-MarkTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ MarkTag + + + extends PairTag + + + + +

+ + + +

HTML5 mark tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines marked/highlighted text
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines marked/highlighted text

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-MenuItemTag.html b/docs/classes/Ease-Html-MenuItemTag.html new file mode 100644 index 0000000..e1c4f39 --- /dev/null +++ b/docs/classes/Ease-Html-MenuItemTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ MenuItemTag + + + extends PairTag + + + + +

+ + + +

HTML5 menuitem tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines a command/menu item that the user can invoke from a popup menu
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines a command/menu item that the user can invoke from a popup menu

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-MetaTag.html b/docs/classes/Ease-Html-MetaTag.html new file mode 100644 index 0000000..811766b --- /dev/null +++ b/docs/classes/Ease-Html-MetaTag.html @@ -0,0 +1,3794 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ MetaTag + + + extends Tag + + + + +

+ + + +

HTML meta tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Describe metadata within an HTML document
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Describe metadata within an HTML document

+ + + public + __construct([string $name = null ][, string $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string + = null
+
+

meta property name

+ +
+
+ $content + : string + = null
+
+

meta propery value

+ +
+
+ $properties + : array + = []
+
+

other html tag params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-MeterTag.html b/docs/classes/Ease-Html-MeterTag.html new file mode 100644 index 0000000..0fcb3b6 --- /dev/null +++ b/docs/classes/Ease-Html-MeterTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ MeterTag + + + extends PairTag + + + + +

+ + + +

HTML5 meter tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines a scalar measurement within a known range (a gauge)
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines a scalar measurement within a known range (a gauge)

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-NavTag.html b/docs/classes/Ease-Html-NavTag.html new file mode 100644 index 0000000..bca1f3d --- /dev/null +++ b/docs/classes/Ease-Html-NavTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ NavTag + + + extends PairTag + + + + +

+ + + +

HTML5 nav tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines navigation links
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines navigation links

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-OlTag.html b/docs/classes/Ease-Html-OlTag.html new file mode 100644 index 0000000..26679b7 --- /dev/null +++ b/docs/classes/Ease-Html-OlTag.html @@ -0,0 +1,3928 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ OlTag + + + extends UlTag + + + + +

+ + + +

HTML unsorted list.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Vytvori OL container.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addItemSmart() + +  : mixed +
+
Every item id added in LiTag envelope.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Vytvori OL container.

+ + + public + __construct([mixed $ulContents = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $ulContents + : mixed + = null
+
+

položky seznamu

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addItemSmart() + +

+ + +

Every item id added in LiTag envelope.

+ + + public + addItemSmart(mixed $pageItem[, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

obsah vkládaný jako položka výčtu

+ +
+
+ $properties + : array + = []
+
+

Vlastnosti LI tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-OptionTag.html b/docs/classes/Ease-Html-OptionTag.html new file mode 100644 index 0000000..a8b2092 --- /dev/null +++ b/docs/classes/Ease-Html-OptionTag.html @@ -0,0 +1,4041 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ OptionTag + + + extends PairTag + + + + +

+ + + +

Položka seznamu.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $value + +  : string +
+
Hodnota.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Tag položky rozbalovací nabídky.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Value Getter.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setDefault() + +  : bool +
+
Nastaví předvolenou položku.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $value + + + +

+ + +

Hodnota.

+ + + public + string + $value + = null + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Tag položky rozbalovací nabídky.

+ + + public + __construct(string|mixed $content[, string|int $value = null ]) : mixed + +
+ +
Parameters
+
+
+ $content + : string|mixed +
+
+

text volby

+ +
+
+ $value + : string|int + = null
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Value Getter.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setDefault() + +

+ + +

Nastaví předvolenou položku.

+ + + public + setDefault() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu.

+ + + public + setValue(int|string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : int|string +
+
+

vracená hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-OutputTag.html b/docs/classes/Ease-Html-OutputTag.html new file mode 100644 index 0000000..4ca66a9 --- /dev/null +++ b/docs/classes/Ease-Html-OutputTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ OutputTag + + + extends PairTag + + + + +

+ + + +

HTML5 output tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines the result of a calculation
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines the result of a calculation

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-PTag.html b/docs/classes/Ease-Html-PTag.html new file mode 100644 index 0000000..067b2b7 --- /dev/null +++ b/docs/classes/Ease-Html-PTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ PTag + + + extends PairTag + + + + +

+ + + +

HTML Paragraph class tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Odstavec.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Odstavec.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-PairTag.html b/docs/classes/Ease-Html-PairTag.html new file mode 100644 index 0000000..fe6c01d --- /dev/null +++ b/docs/classes/Ease-Html-PairTag.html @@ -0,0 +1,3876 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ PairTag + + + extends Tag + + + + +

+ + + +

Obecný párový HTML tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Character to close tag.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Common pair tag.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Render tag and its contents.
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Character to close tag.

+ + + public + string + $trail + = '' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Common pair tag.

+ + + public + __construct([string $tagType = null ][, array|string $tagProperties = null ][, mixed $content = null ]) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string + = null
+
+

typ tagu

+ +
+
+ $tagProperties + : array|string + = null
+
+

parametry tagu

+ +
+
+ $content + : mixed + = null
+
+

Content to insert into tag

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Render tag and its contents.

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-ParamTag.html b/docs/classes/Ease-Html-ParamTag.html new file mode 100644 index 0000000..e7888f0 --- /dev/null +++ b/docs/classes/Ease-Html-ParamTag.html @@ -0,0 +1,3786 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ ParamTag + + + extends Tag + + + + +

+ + + +

HtmlParam tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Paramm tag.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Paramm tag.

+ + + public + __construct(string $name, string $value) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

jméno parametru

+ +
+
+ $value + : string +
+
+

hodnota parametru

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-PreTag.html b/docs/classes/Ease-Html-PreTag.html new file mode 100644 index 0000000..8e462d8 --- /dev/null +++ b/docs/classes/Ease-Html-PreTag.html @@ -0,0 +1,3854 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ PreTag + + + extends PairTag + + + + +

+ + + +

Preformátovaný text.

+ +
+ + + + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Preformátovaný text.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Preformátovaný text.

+ + + public + __construct([string|mixed $content = null ][, array $tagProperties = null ]) : mixed + +
+ +
Parameters
+
+
+ $content + : string|mixed + = null
+
+
+ +
+
+ $tagProperties + : array + = null
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-ProgressTag.html b/docs/classes/Ease-Html-ProgressTag.html new file mode 100644 index 0000000..6412d7a --- /dev/null +++ b/docs/classes/Ease-Html-ProgressTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ ProgressTag + + + extends PairTag + + + + +

+ + + +

HTML5 progress tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Represents the progress of a task
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Represents the progress of a task

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-RpTag.html b/docs/classes/Ease-Html-RpTag.html new file mode 100644 index 0000000..c641178 --- /dev/null +++ b/docs/classes/Ease-Html-RpTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ RpTag + + + extends PairTag + + + + +

+ + + +

HTML5 rp tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines what to show in browsers that do not support ruby annotations
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines what to show in browsers that do not support ruby annotations

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-RtTag.html b/docs/classes/Ease-Html-RtTag.html new file mode 100644 index 0000000..b061cc5 --- /dev/null +++ b/docs/classes/Ease-Html-RtTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ RtTag + + + extends PairTag + + + + +

+ + + +

HTML5 rt tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines an explanation/pronunciation of characters (for East Asian typography)
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines an explanation/pronunciation of characters (for East Asian typography)

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-RubyTag.html b/docs/classes/Ease-Html-RubyTag.html new file mode 100644 index 0000000..20f5358 --- /dev/null +++ b/docs/classes/Ease-Html-RubyTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ RubyTag + + + extends PairTag + + + + +

+ + + +

HTML5 ruby tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines a ruby annotation (for East Asian typography)
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines a ruby annotation (for East Asian typography)

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-ScriptTag.html b/docs/classes/Ease-Html-ScriptTag.html new file mode 100644 index 0000000..4c79063 --- /dev/null +++ b/docs/classes/Ease-Html-ScriptTag.html @@ -0,0 +1,3854 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ ScriptTag + + + extends PairTag + + + + +

+ + + +

Skript ve stránce.

+ +
+ + + + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Skript.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Skript.

+ + + public + __construct([string|mixed $content = null ][, array $tagProperties = null ]) : mixed + +
+ +
Parameters
+
+
+ $content + : string|mixed + = null
+
+
+ +
+
+ $tagProperties + : array + = null
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-SectionTag.html b/docs/classes/Ease-Html-SectionTag.html new file mode 100644 index 0000000..a7ba9da --- /dev/null +++ b/docs/classes/Ease-Html-SectionTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ SectionTag + + + extends PairTag + + + + +

+ + + +

HTML5 section tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines a section in a document
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines a section in a document

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-Select.html b/docs/classes/Ease-Html-Select.html new file mode 100644 index 0000000..02c2e6a --- /dev/null +++ b/docs/classes/Ease-Html-Select.html @@ -0,0 +1,4142 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ Select + + + extends SelectTag + + + + +

+ + + +

Html Select.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ deprecated +
+
+ +

since version 1.2

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $defaultValue + +  : string|int +
+
Předvolené položka #.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $items + +  : array +
+
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Kontejner, který může obsahovat vložené objekty, které se vykreslí.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ delItem() + +  : mixed +
+
Odstarní položku z nabídky.
+ +
+ disableItem() + +  : mixed +
+
Disable menu item
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ loadItems() + +  : array +
+
Maketa načtení položek.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastavení hodnoty.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $defaultValue + + + +

+ + +

Předvolené položka #.

+ + + public + string|int + $defaultValue + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $items + + + +

+ + + + + public + array + $items + = [] + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Kontejner, který může obsahovat vložené objekty, které se vykreslí.

+ + + public + __construct([Embedable|string $initialContent = null ]) : mixed + +
+ +
Parameters
+
+
+ $initialContent + : Embedable|string + = null
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ delItem() + +

+ + +

Odstarní položku z nabídky.

+ + + public + delItem(string $itemID) : mixed + +
+ +
Parameters
+
+
+ $itemID + : string +
+
+

klíč hodnoty k odstranění ze seznamu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ disableItem() + +

+ + +

Disable menu item

+ + + public + disableItem(int $itemID) : mixed + +
+ +
Parameters
+
+
+ $itemID + : int +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ loadItems() + +

+ + +

Maketa načtení položek.

+ + + public + loadItems() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastavení hodnoty.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

nastavovaná hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-SelectTag.html b/docs/classes/Ease-Html-SelectTag.html new file mode 100644 index 0000000..22cc782 --- /dev/null +++ b/docs/classes/Ease-Html-SelectTag.html @@ -0,0 +1,4156 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ SelectTag + + + extends PairTag + + + + +

+ + + +

Html Select.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $defaultValue + +  : string|int +
+
Předvolené položka #.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $items + +  : array +
+
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : bool +
+
Automaticky nastavovat název elemnetu.
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Html select box.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Hromadné vložení položek.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ delItem() + +  : mixed +
+
Odstarní položku z nabídky.
+ +
+ disableItem() + +  : mixed +
+
Disable menu item
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Vložit načtené položky.
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ loadItems() + +  : array +
+
Maketa načtení položek.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastavení hodnoty.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $defaultValue + + + +

+ + +

Předvolené položka #.

+ + + public + string|int + $defaultValue + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $items + + + +

+ + + + + public + array + $items + = [] + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Automaticky nastavovat název elemnetu.

+ + + public + bool + $setName + = true + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Html select box.

+ + + public + __construct(string $name[, array $items = null ][, string $defaultValue = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

jmeno

+ +
+
+ $items + : array + = null
+
+

polozky

+ +
+
+ $defaultValue + : string + = null
+
+

id predvolene polozky

+ +
+
+ $properties + : array + = []
+
+

tag properties

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Hromadné vložení položek.

+ + + public + addItems(array $items) : mixed + +
+ +
Parameters
+
+
+ $items + : array +
+
+

položky výběru

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ delItem() + +

+ + +

Odstarní položku z nabídky.

+ + + public + delItem(string $itemID) : mixed + +
+ +
Parameters
+
+
+ $itemID + : string +
+
+

klíč hodnoty k odstranění ze seznamu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ disableItem() + +

+ + +

Disable menu item

+ + + public + disableItem(int $itemID) : mixed + +
+ +
Parameters
+
+
+ $itemID + : int +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Vložit načtené položky.

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ loadItems() + +

+ + +

Maketa načtení položek.

+ + + public + loadItems() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastavení hodnoty.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

nastavovaná hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-SimpleHeadTag.html b/docs/classes/Ease-Html-SimpleHeadTag.html new file mode 100644 index 0000000..589ba9b --- /dev/null +++ b/docs/classes/Ease-Html-SimpleHeadTag.html @@ -0,0 +1,3948 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ SimpleHeadTag + + + extends PairTag + + + + +

+ + + +

Siple HTML head tag class.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $charSet + +  : string +
+
Content Charset +Znaková sada obsahu.
+ +
+ $contentType + +  : string +
+
Content type of webpage.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
head tag with defined meta http-equiv content type.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $charSet + + + +

+ + +

Content Charset +Znaková sada obsahu.

+ + + public + string + $charSet + = 'utf-8' + +
+ + + +
+
+

+ $contentType + + + +

+ + +

Content type of webpage.

+ + + public + static string + $contentType + = 'text/html' + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

head tag with defined meta http-equiv content type.

+ + + public + __construct([mixed $contents = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $contents + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-SmallTag.html b/docs/classes/Ease-Html-SmallTag.html new file mode 100644 index 0000000..87e9d2d --- /dev/null +++ b/docs/classes/Ease-Html-SmallTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ SmallTag + + + extends PairTag + + + + +

+ + + +

HTML major heading tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Tag pro male písmo.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Tag pro male písmo.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +

Small font tag

+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-SourceTag.html b/docs/classes/Ease-Html-SourceTag.html new file mode 100644 index 0000000..e3b038d --- /dev/null +++ b/docs/classes/Ease-Html-SourceTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ SourceTag + + + extends PairTag + + + + +

+ + + +

HTML5 source tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines multiple media resources for media elements (<video> and <audio>)
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines multiple media resources for media elements (<video> and <audio>)

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-Span.html b/docs/classes/Ease-Html-Span.html new file mode 100644 index 0000000..7370c47 --- /dev/null +++ b/docs/classes/Ease-Html-Span.html @@ -0,0 +1,3876 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ Span + + + extends PairTag + + + + +

+ + + +

HTML span tag.

+ +
+ + +
+ Tags + +
+
+
+ deprecated +
+
+ +

since version 1.4.1

+ +
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
<span> tag.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

<span> tag.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-SpanTag.html b/docs/classes/Ease-Html-SpanTag.html new file mode 100644 index 0000000..7a99952 --- /dev/null +++ b/docs/classes/Ease-Html-SpanTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ SpanTag + + + extends PairTag + + + + +

+ + + +

HTML span tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
<span> tag.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

<span> tag.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

content entered

+ +
+
+ $properties + : array + = []
+
+

tag parameters

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-StrongTag.html b/docs/classes/Ease-Html-StrongTag.html new file mode 100644 index 0000000..d5852d9 --- /dev/null +++ b/docs/classes/Ease-Html-StrongTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ StrongTag + + + extends PairTag + + + + +

+ + + +

HTML major heading tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Tag pro tučné písmo.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Tag pro tučné písmo.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-SubmitButton.html b/docs/classes/Ease-Html-SubmitButton.html new file mode 100644 index 0000000..9093b78 --- /dev/null +++ b/docs/classes/Ease-Html-SubmitButton.html @@ -0,0 +1,3945 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ SubmitButton + + + extends InputTag + + + + +

+ + + +

Send button +Odesílací tlačítko.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $label + +  : string +
+
Popisek odesílacího tlačítka.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Odesílací tlačítko +<input type="submit" name="$label" value="$value" title="$Hint">.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ getValue() + +  : string +
+
Vrací hodnotu vstupního políčka.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví hodnotu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $label + + + +

+ + +

Popisek odesílacího tlačítka.

+ + + public + string + $label + = null + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Odesílací tlačítko +<input type="submit" name="$label" value="$value" title="$Hint">.

+ + + public + __construct(string $label[, string $value = null ][, string $hint = null ][, string $classCss = null ]) : mixed + +
+ +
Parameters
+
+
+ $label + : string +
+
+

nápis na tlačítku

+ +
+
+ $value + : string + = null
+
+

odesílaná hodnota

+ +
+
+ $hint + : string + = null
+
+

tip při najetí myší

+ +
+
+ $classCss + : string + = null
+
+

css třída pro tag tlačítka

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getValue() + +

+ + +

Vrací hodnotu vstupního políčka.

+ + + public + getValue() : string + +
+ + + + +
Return values
+ string + — +

$value

+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví hodnotu.

+ + + public + setValue(string $value[, bool $Automatic = false ]) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

vracená hodnota tagu

+ +
+
+ $Automatic + : bool + = false
+
+

Hack pro zachování labelů při plnění formuláře

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-SummaryTag.html b/docs/classes/Ease-Html-SummaryTag.html new file mode 100644 index 0000000..4b25f89 --- /dev/null +++ b/docs/classes/Ease-Html-SummaryTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ SummaryTag + + + extends PairTag + + + + +

+ + + +

HTML5 summary tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines a visible heading for a <details> element
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines a visible heading for a <details> element

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-SvgTag.html b/docs/classes/Ease-Html-SvgTag.html new file mode 100644 index 0000000..84783f7 --- /dev/null +++ b/docs/classes/Ease-Html-SvgTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ SvgTag + + + extends PairTag + + + + +

+ + + +

HTML5 svg tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Draw scalable vector graphics
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Draw scalable vector graphics

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-TableTag.html b/docs/classes/Ease-Html-TableTag.html new file mode 100644 index 0000000..dd60c38 --- /dev/null +++ b/docs/classes/Ease-Html-TableTag.html @@ -0,0 +1,4279 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ TableTag + + + extends PairTag + + + + +

+ + + +

HTML table.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $tBody + +  : Tbody +
+
Table Body
+ +
+ $tFoot + +  : Tfoot +
+
Table Foot
+ +
+ $tHead + +  : Thead +
+
Hlavička tabulky.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Html Table.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addRowColumns() + +  : TrTag +
+
Vloží do tabulky obsah pole jako buňky.
+ +
+ addRowFooterColumns() + +  : TrTag +
+
Insert columns into table foot
+ +
+ addRowHeaderColumns() + +  : TrTag +
+
Vloží do tabulky obsah pole jako buňky.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Remove empty tHead and tFoot
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Is Table Empty ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ populate() + +  : mixed +
+
Populate table with given data
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setHeader() + +  : mixed +
+
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $tBody + + + +

+ + +

Table Body

+ + + public + Tbody + $tBody + = null + +
+ + + +
+
+

+ $tFoot + + + +

+ + +

Table Foot

+ + + public + Tfoot + $tFoot + = null + +
+ + + +
+
+

+ $tHead + + + +

+ + +

Hlavička tabulky.

+ + + public + Thead + $tHead + = null + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Html Table.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addRowColumns() + +

+ + +

Vloží do tabulky obsah pole jako buňky.

+ + + public + addRowColumns([array $columns = null ][, array $properties = [] ]) : TrTag + +
+ +
Parameters
+
+
+ $columns + : array + = null
+
+

pole obsahů buňek

+ +
+
+ $properties + : array + = []
+
+

pole vlastností dané všem buňkám

+ +
+
+ + + +
Return values
+ TrTag + — +

odkaz na řádku tabulky

+ + +
+
+

+ addRowFooterColumns() + +

+ + +

Insert columns into table foot

+ + + public + addRowFooterColumns([array $columns = null ][, array $properties = [] ]) : TrTag + +
+ +
Parameters
+
+
+ $columns + : array + = null
+
+

values

+ +
+
+ $properties + : array + = []
+
+

options to add

+ +
+
+ + + +
Return values
+ TrTag + — +

odkaz na řádku tabulky

+ + +
+
+

+ addRowHeaderColumns() + +

+ + +

Vloží do tabulky obsah pole jako buňky.

+ + + public + addRowHeaderColumns([array $columns = null ][, array $properties = [] ]) : TrTag + +
+ +
Parameters
+
+
+ $columns + : array + = null
+
+

pole obsahů buňek

+ +
+
+ $properties + : array + = []
+
+

pole vlastností dané všem buňkám

+ +
+
+ + + +
Return values
+ TrTag + — +

odkaz na řádku tabulky

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Remove empty tHead and tFoot

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Is Table Empty ?

+ + + public + isEmpty([Container|null $element = null ]) : bool + +
+ +
Parameters
+
+
+ $element + : Container|null + = null
+
+

je zde pouze z důvodu zpětné kompatibility

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ populate() + +

+ + +

Populate table with given data

+ + + public + populate(array $contents) : mixed + +
+ +
Parameters
+
+
+ $contents + : array +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setHeader() + +

+ + + + + public + setHeader(array $headerColumns) : mixed + +
+ +
Parameters
+
+
+ $headerColumns + : array +
+
+

položky záhlaví tabulky

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-Tag.html b/docs/classes/Ease-Html-Tag.html new file mode 100644 index 0000000..22b4521 --- /dev/null +++ b/docs/classes/Ease-Html-Tag.html @@ -0,0 +1,3786 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ Tag + + + extends Document + + + + +

+ + + +

Common HTML tag class.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Objekt pro vykreslení obecného nepárového html tagu.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Vykreslí tag.
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Add Css to tag properties.
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Objekt pro vykreslení obecného nepárového html tagu.

+ + + public + __construct([string $tagType = null ][, array $tagProperties = null ]) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string + = null
+
+

typ tagu

+ +
+
+ $tagProperties + : array + = null
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Vykreslí tag.

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Add Css to tag properties.

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-Tbody.html b/docs/classes/Ease-Html-Tbody.html new file mode 100644 index 0000000..70949e6 --- /dev/null +++ b/docs/classes/Ease-Html-Tbody.html @@ -0,0 +1,3854 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ Tbody + + + extends PairTag + + + + +

+ + + +

Obecný párový HTML tag.

+ +
+ + + + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
<tbody>.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

<tbody>.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+
+ +
+
+ $properties + : array + = []
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-TdTag.html b/docs/classes/Ease-Html-TdTag.html new file mode 100644 index 0000000..93ca4c2 --- /dev/null +++ b/docs/classes/Ease-Html-TdTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ TdTag + + + extends PairTag + + + + +

+ + + +

HTML Table cell class.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Buňka tabulky.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Buňka tabulky.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-TextareaTag.html b/docs/classes/Ease-Html-TextareaTag.html new file mode 100644 index 0000000..34d2649 --- /dev/null +++ b/docs/classes/Ease-Html-TextareaTag.html @@ -0,0 +1,3965 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ TextareaTag + + + extends PairTag + + + + +

+ + + +

Textové pole.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $content + +  : mixed +
+
Odkaz na obsah.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Textarea.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ setValue() + +  : mixed +
+
Nastaví obsah.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $content + + + +

+ + +

Odkaz na obsah.

+ + + public + mixed + $content + = null + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + + + + public + mixed + $setName + = true + + + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Textarea.

+ + + public + __construct(string $name[, string $content = '' ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $name + : string +
+
+

jméno tagu

+ +
+
+ $content + : string + = ''
+
+

obsah textarey

+ +
+
+ $properties + : array + = []
+
+

vlastnosti tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setValue() + +

+ + +

Nastaví obsah.

+ + + public + setValue(string $value) : mixed + +
+ +
Parameters
+
+
+ $value + : string +
+
+

hodnota

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-Tfoot.html b/docs/classes/Ease-Html-Tfoot.html new file mode 100644 index 0000000..c9bec90 --- /dev/null +++ b/docs/classes/Ease-Html-Tfoot.html @@ -0,0 +1,3854 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ Tfoot + + + extends PairTag + + + + +

+ + + +

Obecný párový HTML tag.

+ +
+ + + + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
<tfoot>.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

<tfoot>.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+
+ +
+
+ $properties + : array + = []
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-ThTag.html b/docs/classes/Ease-Html-ThTag.html new file mode 100644 index 0000000..77e6b60 --- /dev/null +++ b/docs/classes/Ease-Html-ThTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ ThTag + + + extends PairTag + + + + +

+ + + +

HTML Table Header cell class.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Buňka s popiskem tabulky.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Buňka s popiskem tabulky.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-Thead.html b/docs/classes/Ease-Html-Thead.html new file mode 100644 index 0000000..824de5c --- /dev/null +++ b/docs/classes/Ease-Html-Thead.html @@ -0,0 +1,3854 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ Thead + + + extends PairTag + + + + +

+ + + +

Obecný párový HTML tag.

+ +
+ + + + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
<thead>.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

<thead>.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+
+ +
+
+ $properties + : array + = []
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-TimeTag.html b/docs/classes/Ease-Html-TimeTag.html new file mode 100644 index 0000000..8476dcd --- /dev/null +++ b/docs/classes/Ease-Html-TimeTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ TimeTag + + + extends PairTag + + + + +

+ + + +

HTML5 time tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines a date/time
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines a date/time

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-TitleTag.html b/docs/classes/Ease-Html-TitleTag.html new file mode 100644 index 0000000..e3d1f7b --- /dev/null +++ b/docs/classes/Ease-Html-TitleTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ TitleTag + + + extends PairTag + + + + +

+ + + +

HTML title class.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Title html tag.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Title html tag.

+ + + public + __construct([string $contents = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $contents + : string + = null
+
+

text titulku

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-TrTag.html b/docs/classes/Ease-Html-TrTag.html new file mode 100644 index 0000000..01207c1 --- /dev/null +++ b/docs/classes/Ease-Html-TrTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ TrTag + + + extends PairTag + + + + +

+ + + +

HTML Table row class.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
TR tag.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

TR tag.

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

vkládaný obsah

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-TrackTag.html b/docs/classes/Ease-Html-TrackTag.html new file mode 100644 index 0000000..3126321 --- /dev/null +++ b/docs/classes/Ease-Html-TrackTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ TrackTag + + + extends PairTag + + + + +

+ + + +

HTML5 track tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines text tracks for media elements (<video> and <audio>)
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines text tracks for media elements (<video> and <audio>)

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-UlTag.html b/docs/classes/Ease-Html-UlTag.html new file mode 100644 index 0000000..f2d452a --- /dev/null +++ b/docs/classes/Ease-Html-UlTag.html @@ -0,0 +1,3926 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ UlTag + + + extends PairTag + + + + +

+ + + +

HTML unsorted list.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Vytvori UL container.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Vloží pole elementů.
+ +
+ addItemSmart() + +  : mixed +
+
Every item id added in LiTag envelope.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Vytvori UL container.

+ + + public + __construct([mixed $ulContents = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $ulContents + : mixed + = null
+
+

položky seznamu

+ +
+
+ $properties + : array + = []
+
+

parametry tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addItemSmart() + +

+ + +

Every item id added in LiTag envelope.

+ + + public + addItemSmart(mixed $pageItem[, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

obsah vkládaný jako položka výčtu

+ +
+
+ $properties + : array + = []
+
+

Vlastnosti LI tagu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-VideoTag.html b/docs/classes/Ease-Html-VideoTag.html new file mode 100644 index 0000000..d2ca9c5 --- /dev/null +++ b/docs/classes/Ease-Html-VideoTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ VideoTag + + + extends PairTag + + + + +

+ + + +

HTML5 video tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines video or movie
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines video or movie

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Html-WbrTag.html b/docs/classes/Ease-Html-WbrTag.html new file mode 100644 index 0000000..952e8be --- /dev/null +++ b/docs/classes/Ease-Html-WbrTag.html @@ -0,0 +1,3868 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ WbrTag + + + extends PairTag + + + + +

+ + + +

HTML5 wbr tag.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $cssProperties + +  : array +
+
pole ze kterého se rendruje obsah STYLE tagu.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $logType + +  : string +
+
Nelogovat události HTML objektů.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $setName + +  : mixed +
+
Má si objekt automaticky plnit vlastnost name ?
+ +
+ $tagName + +  : string +
+
Jméno tagu - je použit i jako jméno objektu.
+ +
+ $tagProperties + +  : array +
+
Pole vlastností tagu.
+ +
+ $trail + +  : string +
+
Koncové lomítko pro xhtml.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ $tagType + +  : string +
+
Typ tagu - např A či STRONG.
+ +
+ __construct() + +  : mixed +
+
Defines a possible line-break
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addTagClass() + +  : mixed +
+
Přidá classu tagu.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ cssPropertiesToString() + +  : string +
+
Vrátí parametry Cssu jako řetězec.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getTagClass() + +  : mixed +
+
Vrací css classu tagu.
+ +
+ getTagID() + +  : string +
+
Vrací ID html tagu.
+ +
+ getTagName() + +  : string +
+
Returns name of tag.
+ +
+ getTagProperty() + +  : string +
+
Returns property tag value.
+ +
+ getTagType() + +  : string +
+
Vrací typ tagu.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setObjectName() + +  : string +
+
Set ObjectName +Nastaví jméno objektu.
+ +
+ setTagClass() + +  : mixed +
+
Nastaví classu tagu.
+ +
+ setTagCss() + +  : mixed +
+
Nastaví paramatry Css.
+ +
+ setTagID() + +  : string +
+
Nastaví tagu zadane id, nebo vygenerované náhodné.
+ +
+ setTagName() + +  : mixed +
+
Nastaví jméno tagu. Unused .
+ +
+ setTagProperties() + +  : bool +
+
Nastaví paramatry tagu.
+ +
+ setTagProperty() + +  : bool +
+
Set Tag property to given value
+ +
+ setTagType() + +  : mixed +
+
Nastaví typ tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ tagBegin() + +  : mixed +
+
Show pair tag begin.
+ +
+ tagEnclousure() + +  : mixed +
+
Show pair tag ending.
+ +
+ tagPropertiesToString() + +  : string +
+
Vrátí parametry tagu jako řetězec.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $cssProperties + + + +

+ + +

pole ze kterého se rendruje obsah STYLE tagu.

+ + + public + array + $cssProperties + = null + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $logType + + + +

+ + +

Nelogovat události HTML objektů.

+ + + public + string + $logType + = 'none' + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $setName + + + +

+ + +

Má si objekt automaticky plnit vlastnost name ?

+ + + public + mixed + $setName + = false + +
+ + + +
+
+

+ $tagName + + + +

+ + +

Jméno tagu - je použit i jako jméno objektu.

+ + + public + string + $tagName + = null + +
+ + + +
+
+

+ $tagProperties + + + +

+ + +

Pole vlastností tagu.

+ + + public + array + $tagProperties + = [] + +
+ + + +
+
+

+ $trail + + + +

+ + +

Koncové lomítko pro xhtml.

+ + + public + string + $trail + = ' /' + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+

+ $tagType + + + +

+ + +

Typ tagu - např A či STRONG.

+ + + private + string + $tagType + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Defines a possible line-break

+ + + public + __construct([mixed $content = null ][, array $properties = [] ]) : mixed + +
+ +
Parameters
+
+
+ $content + : mixed + = null
+
+

items included

+ +
+
+ $properties + : array + = []
+
+

params array

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addTagClass() + +

+ + +

Přidá classu tagu.

+ + + public + addTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ cssPropertiesToString() + +

+ + +

Vrátí parametry Cssu jako řetězec.

+ + + public + cssPropertiesToString([array|string $cssProperties = null ]) : string + +
+ +
Parameters
+
+
+ $cssProperties + : array|string + = null
+
+

pole vlastností nebo CSS definice

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getTagClass() + +

+ + +

Vrací css classu tagu.

+ + + public + getTagClass() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getTagID() + +

+ + +

Vrací ID html tagu.

+ + + public + getTagID() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagName() + +

+ + +

Returns name of tag.

+ + + public + getTagName() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getTagProperty() + +

+ + +

Returns property tag value.

+ + + public + getTagProperty(string $propertyName) : string + +
+ +
Parameters
+
+
+ $propertyName + : string +
+
+

název vlastnosti tagu. např. "src" u obrázku

+ +
+
+ + + +
Return values
+ string + — +

current tag property value

+ + +
+
+

+ getTagType() + +

+ + +

Vrací typ tagu.

+ + + public + getTagType() : string + +
+ + + + +
Return values
+ string + — +

typ tagu - např. img

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setObjectName() + +

+ + +

Set ObjectName +Nastaví jméno objektu.

+ + + public + setObjectName([string $objectName = null ]) : string + +
+ +
Parameters
+
+
+ $objectName + : string + = null
+
+

jméno objektu

+ +
+
+ + + +
Return values
+ string + — +

New object name

+ + +
+
+

+ setTagClass() + +

+ + +

Nastaví classu tagu.

+ + + public + setTagClass(string $className) : mixed + +
+ +
Parameters
+
+
+ $className + : string +
+
+

jméno css třídy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagCss() + +

+ + +

Nastaví paramatry Css.

+ + + public + setTagCss(array $cssProperties) : mixed + +
+ +
Parameters
+
+
+ $cssProperties + : array +
+
+

asociativní pole, nebo CSS definice

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Nastaví tagu zadane id, nebo vygenerované náhodné.

+ + + public + setTagID([string $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : string + = null
+
+

ID html tagu pro JavaScript a Css

+ +
+
+ + + +
Return values
+ string + — +

nastavené ID

+ + +
+
+

+ setTagName() + +

+ + +

Nastaví jméno tagu. Unused .

+ + + public + setTagName(string $tagName) : mixed + +

..

+ +
Parameters
+
+
+ $tagName + : string +
+
+

jméno tagu do vlastnosti NAME

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setTagProperties(array $tagProperties) : bool + +
+ +
Parameters
+
+
+ $tagProperties + : array +
+
+

asociativní pole parametrů tagu

+ +
+
+ + + +
Return values
+ bool + — +

operation success

+ + +
+
+

+ setTagProperty() + +

+ + +

Set Tag property to given value

+ + + public + setTagProperty(string $name, string $value) : bool + +
+ +
Parameters
+
+
+ $name + : string +
+
+
+ +
+
+ $value + : string +
+
+
+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ setTagType() + +

+ + +

Nastaví typ tagu.

+ + + public + setTagType(string $tagType) : mixed + +
+ +
Parameters
+
+
+ $tagType + : string +
+
+

typ tagu - např. img

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagBegin() + +

+ + +

Show pair tag begin.

+ + + public + tagBegin() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagEnclousure() + +

+ + +

Show pair tag ending.

+ + + public + tagEnclousure() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ tagPropertiesToString() + +

+ + +

Vrátí parametry tagu jako řetězec.

+ + + public + tagPropertiesToString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-HtmlMailer.html b/docs/classes/Ease-HtmlMailer.html new file mode 100644 index 0000000..f602981 --- /dev/null +++ b/docs/classes/Ease-HtmlMailer.html @@ -0,0 +1,3641 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ HtmlMailer + + + extends Document + + + + +

+ + + +

Build & Send email +Sestaví a odešle mail.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $crLf + +  : mixed +
+
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $emailAddress + +  : string +
+
Adresa odesilatele zprávy.
+ +
+ $emailSubject + +  : mixed +
+
+ +
+ $finalized + +  : mixed +
+
+ +
+ $fromEmailAddress + +  : string +
+
Emailová adresa odesilatele.
+ +
+ $htmlBody + +  : BodyTag +
+
Ukazatel na BODY html dokumentu.
+ +
+ $htmlBodyRendered + +  : string +
+
Již vzrendrované HTML.
+ +
+ $htmlDocument + +  : HtmlTag +
+
Objekt stránky pro rendrování do mailu.
+ +
+ $htmlHead + +  : SimpleHtmlHeadTag +
+
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $mailBody + +  : mixed +
+
+ +
+ $mailer + +  : mixed +
+
Objekt pro odesílání pošty.
+ +
+ $mailHeaders + +  : mixed +
+
+ +
+ $mailHeadersDone + +  : mixed +
+
+ +
+ $mimer + +  : mixed +
+
+ +
+ $notify + +  : bool +
+
Zobrazovat uživateli informaci o odeslání zprávy ?
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $parameters + +  : array +
+
Parametry odchozí pošty.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $sendResult + +  : bool +
+
Byla již zpráva odeslána ?
+ +
+ $textBody + +  : mixed +
+
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ __construct() + +  : mixed +
+
Ease Mail - sestaví a odešle.
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addFile() + +  : mixed +
+
Připojí k mailu přílohu ze souboru.
+ +
+ addItem() + +  : mixed +
+
Přidá položku do těla mailu.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Container +
+
Vloží další element za stávající.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ draw() + +  : mixed +
+
Do not draw mail included in page
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Sestavení těla mailu.
+ +
+ getContents() + +  : mixed +
+
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Obtain item count
+ +
+ getMailHeader() + +  : string +
+
Vrací obsah poštovní hlavičky.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Is object empty ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ send() + +  : mixed +
+
Send mail.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setMailHeaders() + +  : bool +
+
Nastaví hlavičky mailu.
+ +
+ setUserNotification() + +  : mixed +
+
Nastaví návěští uživatelské notifikace.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $crLf + + + +

+ + + + + public + mixed + $crLf + = " +" + + + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $emailAddress + + + +

+ + +

Adresa odesilatele zprávy.

+ + + public + string + $emailAddress + = 'postmaster@localhost' + +
+ + + +
+
+

+ $emailSubject + + + +

+ + + + + public + mixed + $emailSubject + = null + + + + +
+
+

+ $finalized + + + +

+ + + + + public + mixed + $finalized + = false + + + + +
+
+

+ $fromEmailAddress + + + +

+ + +

Emailová adresa odesilatele.

+ + + public + string + $fromEmailAddress + = null + +
+ + + +
+
+

+ $htmlBody + + + +

+ + +

Ukazatel na BODY html dokumentu.

+ + + public + BodyTag + $htmlBody + = null + +
+ + + +
+
+

+ $htmlBodyRendered + + + +

+ + +

Již vzrendrované HTML.

+ + + public + string + $htmlBodyRendered + = null + +
+ + + +
+
+

+ $htmlDocument + + + +

+ + +

Objekt stránky pro rendrování do mailu.

+ + + public + HtmlTag + $htmlDocument + = null + +
+ + + +
+
+

+ $htmlHead + + + +

+ + + + + public + SimpleHtmlHeadTag + $htmlHead + = null + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $mailBody + + + +

+ + + + + public + mixed + $mailBody + = null + + + + +
+
+

+ $mailer + + + +

+ + +

Objekt pro odesílání pošty.

+ + + public + mixed + $mailer + = null + +
+ + + +
+
+

+ $mailHeaders + + + +

+ + + + + public + mixed + $mailHeaders + = [] + + + + +
+
+

+ $mailHeadersDone + + + +

+ + + + + public + mixed + $mailHeadersDone + = null + + + + +
+
+

+ $mimer + + + +

+ + + + + public + mixed + $mimer + = null + + + + +
+
+

+ $notify + + + +

+ + +

Zobrazovat uživateli informaci o odeslání zprávy ?

+ + + public + bool + $notify + = true + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $parameters + + + +

+ + +

Parametry odchozí pošty.

+ + + public + array + $parameters + = [] + +
+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $sendResult + + + +

+ + +

Byla již zpráva odeslána ?

+ + + public + bool + $sendResult + = false + +
+ + + +
+
+

+ $textBody + + + +

+ + + + + public + mixed + $textBody + = null + + + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Ease Mail - sestaví a odešle.

+ + + public + __construct(string $emailAddress, string $mailSubject[, mixed $emailContents = null ]) : mixed + +
+ +
Parameters
+
+
+ $emailAddress + : string +
+
+

adresa

+ +
+
+ $mailSubject + : string +
+
+

předmět

+ +
+
+ $emailContents + : mixed + = null
+
+

tělo - libovolný mix textu a EaseObjektů

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addFile() + +

+ + +

Připojí k mailu přílohu ze souboru.

+ + + public + addFile(string $filename[, string $mimeType = 'text/plain' ]) : mixed + +
+ +
Parameters
+
+
+ $filename + : string +
+
+

cesta/název souboru k přiložení

+ +
+
+ $mimeType + : string + = 'text/plain'
+
+

MIME typ přílohy

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addItem() + +

+ + +

Přidá položku do těla mailu.

+ + + public + addItem(mixed $item[, mixed $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $item + : mixed +
+
+

EaseObjekt nebo cokoliv s metodou draw();

+ +
+
+ $pageItemName + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +

ukazatel na vložený obsah

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Container + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container + — +

Odkaz na vložený objekt

+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ draw() + +

+ + +

Do not draw mail included in page

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Sestavení těla mailu.

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + + + + public + getContents() : mixed + + + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Obtain item count

+ + + public + getItemsCount() : int + +
+ + + + +
Return values
+ int + — +
+ + +
+
+

+ getMailHeader() + +

+ + +

Vrací obsah poštovní hlavičky.

+ + + public + getMailHeader(string $headername) : string + +
+ +
Parameters
+
+
+ $headername + : string +
+
+

název hlavičky

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Is object empty ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ send() + +

+ + +

Send mail.

+ + + public + send() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setMailHeaders() + +

+ + +

Nastaví hlavičky mailu.

+ + + public + setMailHeaders(mixed $mailHeaders) : bool + +
+ +
Parameters
+
+
+ $mailHeaders + : mixed +
+
+

asociativní pole hlaviček

+ +
+
+ + + +
Return values
+ bool + — +

true pokud byly hlavičky nastaveny

+ + +
+
+

+ setUserNotification() + +

+ + +

Nastaví návěští uživatelské notifikace.

+ + + public + setUserNotification(bool $notify) : mixed + +
+ +
Parameters
+
+
+ $notify + : bool +
+
+

požadovaný stav notifikace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-Part.html b/docs/classes/Ease-Part.html new file mode 100644 index 0000000..6dea3b3 --- /dev/null +++ b/docs/classes/Ease-Part.html @@ -0,0 +1,3111 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ Part + + + extends Document + + + + +

+ + + +

jQuery common class.

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vitex vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $partName + +  : string +
+
Partname/Tag ID.
+ +
+ $partProperties + +  : array +
+
Array of Part properties.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $useMinimizedJS + +  : bool +
+
Use minimized version of scripts ?
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ __construct() + +  : mixed +
+
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : mixed +
+
Include next element into current object.
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ draw() + +  : mixed +
+
Recursive draw object and its contents
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah objektu.
+ +
+ finalize() + +  : mixed +
+
Add Js/Css into page.
+ +
+ getContents() + +  : mixed +
+
Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPartPropertiesToString() + +  : string +
+
Vyrendruje aktuální parametry části jako parametry pro jQuery.
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Include an CSS file call into page.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ jQueryze() + +  : mixed +
+
Opatří objekt vším potřebným pro funkci jQuery.
+ +
+ lastItem() + +  : Brick|mixed +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onDocumentReady() + +  : string +
+
Returns OnDocumentReady() JS code.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ partPropertiesToString() + +  : string +
+
vyrendruje pole parametrů jako řetězec v syntaxi javascriptu.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setPartName() + +  : mixed +
+
Set part name - mainly div id.
+ +
+ setPartProperties() + +  : mixed +
+
Nastaví paramatry tagu.
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $partName + + + +

+ + +

Partname/Tag ID.

+ + + public + string + $partName + = 'JQ' + +
+ + + +
+
+

+ $partProperties + + + +

+ + +

Array of Part properties.

+ + + public + array + $partProperties + = [] + +
+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $useMinimizedJS + + + +

+ + +

Use minimized version of scripts ?

+ + + public + static bool + $useMinimizedJS + = false + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + + + + public + __construct() : mixed + + + + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

css definice

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Include next element into current object.

+ + + public + addItem(Embedable|string $pageItem) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

value or EaseClass with draw() method

+ +
+
+ + + +
Return values
+ mixed + — +

Pointer to included object

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ draw() + +

+ + +

Recursive draw object and its contents

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah objektu.

+ + + public + emptyContents() : mixed + +

Empty container contents

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Add Js/Css into page.

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPartPropertiesToString() + +

+ + +

Vyrendruje aktuální parametry části jako parametry pro jQuery.

+ + + public + getPartPropertiesToString([array|string $partProperties = null ]) : string + +
+ +
Parameters
+
+
+ $partProperties + : array|string + = null
+
+

pole vlastností

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Include an CSS file call into page.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

cesta k souboru vkládanému do stránky

+ +
+
+ $fwPrefix + : bool + = false
+
+

přidat prefix frameworku (obvykle /Ease/) ?

+ +
+
+ $media + : string + = 'screen'
+
+

médium screen|print|braile apod ...

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ?

+ + + public + isEmpty() : bool + +
+ + + + +
Return values
+ bool + — +

prázdnost

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ jQueryze() + +

+ + +

Opatří objekt vším potřebným pro funkci jQuery.

+ + + public + static jQueryze() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Brick|mixed + +
+ + + + +
Return values
+ Brick|mixed + — +
+ + +
+
+

+ onDocumentReady() + +

+ + +

Returns OnDocumentReady() JS code.

+ + + public + onDocumentReady() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ partPropertiesToString() + +

+ + +

vyrendruje pole parametrů jako řetězec v syntaxi javascriptu.

+ + + public + static partPropertiesToString(array|string $partProperties) : string + +
+ +
Parameters
+
+
+ $partProperties + : array|string +
+
+

vlastnosti jQuery widgetu

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setPartName() + +

+ + +

Set part name - mainly div id.

+ + + public + setPartName(string $partName) : mixed + +
+ +
Parameters
+
+
+ $partName + : string +
+
+

jméno vložené části

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setPartProperties() + +

+ + +

Nastaví paramatry tagu.

+ + + public + setPartProperties(mixed $partProperties) : mixed + +
+ +
Parameters
+
+
+ $partProperties + : mixed +
+
+

vlastnosti jQuery widgetu

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton() : WebPage + +
+ + + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/classes/Ease-WebPage.html b/docs/classes/Ease-WebPage.html new file mode 100644 index 0000000..6f91b43 --- /dev/null +++ b/docs/classes/Ease-WebPage.html @@ -0,0 +1,3445 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

+ WebPage + + + extends Document + + + + +

+ + + +

Common Web Page class

+ +
+ + +
+ Tags + +
+
+
+ author +
+
+ +

Vítězslav Dvořák vitex@hippy.cz

+ +
+
+ + + + + + +

+ Table of Contents + +

+ +
+
+ $allItems + +  : array +
+
Pole odkazů na všechny vložené objekty.
+ +
+ $body + +  : BodyTag +
+
Objekt samotného těla stránky.
+ +
+ $cascadeStyles + +  : array +
+
Pole CSS k vykreslení.
+ +
+ $cssPrefix + +  : string +
+
Default CSS locaton on debian.
+ +
+ $drawStatus + +  : bool +
+
Byla jiz stranka vykreslena.
+ +
+ $head + +  : HeadTag +
+
head stránky.
+ +
+ $javaScripts + +  : array +
+
JavaScripts to be in page
+ +
+ $jqueryJavaScript + +  : string +
+
Where to look for jquery script
+ +
+ $jsPrefix + +  : string +
+
Výchozí umístění javascriptů v Debianu.
+ +
+ $lastItem + +  : object +
+
Odkaz na naposledy přidaný element.
+ +
+ $libVersion + +  : string +
+
Library version
+ +
+ $myTable + +  : string|bool +
+
Nepřipojovat se DB.
+ +
+ $pageClosed + +  : bool +
+
Is page closed for adding new contents ?
+ +
+ $pageParts + +  : array +
+
Pole objektů a fragmentů k vykreslení.
+ +
+ $pageTitle + +  : string +
+
Nadpis stránky.
+ +
+ $raiseItems + +  : array +
+
Které objekty převzít od přebírajícího objektu.
+ +
+ $webPage + +  : WebPage +
+
Odkaz na základní objekt stránky.
+ +
+ $embedName + +  : string|null +
+
+ +
+ $finalized + +  : bool +
+
Is class finalized ? +Prošel už objekt finalizací ?
+ +
+ $instance + +  : mixed +
+
Saves obejct instace (singleton...).
+ +
+ __construct() + +  : mixed +
+
Content to place inside of body
+ +
+ __toString() + +  : string +
+
Render Obect (and its contents) as string.
+ +
+ addAsFirst() + +  : mixed +
+
Vloží jako první element do objektu.
+ +
+ addCSS() + +  : bool +
+
Add another CSS definition to stack.
+ +
+ addItem() + +  : Document +
+
Add item into page body
+ +
+ addItemCustom() + +  : mixed +
+
Vloží další element do objektu.
+ +
+ addItems() + +  : mixed +
+
Insert an array of elemnts +Vloží pole elementů.
+ +
+ addJavaScript() + +  : int +
+
Vloží javascript do stránky.
+ +
+ addNextTo() + +  : Embedable|string +
+
Vloží další element za stávající.
+ +
+ addToLastItem() + +  : Container|null +
+
Přidá položku do poslední vložené položky.
+ +
+ addToScriptsStack() + +  : int +
+
Vloží javascript do zasobniku skriptu stránky.
+ +
+ afterAdd() + +  : mixed +
+
Method executed after adding object into new one
+ +
+ arrayToUrlParams() + +  : mixed +
+
Vrací pole jako parametry URL.
+ +
+ draw() + +  : mixed +
+
Provede vykreslení obsahu objektu.
+ +
+ drawAllContents() + +  : mixed +
+
Projde rekurzivně všechny vložené objekty a zavolá jeich draw().
+ +
+ drawIfNotDrawn() + +  : mixed +
+
Vykresli se, pokud již tak nebylo učiněno.
+ +
+ emptyContents() + +  : mixed +
+
Vyprázní obsah webstránky +Empty webpage contents
+ +
+ finalize() + +  : mixed +
+
Method executed before rendering
+ +
+ finalizeRegistred() + +  : mixed +
+
Provede finalizaci všech registrovaných objektů.
+ +
+ getContents() + +  : mixed +
+
Get body Contentets
+ +
+ getFirstPart() + +  : mixed +
+
Vrací první vloženou položku.
+ +
+ getGetValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getItemsCount() + +  : int +
+
Vrací počet vložených položek.
+ +
+ getPageTitle() + +  : string +
+
+ +
+ getPostValue() + +  : string +
+
Vrací hodnotu klíče pramatru volání stránky.
+ +
+ getRendered() + +  : string +
+
Vrací rendrovaný obsah objektů.
+ +
+ getRequestValue() + +  : mixed +
+
Vrací hodnotu klíče prametru volání stránky.
+ +
+ getRequestValues() + +  : array +
+
Vrací pole $_REQUEST.
+ +
+ getStatusMessagesBlock() + +  : DivTag +
+
Use this to show status messages on page
+ +
+ getTagID() + +  : string|null +
+
Get ID for page body
+ +
+ getUri() + +  : string +
+
Vrací požadovanou adresu.
+ +
+ includeCss() + +  : bool +
+
Vloží do stránky odkaz na CSS definici.
+ +
+ includeJavaScript() + +  : string +
+
Includuje Javascript do stránky.
+ +
+ isEmpty() + +  : bool +
+
Je element prázdný ? +Is body element empty ?
+ +
+ isFinalized() + +  : bool +
+
Vrací stav návěští finalizace části.
+ +
+ isFormPosted() + +  : bool +
+
Byla stránka zobrazena po odeslání formuláře metodou POST ?
+ +
+ isPosted() + +  : bool +
+
Is page called by Form Post ?
+ +
+ lastItem() + +  : Embedable|string +
+
Vrací odkaz na poslední vloženou položku.
+ +
+ onlyForLogged() + +  : mixed +
+
Nepřihlášeného uživatele přesměruje na přihlašovací stránku.
+ +
+ phpSelf() + +  : string +
+
Returns the current URL. This is instead of PHP_SELF which is unsafe.
+ +
+ redirect() + +  : mixed +
+
Perform http redirect
+ +
+ registerItem() + +  : mixed +
+
Zaregistruje položku k finalizaci.
+ +
+ sanitizeAsType() + +  : mixed +
+
Ošetří proměnou podle jejího očekávaného typu.
+ +
+ setEmbedName() + +  : bool +
+
Notify component about its embed name
+ +
+ setFinalized() + +  : mixed +
+
Set label of parts finalized.
+ +
+ setPageTitle() + +  : mixed +
+
Nastaví titul webové stánky.
+ +
+ setTagID() + +  : string +
+
Set ID for page body
+ +
+ singleton() + +  : WebPage +
+
+ +
+ suicide() + +  : mixed +
+
Umožní již vloženému objektu se odstranit ze stromu k vykreslení.
+ +
+ webPage() + +  : WebPage +
+
Vrací nebo registruje instanci webové stránky.
+ +
+ + + + + + +
+

+ Properties + +

+
+

+ $allItems + + + +

+ + +

Pole odkazů na všechny vložené objekty.

+ + + public + static array + $allItems + = [] + +
+ + + +
+
+

+ $body + + + +

+ + +

Objekt samotného těla stránky.

+ + + public + BodyTag + $body + = null + +
+ + + +
+
+

+ $cascadeStyles + + + +

+ + +

Pole CSS k vykreslení.

+ + + public + array + $cascadeStyles + = null + +
+ + + +
+
+

+ $cssPrefix + + + +

+ + +

Default CSS locaton on debian.

+ + + public + string + $cssPrefix + = '/javascript/' + +
+ + + +
+
+

+ $drawStatus + + + +

+ + +

Byla jiz stranka vykreslena.

+ + + public + bool + $drawStatus + = false + +
+ + + +
+
+

+ $head + + + +

+ + +

head stránky.

+ + + public + HeadTag + $head + = null + +
+ + + +
+
+

+ $javaScripts + + + +

+ + +

JavaScripts to be in page

+ + + public + array + $javaScripts + = null + +
+ + + +
+
+

+ $jqueryJavaScript + + + +

+ + +

Where to look for jquery script

+ + + public + string + $jqueryJavaScript + = 'https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js' + +
+ + + +
+
+

+ $jsPrefix + + + +

+ + +

Výchozí umístění javascriptů v Debianu.

+ + + public + string + $jsPrefix + = '/javascript/' + +
+ + + +
+
+

+ $lastItem + + + +

+ + +

Odkaz na naposledy přidaný element.

+ + + public + object + $lastItem + = null + +
+ + + +
+
+

+ $libVersion + + + +

+ + +

Library version

+ + + public + static string + $libVersion + = 1.0 + +
+ + + +
+
+

+ $myTable + + + +

+ + +

Nepřipojovat se DB.

+ + + public + string|bool + $myTable + = false + +
+ + + +
+
+

+ $pageClosed + + + +

+ + +

Is page closed for adding new contents ?

+ + + public + static bool + $pageClosed + = false + +
+ + + +
+
+

+ $pageParts + + + +

+ + +

Pole objektů a fragmentů k vykreslení.

+ + + public + array + $pageParts + = [] + +

Array of objects and fragments to draw

+ + + +
+
+

+ $pageTitle + + + +

+ + +

Nadpis stránky.

+ + + public + string + $pageTitle + = null + +
+ + + +
+
+

+ $raiseItems + + + +

+ + +

Které objekty převzít od přebírajícího objektu.

+ + + public + array + $raiseItems + = ['SetUpUser' => 'User', 'webPage', 'OutputFormat'] + +
+ + + +
+
+

+ $webPage + + + +

+ + +

Odkaz na základní objekt stránky.

+ + + public + static WebPage + $webPage + = null + +
+ + + +
+
+

+ $embedName + + + +

+ + + + + private + string|null + $embedName + = null + +
+ + + +
+
+

+ $finalized + + + +

+ + +

Is class finalized ? +Prošel už objekt finalizací ?

+ + + private + bool + $finalized + = false + +
+ + + +
+
+

+ $instance + + + +

+ + +

Saves obejct instace (singleton...).

+ + + private + static mixed + $instance + = null + +
+ + + +
+
+ +
+

+ Methods + +

+
+

+ __construct() + +

+ + +

Content to place inside of body

+ + + public + __construct([ $pageTitle = null ][,  $toBody = [] ]) : mixed + +
+ +
Parameters
+
+
+ $pageTitle + : + = null
+
+

string

+ +
+
+ $toBody + : + = []
+
+

mixed

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ __toString() + +

+ + +

Render Obect (and its contents) as string.

+ + + public + __toString() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ addAsFirst() + +

+ + +

Vloží jako první element do objektu.

+ + + public + addAsFirst(mixed $pageItem[, string $pageItemName = null ]) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addCSS() + +

+ + +

Add another CSS definition to stack.

+ + + public + addCSS(string $css) : bool + +
+ +
Parameters
+
+
+ $css + : string +
+
+

definice CSS pravidla

+ +
+
+ + + +
Return values
+ bool + — +
+ + +
+
+

+ addItem() + +

+ + +

Add item into page body

+ + + public + addItem(mixed $item[, string $pageItemName = null ]) : Document + +
+ +
Parameters
+
+
+ $item + : mixed +
+
+

vkládaná položka

+ +
+
+ $pageItemName + : string + = null
+
+

Pod tímto jménem je objekt vkládán do stromu

+ +
+
+ + + +
Return values
+ Document + — +

poiner to object well included

+ + +
+
+

+ addItemCustom() + +

+ + +

Vloží další element do objektu.

+ + + public + static addItemCustom(Embedable|string $pageItem, Embedable $context) : mixed + +
+ +
Parameters
+
+
+ $pageItem + : Embedable|string +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ $context + : Embedable +
+
+

Objekt do nějž jsou prvky/položky vkládány

+ +
+
+ + + +
Return values
+ mixed + — +

Odkaz na vložený objekt

+ + +
+
+

+ addItems() + +

+ + +

Insert an array of elemnts +Vloží pole elementů.

+ + + public + addItems(array $itemsArray) : mixed + +
+ +
Parameters
+
+
+ $itemsArray + : array +
+
+

pole hodnot nebo EaseObjektů s metodou draw()

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ addJavaScript() + +

+ + +

Vloží javascript do stránky.

+ + + public + addJavaScript(string $javaScript[, string $position = null ][, bool $inDocumentReady = true ]) : int + +
+ +
Parameters
+
+
+ $javaScript + : string +
+
+

JS code

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ $inDocumentReady + : bool + = true
+
+

vložit do DocumentReady bloku ?

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ addNextTo() + +

+ + +

Vloží další element za stávající.

+ + + public + addNextTo(mixed $pageItem) : Embedable|string + +
+ +
Parameters
+
+
+ $pageItem + : mixed +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Embedable|string + — +

Odkaz na vložený objekt

+ + +
+
+

+ addToLastItem() + +

+ + +

Přidá položku do poslední vložené položky.

+ + + public + addToLastItem(object $pageItem) : Container|null + +
+ +
Parameters
+
+
+ $pageItem + : object +
+
+

hodnota nebo EaseObjekt s metodou draw()

+ +
+
+ + + +
Return values
+ Container|null + — +

success

+ + +
+
+

+ addToScriptsStack() + +

+ + +

Vloží javascript do zasobniku skriptu stránky.

+ + + public + addToScriptsStack(string $code, string $position) : int + +
+ +
Parameters
+
+
+ $code + : string +
+
+

JS code

+ +
+
+ $position + : string +
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ int + — +
+ + +
+
+

+ afterAdd() + +

+ + +

Method executed after adding object into new one

+ + + public + afterAdd() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ arrayToUrlParams() + +

+ + +

Vrací pole jako parametry URL.

+ + + public + static arrayToUrlParams(array $params[, string $baseUrl = '' ]) : mixed + +
+ +
Parameters
+
+
+ $params + : array +
+
+
+ +
+
+ $baseUrl + : string + = ''
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ draw() + +

+ + +

Provede vykreslení obsahu objektu.

+ + + public + draw() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawAllContents() + +

+ + +

Projde rekurzivně všechny vložené objekty a zavolá jeich draw().

+ + + public + drawAllContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ drawIfNotDrawn() + +

+ + +

Vykresli se, pokud již tak nebylo učiněno.

+ + + public + drawIfNotDrawn() : mixed + +

Draw contents not drawn yet.

+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ emptyContents() + +

+ + +

Vyprázní obsah webstránky +Empty webpage contents

+ + + public + emptyContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalize() + +

+ + +

Method executed before rendering

+ + + public + finalize() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ finalizeRegistred() + +

+ + +

Provede finalizaci všech registrovaných objektů.

+ + + public + finalizeRegistred() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getContents() + +

+ + +

Get body Contentets

+ + + public + getContents() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getFirstPart() + +

+ + +

Vrací první vloženou položku.

+ + + public + getFirstPart() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ getGetValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getGetValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getItemsCount() + +

+ + +

Vrací počet vložených položek.

+ + + public + getItemsCount() : int + +

Obtain number of enclosed items in current page body or given object.

+ + + + +
Return values
+ int + — +

nuber of parts enclosed

+ + +
+
+

+ getPageTitle() + +

+ + + + + public + getPageTitle() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getPostValue() + +

+ + +

Vrací hodnotu klíče pramatru volání stránky.

+ + + public + static getPostValue(string $field[, string $sanitizeAs = null ]) : string + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ getRendered() + +

+ + +

Vrací rendrovaný obsah objektů.

+ + + public + getRendered() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ getRequestValue() + +

+ + +

Vrací hodnotu klíče prametru volání stránky.

+ + + public + static getRequestValue(string $field[, string $sanitizeAs = null ]) : mixed + +
+ +
Parameters
+
+
+ $field + : string +
+
+

klíč POST nebo GET

+ +
+
+ $sanitizeAs + : string + = null
+
+

ošetřit vrácenou hodnotu jako float|int|string

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ getRequestValues() + +

+ + +

Vrací pole $_REQUEST.

+ + + public + getRequestValues() : array + +
+ + + + +
Return values
+ array + — +
+ + +
+
+

+ getStatusMessagesBlock() + +

+ + +

Use this to show status messages on page

+ + + public + getStatusMessagesBlock([array $properties = [] ]) : DivTag + +
+ +
Parameters
+
+
+ $properties + : array + = []
+
+

Div properties

+ +
+
+ + + +
Return values
+ DivTag + — +
+ + +
+
+

+ getTagID() + +

+ + +

Get ID for page body

+ + + public + getTagID() : string|null + +
+ + + + +
Return values
+ string|null + — +

Page BODY ID

+ + +
+
+

+ getUri() + +

+ + +

Vrací požadovanou adresu.

+ + + public + static getUri() : string + +
+ + + + +
Return values
+ string + — +
+ + +
+
+

+ includeCss() + +

+ + +

Vloží do stránky odkaz na CSS definici.

+ + + public + includeCss(string $cssFile[, bool $fwPrefix = false ][, string $media = 'screen' ]) : bool + +
+ +
Parameters
+
+
+ $cssFile + : string +
+
+

url CSS souboru

+ +
+
+ $fwPrefix + : bool + = false
+
+

Přidat cestu frameworku ? (obvykle /Ease/)

+ +
+
+ $media + : string + = 'screen'
+
+

screen|printer|braile a podobně

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ includeJavaScript() + +

+ + +

Includuje Javascript do stránky.

+ + + public + includeJavaScript(string $javaScriptFile[, string $position = null ]) : string + +
+ +
Parameters
+
+
+ $javaScriptFile + : string +
+
+

soubor s javascriptem

+ +
+
+ $position + : string + = null
+
+

končná pozice: '+','-','0','--',...

+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ isEmpty() + +

+ + +

Je element prázdný ? +Is body element empty ?

+ + + public + isEmpty([mixed $element = null ]) : bool + +
+ +
Parameters
+
+
+ $element + : mixed + = null
+
+ +
+
+ + + +
Return values
+ bool + — +

emptyness

+ + +
+
+

+ isFinalized() + +

+ + +

Vrací stav návěští finalizace části.

+ + + public + isFinalized() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ isFormPosted() + +

+ + +

Byla stránka zobrazena po odeslání formuláře metodou POST ?

+ + + public + static isFormPosted() : bool + +
+ + + +
+ Tags + +
+
+
+ category +
+
+ +

requestValue

+ +
+
+ +
Return values
+ bool + — +
+ + +
+
+

+ isPosted() + +

+ + +

Is page called by Form Post ?

+ + + public + static isPosted() : bool + +
+ + + + +
Return values
+ bool + — +
+ + +
+
+

+ lastItem() + +

+ + +

Vrací odkaz na poslední vloženou položku.

+ + + public + lastItem() : Embedable|string + +
+ + + + +
Return values
+ Embedable|string + — +
+ + +
+
+

+ onlyForLogged() + +

+ + +

Nepřihlášeného uživatele přesměruje na přihlašovací stránku.

+ + + public + onlyForLogged([string $loginPage = 'login.php' ][, mixed $message = null ]) : mixed + +
+ +
Parameters
+
+
+ $loginPage + : string + = 'login.php'
+
+

adresa přihlašovací stránky

+ +
+
+ $message + : mixed + = null
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ phpSelf() + +

+ + +

Returns the current URL. This is instead of PHP_SELF which is unsafe.

+ + + public + static phpSelf([bool $dropqs = true ]) : string + +
+ +
Parameters
+
+
+ $dropqs + : bool + = true
+
+

whether to drop the querystring or not. Default true

+ +
+
+ + + +
Return values
+ string + — +

the current URL or NULL for php-cli

+ + +
+
+

+ redirect() + +

+ + +

Perform http redirect

+ + + public + redirect(string $url) : mixed + +
+ +
Parameters
+
+
+ $url + : string +
+
+

redirect to URL

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ registerItem() + +

+ + +

Zaregistruje položku k finalizaci.

+ + + public + static registerItem(mixed &$itemPointer) : mixed + +
+ +
Parameters
+
+
+ $itemPointer + : mixed +
+
+
+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ sanitizeAsType() + +

+ + +

Ošetří proměnou podle jejího očekávaného typu.

+ + + public + static sanitizeAsType(mixed $value, string $sanitizeAs) : mixed + +
+ +
Parameters
+
+
+ $value + : mixed +
+
+

hodnota

+ +
+
+ $sanitizeAs + : string +
+
+

typ hodnoty int|string|float|null

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setEmbedName() + +

+ + +

Notify component about its embed name

+ + + public + setEmbedName(string $embedName) : bool + +
+ +
Parameters
+
+
+ $embedName + : string +
+
+

parent::$pageParts[$embedName] == self

+ +
+
+ + + +
Return values
+ bool + — +

success

+ + +
+
+

+ setFinalized() + +

+ + +

Set label of parts finalized.

+ + + public + setFinalized([bool $flag = true ]) : mixed + +

Nastaví návěstí finalizace části.

+ +
Parameters
+
+
+ $flag + : bool + = true
+
+

příznak finalizace

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setPageTitle() + +

+ + +

Nastaví titul webové stánky.

+ + + public + setPageTitle(string $pageTitle) : mixed + +
+ +
Parameters
+
+
+ $pageTitle + : string +
+
+

titulek

+ +
+
+ + + +
Return values
+ mixed + — +
+ + +
+
+

+ setTagID() + +

+ + +

Set ID for page body

+ + + public + setTagID([mixed $tagID = null ]) : string + +
+ +
Parameters
+
+
+ $tagID + : mixed + = null
+
+ +
+
+ + + +
Return values
+ string + — +
+ + +
+
+

+ singleton() + +

+ + + + + public + static singleton([mixed $webPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $webPage + : mixed + = null
+
+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+

+ suicide() + +

+ + +

Umožní již vloženému objektu se odstranit ze stromu k vykreslení.

+ + + public + suicide() : mixed + +
+ + + + +
Return values
+ mixed + — +
+ + +
+
+

+ webPage() + +

+ + +

Vrací nebo registruje instanci webové stránky.

+ + + public + static webPage([WebPage $oPage = null ]) : WebPage + +
+ +
Parameters
+
+
+ $oPage + : WebPage + = null
+
+

objekt webstránky k zaregistrování

+ +
+
+ + + +
Return values
+ WebPage + — +
+ + +
+
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/css/base.css b/docs/css/base.css new file mode 100644 index 0000000..c63fb04 --- /dev/null +++ b/docs/css/base.css @@ -0,0 +1,742 @@ + +:root { + /* Typography */ + --font-primary: 'Source Sans Pro', Helvetica, Arial, sans-serif; + --font-secondary: 'Source Sans Pro', Helvetica, Arial, sans-serif; + --line-height--primary: 1.6; + --letter-spacing--primary: .05rem; + --text-base-size: 1em; + --text-scale-ratio: 1.2; + + --text-xxs: calc(var(--text-base-size) / var(--text-scale-ratio) / var(--text-scale-ratio) / var(--text-scale-ratio)); + --text-xs: calc(var(--text-base-size) / var(--text-scale-ratio) / var(--text-scale-ratio)); + --text-sm: calc(var(--text-base-size) / var(--text-scale-ratio)); + --text-md: var(--text-base-size); + --text-lg: calc(var(--text-base-size) * var(--text-scale-ratio)); + --text-xl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio)); + --text-xxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); + --text-xxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); + --text-xxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); + --text-xxxxxl: calc(var(--text-base-size) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio) * var(--text-scale-ratio)); + + /* Colors */ + --primary-color: hsl(96, 57%, 60%); + --primary-color-darken: hsl(96, 57%, 40%); + --primary-color-darker: hsl(96, 57%, 20%); + --primary-color-lighten: hsl(96, 57%, 80%); + --primary-color-lighter: hsl(96, 57%, 97%); + --dark-gray: #d1d1d1; + --light-gray: #f0f0f0; + + --text-color: #4b3b40; + + --header-height: var(--spacing-xxxxl); + --header-bg-color: var(--primary-color); + --code-background-color: #f7faf5; + --code-border-color: #d6e7cb; + --button-border-color: var(--primary-color-darken); + --button-color: transparent; + --button-color-primary: var(--primary-color); + --button-text-color: #555; + --button-text-color-primary: white; + --popover-background-color: hsla(96, 57%, 95%, 0.9); + --link-color-primary: var(--primary-color-darken); + --link-hover-color-primary: var(--primary-color-darker); + --form-field-border-color: var(--dark-gray); + --form-field-color: #fff; + --admonition-success-color: var(--primary-color); + --admonition-border-color: silver; + --table-separator-color: var(--primary-color-lighten); + --title-text-color: var(--primary-color); + + --sidebar-border-color: var(--primary-color-lighten); + + /* Grid */ + --container-width: 1400px; + + /* Spacing */ + --spacing-base-size: 1rem; + --spacing-scale-ratio: 1.5; + + --spacing-xxxs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio)); + --spacing-xxs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio)); + --spacing-xs: calc(var(--spacing-base-size) / var(--spacing-scale-ratio) / var(--spacing-scale-ratio)); + --spacing-sm: calc(var(--spacing-base-size) / var(--spacing-scale-ratio)); + --spacing-md: var(--spacing-base-size); + --spacing-lg: calc(var(--spacing-base-size) * var(--spacing-scale-ratio)); + --spacing-xl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); + --spacing-xxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); + --spacing-xxxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); + --spacing-xxxxl: calc(var(--spacing-base-size) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio) * var(--spacing-scale-ratio)); + + --border-radius-base-size: 3px; +} + +/* Base Styles +-------------------------------------------------- */ +body { + color: var(--text-color); + font-family: var(--font-primary); + font-size: var(--text-md); + letter-spacing: var(--letter-spacing--primary); + line-height: var(--line-height--primary); +} + +.phpdocumentor h1, +.phpdocumentor h2, +.phpdocumentor h3, +.phpdocumentor h4, +.phpdocumentor h5, +.phpdocumentor h6 { + margin-bottom: var(--spacing-lg); + margin-top: var(--spacing-lg); + font-weight: 600; +} + +.phpdocumentor h1 { + font-size: var(--text-xxxxl); + letter-spacing: var(--letter-spacing--primary); + line-height: 1.2; + margin-top: 0; +} + +.phpdocumentor h2 { + font-size: var(--text-xxxl); + letter-spacing: var(--letter-spacing--primary); + line-height: 1.25; + margin-top: 0; +} + +.phpdocumentor h3 { + font-size: var(--text-xxl); + letter-spacing: var(--letter-spacing--primary); + line-height: 1.3; +} + +.phpdocumentor h4 { + font-size: var(--text-xl); + letter-spacing: calc(var(--letter-spacing--primary) / 2); + line-height: 1.35; + margin-bottom: var(--spacing-md); +} + +.phpdocumentor h5 { + font-size: var(--text-lg); + letter-spacing: calc(var(--letter-spacing--primary) / 4); + line-height: 1.5; + margin-bottom: var(--spacing-md); + margin-top: var(--spacing-md); +} + +.phpdocumentor h6 { + font-size: var(--text-md); + letter-spacing: 0; + line-height: var(--line-height--primary); + margin-bottom: var(--spacing-md); + margin-top: var(--spacing-md); +} + +.phpdocumentor h1 .headerlink, +.phpdocumentor h2 .headerlink, +.phpdocumentor h3 .headerlink, +.phpdocumentor h4 .headerlink, +.phpdocumentor h5 .headerlink, +.phpdocumentor h6 .headerlink +{ + transition: all .3s ease-in-out; + opacity: 0; + text-decoration: none; + color: silver; + font-size: 80%; +} + +.phpdocumentor h1:hover .headerlink, +.phpdocumentor h2:hover .headerlink, +.phpdocumentor h3:hover .headerlink, +.phpdocumentor h4:hover .headerlink, +.phpdocumentor h5:hover .headerlink, +.phpdocumentor h6:hover .headerlink +{ + opacity: 1; +} +.phpdocumentor p { + margin-top: 0; + margin-bottom: var(--spacing-md); +} +.phpdocumentor figure { + margin-bottom: var(--spacing-md); +} +.phpdocumentor-line { + border-top: 1px solid #E1E1E1; + border-width: 0; + margin-bottom: var(--spacing-xxl); + margin-top: var(--spacing-xxl); +} +.phpdocumentor-section { + box-sizing: border-box; + margin: 0 auto; + max-width: var(--container-width); + padding: 0 var(--spacing-lg); + position: relative; + width: 100%; +} + +@media (min-width: 1200px) { + .phpdocumentor-section { + padding: 0; + width: 95%; + } +} + +@media (min-width: 1000px) { + .phpdocumentor-section { + width: 85%; + } +} +.phpdocumentor-column { + box-sizing: border-box; + float: left; + width: 100%; +} + +@media (min-width: 550px) { + .phpdocumentor-column { + margin-left: 4%; + } + + .phpdocumentor-column:first-child { + margin-left: 0; + } + + .-one.phpdocumentor-column { + width: 4.66666666667%; + } + + .-two.phpdocumentor-column { + width: 13.3333333333%; + } + + .-three.phpdocumentor-column { + width: 22%; + } + + .-four.phpdocumentor-column { + width: 30.6666666667%; + } + + .-five.phpdocumentor-column { + width: 39.3333333333%; + } + + .-six.phpdocumentor-column { + width: 48%; + } + + .-seven.phpdocumentor-column { + width: 56.6666666667%; + } + + .-eight.phpdocumentor-column { + width: 65.3333333333%; + } + + .-nine.phpdocumentor-column { + width: 74.0%; + } + + .-ten.phpdocumentor-column { + width: 82.6666666667%; + } + + .-eleven.phpdocumentor-column { + width: 91.3333333333%; + } + + .-twelve.phpdocumentor-column { + margin-left: 0; + width: 100%; + } + + .-one-third.phpdocumentor-column { + width: 30.6666666667%; + } + + .-two-thirds.phpdocumentor-column { + width: 65.3333333333%; + } + + .-one-half.phpdocumentor-column { + width: 48%; + } + + /* Offsets */ + .-offset-by-one.phpdocumentor-column { + margin-left: 8.66666666667%; + } + + .-offset-by-two.phpdocumentor-column { + margin-left: 17.3333333333%; + } + + .-offset-by-three.phpdocumentor-column { + margin-left: 26%; + } + + .-offset-by-four.phpdocumentor-column { + margin-left: 34.6666666667%; + } + + .-offset-by-five.phpdocumentor-column { + margin-left: 43.3333333333%; + } + + .-offset-by-six.phpdocumentor-column { + margin-left: 52%; + } + + .-offset-by-seven.phpdocumentor-column { + margin-left: 60.6666666667%; + } + + .-offset-by-eight.phpdocumentor-column { + margin-left: 69.3333333333%; + } + + .-offset-by-nine.phpdocumentor-column { + margin-left: 78.0%; + } + + .-offset-by-ten.phpdocumentor-column { + margin-left: 86.6666666667%; + } + + .-offset-by-eleven.phpdocumentor-column { + margin-left: 95.3333333333%; + } + + .-offset-by-one-third.phpdocumentor-column { + margin-left: 34.6666666667%; + } + + .-offset-by-two-thirds.phpdocumentor-column { + margin-left: 69.3333333333%; + } + + .-offset-by-one-half.phpdocumentor-column { + margin-left: 52%; + } +} +.phpdocumentor a { + color: var(--link-color-primary); +} + +.phpdocumentor a:hover { + color: var(--link-hover-color-primary); +} +.phpdocumentor-button { + background-color: var(--button-color); + border: 1px solid var(--button-border-color); + border-radius: var(--border-radius-base-size); + box-sizing: border-box; + color: var(--button-text-color); + cursor: pointer; + display: inline-block; + font-size: var(--text-sm); + font-weight: 600; + height: 38px; + letter-spacing: .1rem; + line-height: 38px; + padding: 0 var(--spacing-xxl); + text-align: center; + text-decoration: none; + text-transform: uppercase; + white-space: nowrap; + margin-bottom: var(--spacing-md); +} + +.phpdocumentor-button .-wide { + width: 100%; +} + +.phpdocumentor-button:hover, +.phpdocumentor-button:focus { + border-color: #888; + color: #333; + outline: 0; +} + +.phpdocumentor-button.-primary { + background-color: var(--button-color-primary); + border-color: var(--button-color-primary); + color: var(--button-text-color-primary); +} + +.phpdocumentor-button.-primary:hover, +.phpdocumentor-button.-primary:focus { + background-color: var(--link-color-primary); + border-color: var(--link-color-primary); + color: var(--button-text-color-primary); +} +.phpdocumentor form { + margin-bottom: var(--spacing-md); +} + +.phpdocumentor-field { + background-color: var(--form-field-color); + border: 1px solid var(--form-field-border-color); + border-radius: var(--border-radius-base-size); + box-shadow: none; + box-sizing: border-box; + height: 38px; + padding: var(--spacing-xxxs) var(--spacing-xxs); /* The 6px vertically centers text on FF, ignored by Webkit */ + margin-bottom: var(--spacing-md); +} + +/* Removes awkward default styles on some inputs for iOS */ +input[type="email"], +input[type="number"], +input[type="search"], +input[type="text"], +input[type="tel"], +input[type="url"], +input[type="password"], +textarea { + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; +} + +.phpdocumentor-textarea { + min-height: 65px; + padding-bottom: var(--spacing-xxxs); + padding-top: var(--spacing-xxxs); +} + +.phpdocumentor-field:focus { + border: 1px solid var(--button-color-primary); + outline: 0; +} + +.phpdocumentor-label { + display: block; + margin-bottom: var(--spacing-xs); +} + +.phpdocumentor-fieldset { + border-width: 0; + padding: 0; +} + +input[type="checkbox"].phpdocumentor-field, +input[type="radio"].phpdocumentor-field { + display: inline; +} +div.phpdocumentor-list > ul, +ul.phpdocumentor-list { + list-style: circle inside; +} + +ol.phpdocumentor-list { + list-style: decimal inside; +} + +div.phpdocumentor-list > ul, +ol.phpdocumentor-list, +ul.phpdocumentor-list { + margin-top: 0; + padding-left: 0; + margin-bottom: var(--spacing-md); +} + +dl { + margin-bottom: var(--spacing-md); +} + +div.phpdocumentor-list > ul ul, +ul.phpdocumentor-list ul.phpdocumentor-list, +ul.phpdocumentor-list ol.phpdocumentor-list, +ol.phpdocumentor-list ol.phpdocumentor-list, +ol.phpdocumentor-list ul.phpdocumentor-list { + font-size: var(--text-sm); + margin: var(--spacing-xs) 0 var(--spacing-xs) calc(var(--spacing-xs) * 2); +} + +li.phpdocumentor-list { + margin-bottom: var(--spacing-md); +} +.phpdocumentor pre { + margin-bottom: var(--spacing-md); +} + +.phpdocumentor-code { + background: var(--code-background-color); + border: 1px solid var(--code-border-color); + border-radius: var(--border-radius-base-size); + font-size: var(--text-sm); + padding: var(--spacing-sm) var(--spacing-md); + width: 100%; + box-sizing: border-box; +} + +pre > .phpdocumentor-code { + display: block; + white-space: pre; +} +.phpdocumentor table { + margin-bottom: var(--spacing-md); +} + +th.phpdocumentor-heading, +td.phpdocumentor-cell { + border-bottom: 1px solid var(--table-separator-color); + padding: var(--spacing-sm) var(--spacing-md); + text-align: left; +} + +th.phpdocumentor-heading:first-child, +td.phpdocumentor-cell:first-child { + padding-left: 0; +} + +th.phpdocumentor-heading:last-child, +td.phpdocumentor-cell:last-child { + padding-right: 0; +} + +.phpdocumentor-header { + display: flex; + flex-direction: row; + align-items: center; +} + +.phpdocumentor-header > * { + height: var(--header-height); +} +.phpdocumentor-title { + box-sizing: border-box; + color: var(--title-text-color); + font-size: var(--text-xxl); + letter-spacing: .05rem; + font-weight: normal; + width: 30.6666666667%; + margin: 0; + border-right: var(--sidebar-border-color) solid 1px; + display: flex; + align-items: center; +} + +.phpdocumentor-title.-without-divider { + border: none; +} + +.phpdocumentor-title__link { + transition: all .3s ease-out; + display: flex; + color: var(--title-text-color); + text-decoration: none; + font-weight: normal; + white-space: nowrap; + transform: scale(.75); + transform-origin: left; +} + +.phpdocumentor-title__link:hover { + transform: perspective(15rem) translateX(.5rem); + font-weight: 600; +} + +@media (min-width: 1000px) { + .phpdocumentor-title__link { + transform: scale(.85); + } +} + +@media (min-width: 1200px) { + .phpdocumentor-title__link { + transform: scale(1); + } +} +.phpdocumentor-topnav { + display: flex; + flex: 1; + margin-left: 4%; + align-items: center; +} + +.phpdocumentor-topnav__menu { + display: inline-block; + text-align: right; + list-style: none; + margin: 0; + padding: 0; + flex: 1; +} + +.phpdocumentor-topnav__menu.-social { + margin-left: auto; + flex: 0 auto; +} + +.phpdocumentor-topnav__menu-item { + display: inline; + margin: 0; + padding: 0 var(--spacing-lg) 0 0; +} + +.phpdocumentor-topnav__menu-item:last-of-type { + padding: 0; +} + +.phpdocumentor-topnav__menu-item a { + display: inline-block; + color: var(--text-color); + text-decoration: none; + font-size: var(--text-lg); + transition: all .3s ease-out; + border-bottom: 1px dotted transparent; + line-height: 1; +} + +.phpdocumentor-topnav__menu-item a:hover { + transform: perspective(15rem) translateY(.1rem); + border-bottom: 1px dotted var(--text-color); +} +.phpdocumentor-sidebar { + border-right: var(--sidebar-border-color) solid 1px; +} + +.phpdocumentor .phpdocumentor-sidebar .phpdocumentor-list { + padding-top: var(--spacing-xs); + padding-left: var(--spacing-md); + list-style: none; +} + +.phpdocumentor .phpdocumentor-sidebar li { + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; + padding: 0 0 var(--spacing-xxxs) var(--spacing-md); +} + +.phpdocumentor .phpdocumentor-sidebar abbr, +.phpdocumentor .phpdocumentor-sidebar a { + text-decoration: none; + border-bottom: none; + color: var(--text-color); + font-size: var(--text-md); + padding-left: 0; + transition: padding-left .4s ease-out; +} + +.phpdocumentor .phpdocumentor-sidebar a:hover { + padding-left: 5px; + font-weight: 600; +} + +.phpdocumentor .phpdocumentor-sidebar__category > * { + border-left: 1px solid var(--primary-color-lighten); +} + +.phpdocumentor .phpdocumentor-sidebar__category { + margin-bottom: var(--spacing-lg); +} + +.phpdocumentor .phpdocumentor-sidebar__category-header { + font-size: var(--text-md); + margin-bottom: var(--spacing-xs); + color: var(--link-color-primary); + font-weight: 600; + border-left: 0; +} + +.phpdocumentor .phpdocumentor-sidebar__root-package, +.phpdocumentor .phpdocumentor-sidebar__root-namespace { + font-size: var(--text-md); + margin: 0; + padding-top: var(--spacing-xs); + padding-left: var(--spacing-md); + color: var(--text-color); + font-weight: normal; +} +.phpdocumentor-admonition { + border: 1px solid var(--admonition-border-color); + border-radius: var(--border-radius-base-size); + padding: var(--spacing-sm) var(--spacing-md); +} + +.phpdocumentor-admonition--success { + border-color: var(--admonition-success-color); +} +.phpdocumentor ul.phpdocumentor-breadcrumbs { + font-size: var(--text-md); + list-style: none; + margin: 0; + padding: 0; +} + +.phpdocumentor ul.phpdocumentor-breadcrumbs a { + color: var(--text-color); + text-decoration: none; +} + +.phpdocumentor ul.phpdocumentor-breadcrumbs > li { + display: inline-block; + margin: 0; +} + +.phpdocumentor ul.phpdocumentor-breadcrumbs > li + li:before { + color: var(--dark-gray); + content: "\\\A0"; + padding: 0; +} +.phpdocumentor .phpdocumentor-back-to-top { + position: fixed; + bottom: 2rem; + font-size: 2.5rem; + opacity: .25; + transition: all .3s ease-in-out; + right: 2rem; +} + +.phpdocumentor .phpdocumentor-back-to-top:hover { + color: var(--link-color-primary); + opacity: 1; +} +.phpdocumentor-search { + position: relative; + display: none; /** disable by default for non-js flow */ + opacity: .3; /** white-out default for loading indication */ + transition: opacity .3s, background .3s; +} +.phpdocumentor-search:before { + content: ''; + background: transparent; + left: calc(-1 * var(--spacing-md)); + height: 100%; + position: absolute; + right: -15px; + z-index: -1; + opacity: 0; + transition: opacity .3s, background .3s; +} + +.phpdocumentor-search--enabled { + display: block; +} + +.phpdocumentor-search--active { + opacity: 1; +} +.phpdocumentor-search--has-results:before { + background: var(--popover-background-color); + opacity: 1; +} + +.phpdocumentor-search input:disabled { + background-color: lightgray; +} + +/* Used for screen readers and such */ +.visually-hidden { + display: none; +} diff --git a/docs/css/normalize.css b/docs/css/normalize.css new file mode 100644 index 0000000..46f646a --- /dev/null +++ b/docs/css/normalize.css @@ -0,0 +1,427 @@ +/*! normalize.css v3.0.2 | MIT License | git.io/normalize */ + +/** + * 1. Set default font family to sans-serif. + * 2. Prevent iOS text size adjust after orientation change, without disabling + * user zoom. + */ + +html { + font-family: sans-serif; /* 1 */ + -ms-text-size-adjust: 100%; /* 2 */ + -webkit-text-size-adjust: 100%; /* 2 */ +} + +/** + * Remove default margin. + */ + +body { + margin: 0; +} + +/* HTML5 display definitions + ========================================================================== */ + +/** + * Correct `block` display not defined for any HTML5 element in IE 8/9. + * Correct `block` display not defined for `details` or `summary` in IE 10/11 + * and Firefox. + * Correct `block` display not defined for `main` in IE 11. + */ + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section, +summary { + display: block; +} + +/** + * 1. Correct `inline-block` display not defined in IE 8/9. + * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. + */ + +audio, +canvas, +progress, +video { + display: inline-block; /* 1 */ + vertical-align: baseline; /* 2 */ +} + +/** + * Prevent modern browsers from displaying `audio` without controls. + * Remove excess height in iOS 5 devices. + */ + +audio:not([controls]) { + display: none; + height: 0; +} + +/** + * Address `[hidden]` styling not present in IE 8/9/10. + * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. + */ + +[hidden], +template { + display: none; +} + +/* Links + ========================================================================== */ + +/** + * Remove the gray background color from active links in IE 10. + */ + +a { + background-color: transparent; +} + +/** + * Improve readability when focused and also mouse hovered in all browsers. + */ + +a:active, +a:hover { + outline: 0; +} + +/* Text-level semantics + ========================================================================== */ + +/** + * Address styling not present in IE 8/9/10/11, Safari, and Chrome. + */ + +abbr[title] { + border-bottom: 1px dotted; +} + +/** + * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. + */ + +b, +strong { + font-weight: bold; +} + +/** + * Address styling not present in Safari and Chrome. + */ + +dfn { + font-style: italic; +} + +/** + * Address variable `h1` font-size and margin within `section` and `article` + * contexts in Firefox 4+, Safari, and Chrome. + */ + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +/** + * Address styling not present in IE 8/9. + */ + +mark { + background: #ff0; + color: #000; +} + +/** + * Address inconsistent and variable font size in all browsers. + */ + +small { + font-size: 80%; +} + +/** + * Prevent `sub` and `sup` affecting `line-height` in all browsers. + */ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +/* Embedded content + ========================================================================== */ + +/** + * Remove border when inside `a` element in IE 8/9/10. + */ + +img { + border: 0; +} + +/** + * Correct overflow not hidden in IE 9/10/11. + */ + +svg:not(:root) { + overflow: hidden; +} + +/* Grouping content + ========================================================================== */ + +/** + * Address margin not present in IE 8/9 and Safari. + */ + +figure { + margin: 1em 40px; +} + +/** + * Address differences between Firefox and other browsers. + */ + +hr { + -moz-box-sizing: content-box; + box-sizing: content-box; + height: 0; +} + +/** + * Contain overflow in all browsers. + */ + +pre { + overflow: auto; +} + +/** + * Address odd `em`-unit font size rendering in all browsers. + */ + +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} + +/* Forms + ========================================================================== */ + +/** + * Known limitation: by default, Chrome and Safari on OS X allow very limited + * styling of `select`, unless a `border` property is set. + */ + +/** + * 1. Correct color not being inherited. + * Known issue: affects color of disabled elements. + * 2. Correct font properties not being inherited. + * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. + */ + +button, +input, +optgroup, +select, +textarea { + color: inherit; /* 1 */ + font: inherit; /* 2 */ + margin: 0; /* 3 */ +} + +/** + * Address `overflow` set to `hidden` in IE 8/9/10/11. + */ + +button { + overflow: visible; +} + +/** + * Address inconsistent `text-transform` inheritance for `button` and `select`. + * All other form control elements do not inherit `text-transform` values. + * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. + * Correct `select` style inheritance in Firefox. + */ + +button, +select { + text-transform: none; +} + +/** + * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` + * and `video` controls. + * 2. Correct inability to style clickable `input` types in iOS. + * 3. Improve usability and consistency of cursor style between image-type + * `input` and others. + */ + +button, +html input[type="button"], /* 1 */ +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; /* 2 */ + cursor: pointer; /* 3 */ +} + +/** + * Re-set default cursor for disabled elements. + */ + +button[disabled], +html input[disabled] { + cursor: default; +} + +/** + * Remove inner padding and border in Firefox 4+. + */ + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +/** + * Address Firefox 4+ setting `line-height` on `input` using `!important` in + * the UA stylesheet. + */ + +input { + line-height: normal; +} + +/** + * It's recommended that you don't attempt to style these elements. + * Firefox's implementation doesn't respect box-sizing, padding, or width. + * + * 1. Address box sizing set to `content-box` in IE 8/9/10. + * 2. Remove excess padding in IE 8/9/10. + */ + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Fix the cursor style for Chrome's increment/decrement buttons. For certain + * `font-size` values of the `input`, it causes the cursor style of the + * decrement button to change from `default` to `text`. + */ + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +/** + * 1. Address `appearance` set to `searchfield` in Safari and Chrome. + * 2. Address `box-sizing` set to `border-box` in Safari and Chrome + * (include `-moz` to future-proof). + */ + +input[type="search"] { + -webkit-appearance: textfield; /* 1 */ + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; /* 2 */ + box-sizing: content-box; +} + +/** + * Remove inner padding and search cancel button in Safari and Chrome on OS X. + * Safari (but not Chrome) clips the cancel button when the search input has + * padding (and `textfield` appearance). + */ + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +/** + * Define consistent border, margin, and padding. + */ + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +/** + * 1. Correct `color` not being inherited in IE 8/9/10/11. + * 2. Remove padding so people aren't caught out if they zero out fieldsets. + */ + +legend { + border: 0; /* 1 */ + padding: 0; /* 2 */ +} + +/** + * Remove default vertical scrollbar in IE 8/9/10/11. + */ + +textarea { + overflow: auto; +} + +/** + * Don't inherit the `font-weight` (applied by a rule above). + * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. + */ + +optgroup { + font-weight: bold; +} + +/* Tables + ========================================================================== */ + +/** + * Remove most spacing between table cells. + */ + +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, +th { + padding: 0; +} diff --git a/docs/css/template.css b/docs/css/template.css new file mode 100644 index 0000000..35481e9 --- /dev/null +++ b/docs/css/template.css @@ -0,0 +1,219 @@ +.phpdocumentor-summary { + font-style: italic; +} +.phpdocumentor-description { + margin-bottom: var(--spacing-md); +} +.phpdocumentor-element { + position: relative; +} + +.phpdocumentor .phpdocumentor-element__name { + line-height: 1; +} + +.phpdocumentor-element__package, +.phpdocumentor-element__extends, +.phpdocumentor-element__implements { + display: block; + font-size: var(--text-xxs); + font-weight: normal; + opacity: .7; +} + +.phpdocumentor-element__package .phpdocumentor-breadcrumbs { + display: inline; +} + +.phpdocumentor-element:not(:last-child) { + border-bottom: 1px solid var(--primary-color-lighten); + padding-bottom: var(--spacing-lg); +} + +.phpdocumentor-element.-deprecated .phpdocumentor-element__name { + text-decoration: line-through; +} + +.phpdocumentor-element__modifier { + font-size: var(--text-xxs); + padding: calc(var(--spacing-base-size) / 4) calc(var(--spacing-base-size) / 2); + color: var(--text-color); + background-color: var(--light-gray); + border-radius: 3px; + text-transform: uppercase; +} +.phpdocumentor-signature { + display: inline-block; + font-size: var(--text-sm); + margin-bottom: var(--spacing-md); +} + +.phpdocumentor-signature.-deprecated .phpdocumentor-signature__name { + text-decoration: line-through; +} +.phpdocumentor-table-of-contents { +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry { + padding-top: var(--spacing-xs); + margin-left: 2rem; + display: flex; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > a { + flex: 0 1 auto; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry > span { + flex: 1; + white-space: nowrap; + text-overflow: ellipsis; + overflow: hidden; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:after { + content: ''; + height: 12px; + width: 12px; + left: 16px; + position: absolute; +} +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-private:after { + background: url('data:image/svg+xml;utf8,') no-repeat; +} +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-protected:after { + left: 13px; + background: url('data:image/svg+xml;utf8,') no-repeat; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry:before { + width: 1.25rem; + height: 1.25rem; + line-height: 1.25rem; + background: transparent url('data:image/svg+xml;utf8,') no-repeat center center; + content: ''; + position: absolute; + left: 0; + border-radius: 50%; + font-weight: 600; + color: white; + text-align: center; + font-size: .75rem; + margin-top: .2rem; +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-method:before { + content: 'M'; + background-image: url('data:image/svg+xml;utf8,'); +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-function:before { + content: 'M'; + background-image: url('data:image/svg+xml;utf8,'); +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-property:before { + content: 'P' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-constant:before { + content: 'C'; + background-color: transparent; + background-image: url('data:image/svg+xml;utf8,'); +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-class:before { + content: 'C' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-interface:before { + content: 'I' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-trait:before { + content: 'T' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-namespace:before { + content: 'N' +} + +.phpdocumentor-table-of-contents .phpdocumentor-table-of-contents__entry.-package:before { + content: 'P' +} + +.phpdocumentor-table-of-contents dd { + font-style: italic; + margin-left: 2rem; +} +.phpdocumentor-content { + position: relative; +} + +.phpdocumentor-search-results { + backdrop-filter: blur(5px); + background: var(--popover-background-color); + min-height: 100%; + left: calc(var(--spacing-lg) * -1); + position: absolute; + right: calc(var(--spacing-lg) * -1); + top: 0; + padding: 0 var(--spacing-lg); + opacity: 1; + pointer-events: all; + + transition: opacity .3s, background .3s; +} + +.phpdocumentor-search-results--hidden { + background: transparent; + backdrop-filter: blur(0); + opacity: 0; + pointer-events: none; +} + +.phpdocumentor-search-results__entries { + list-style: none; + padding: 0; +} + +.phpdocumentor-search-results__entry { + border-bottom: 1px solid var(--table-separator-color); + padding: var(--spacing-sm) var(--spacing-md); + text-align: left; +} + +.phpdocumentor-search-results__entry a { + display: block; +} + +.phpdocumentor-search-results__entry small { + margin-top: var(--spacing-xs); + margin-bottom: var(--spacing-md); + color: var(--primary-color-darker); + display: block; +} +.phpdocumentor-search-results__entry h3 { + margin: 0; +} +.phpdocumentor-element-found-in { + position: absolute; + top: 0; + right: 0; + font-size: var(--text-sm); + color: gray; +} +.phpdocumentor-class-graph { + width: 100%; height: 600px; border:1px solid black; overflow: hidden +} + +.phpdocumentor-class-graph__graph { + width: 100%; +} +.phpdocumentor-tag-list__definition { + display: flex; +} + +.phpdocumentor-tag-link { + margin-right: var(--spacing-sm); +} diff --git a/docs/files/src-ease-container.html b/docs/files/src-ease-container.html new file mode 100644 index 0000000..dca269b --- /dev/null +++ b/docs/files/src-ease-container.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Container.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
Container
+
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-document.html b/docs/files/src-ease-document.html new file mode 100644 index 0000000..eaf8a82 --- /dev/null +++ b/docs/files/src-ease-document.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Document.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
Document
+
Objekt určený k "pojmutí" obsahu - sám nemá žádnou viditelnou část.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-embedable.html b/docs/files/src-ease-embedable.html new file mode 100644 index 0000000..e91ce9c --- /dev/null +++ b/docs/files/src-ease-embedable.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Embedable.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+
Embedable
+
+ + +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-glue.html b/docs/files/src-ease-glue.html new file mode 100644 index 0000000..648589c --- /dev/null +++ b/docs/files/src-ease-glue.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Glue.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ + +
Glue
+
+
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-addresstag.html b/docs/files/src-ease-html-addresstag.html new file mode 100644 index 0000000..744408d --- /dev/null +++ b/docs/files/src-ease-html-addresstag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

AddressTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
AddressTag
+
Html element pro adresu.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-articletag.html b/docs/files/src-ease-html-articletag.html new file mode 100644 index 0000000..ba87485 --- /dev/null +++ b/docs/files/src-ease-html-articletag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

ArticleTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
ArticleTag
+
HTML5 Article tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-asidetag.html b/docs/files/src-ease-html-asidetag.html new file mode 100644 index 0000000..377b9f9 --- /dev/null +++ b/docs/files/src-ease-html-asidetag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

AsideTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
AsideTag
+
HTML5 Aside tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-atag.html b/docs/files/src-ease-html-atag.html new file mode 100644 index 0000000..8cce77d --- /dev/null +++ b/docs/files/src-ease-html-atag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

ATag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
ATag
+
HTML hyperling class.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-audiotag.html b/docs/files/src-ease-html-audiotag.html new file mode 100644 index 0000000..a4006fe --- /dev/null +++ b/docs/files/src-ease-html-audiotag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

AudioTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
AudioTag
+
HTML5 Article tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-bditag.html b/docs/files/src-ease-html-bditag.html new file mode 100644 index 0000000..f94c008 --- /dev/null +++ b/docs/files/src-ease-html-bditag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

BdiTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
BdiTag
+
HTML5 BDI tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-bodytag.html b/docs/files/src-ease-html-bodytag.html new file mode 100644 index 0000000..7b521bc --- /dev/null +++ b/docs/files/src-ease-html-bodytag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

BodyTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
BodyTag
+
Třída pro tělo HTML stránky.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-buttontag.html b/docs/files/src-ease-html-buttontag.html new file mode 100644 index 0000000..ca8f0de --- /dev/null +++ b/docs/files/src-ease-html-buttontag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

ButtonTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
ButtonTag
+
Html element pro tlačítko.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-canvastag.html b/docs/files/src-ease-html-canvastag.html new file mode 100644 index 0000000..8bcdf76 --- /dev/null +++ b/docs/files/src-ease-html-canvastag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

CanvasTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
CanvasTag
+
HTML5 canvas tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-checkboxtag.html b/docs/files/src-ease-html-checkboxtag.html new file mode 100644 index 0000000..6416b83 --- /dev/null +++ b/docs/files/src-ease-html-checkboxtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

CheckboxTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
CheckboxTag
+
Zobrazí tag pro chcekbox.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-comment.html b/docs/files/src-ease-html-comment.html new file mode 100644 index 0000000..646011f --- /dev/null +++ b/docs/files/src-ease-html-comment.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Comment.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
Comment
+
Description of Comment
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-datalisttag.html b/docs/files/src-ease-html-datalisttag.html new file mode 100644 index 0000000..7541cb8 --- /dev/null +++ b/docs/files/src-ease-html-datalisttag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

DatalistTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
DatalistTag
+
HTML5 datalist tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-ddtag.html b/docs/files/src-ease-html-ddtag.html new file mode 100644 index 0000000..ff97c2e --- /dev/null +++ b/docs/files/src-ease-html-ddtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

DdTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
DdTag
+
Obsah definice.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-detailstag.html b/docs/files/src-ease-html-detailstag.html new file mode 100644 index 0000000..aa8aec8 --- /dev/null +++ b/docs/files/src-ease-html-detailstag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

DetailsTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
DetailsTag
+
HTML5 Details tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-dialogtag.html b/docs/files/src-ease-html-dialogtag.html new file mode 100644 index 0000000..16e0bbb --- /dev/null +++ b/docs/files/src-ease-html-dialogtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

DialogTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
DialogTag
+
HTML5 Dialog tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-divtag.html b/docs/files/src-ease-html-divtag.html new file mode 100644 index 0000000..bd8b85d --- /dev/null +++ b/docs/files/src-ease-html-divtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

DivTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
DivTag
+
HTML Div tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-dltag.html b/docs/files/src-ease-html-dltag.html new file mode 100644 index 0000000..10526ac --- /dev/null +++ b/docs/files/src-ease-html-dltag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

DlTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
DlTag
+
Definiční list.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-dttag.html b/docs/files/src-ease-html-dttag.html new file mode 100644 index 0000000..eac14f5 --- /dev/null +++ b/docs/files/src-ease-html-dttag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

DtTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
DtTag
+
Pojem definice.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-embedtag.html b/docs/files/src-ease-html-embedtag.html new file mode 100644 index 0000000..ab0c0cb --- /dev/null +++ b/docs/files/src-ease-html-embedtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

EmbedTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
EmbedTag
+
HTML5 embed tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-emtag.html b/docs/files/src-ease-html-emtag.html new file mode 100644 index 0000000..76a249b --- /dev/null +++ b/docs/files/src-ease-html-emtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

EmTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
EmTag
+
HTML em tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-fieldset.html b/docs/files/src-ease-html-fieldset.html new file mode 100644 index 0000000..7de8b29 --- /dev/null +++ b/docs/files/src-ease-html-fieldset.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

FieldSet.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
FieldSet
+
Html Fieldset.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-figcaptiontag.html b/docs/files/src-ease-html-figcaptiontag.html new file mode 100644 index 0000000..a6d995d --- /dev/null +++ b/docs/files/src-ease-html-figcaptiontag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

FigCaptionTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
FigCaptionTag
+
HTML5 figcaption tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-figuretag.html b/docs/files/src-ease-html-figuretag.html new file mode 100644 index 0000000..3591e31 --- /dev/null +++ b/docs/files/src-ease-html-figuretag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

FigureTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
FigureTag
+
HTML5 figure tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-footertag.html b/docs/files/src-ease-html-footertag.html new file mode 100644 index 0000000..3e670ed --- /dev/null +++ b/docs/files/src-ease-html-footertag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

FooterTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
FooterTag
+
HTML5 footer tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-form.html b/docs/files/src-ease-html-form.html new file mode 100644 index 0000000..d111b78 --- /dev/null +++ b/docs/files/src-ease-html-form.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Form.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
Form
+
Obecný párový HTML tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-h1tag.html b/docs/files/src-ease-html-h1tag.html new file mode 100644 index 0000000..effd15a --- /dev/null +++ b/docs/files/src-ease-html-h1tag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

H1Tag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
H1Tag
+
HTML major heading tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-h2tag.html b/docs/files/src-ease-html-h2tag.html new file mode 100644 index 0000000..30f9a15 --- /dev/null +++ b/docs/files/src-ease-html-h2tag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

H2Tag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
H2Tag
+
HTML H2 tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-h3tag.html b/docs/files/src-ease-html-h3tag.html new file mode 100644 index 0000000..32bd3bf --- /dev/null +++ b/docs/files/src-ease-html-h3tag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

H3Tag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
H3Tag
+
HTML H3 tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-h4tag.html b/docs/files/src-ease-html-h4tag.html new file mode 100644 index 0000000..9952402 --- /dev/null +++ b/docs/files/src-ease-html-h4tag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

H4Tag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
H4Tag
+
HTML H4 tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-h5tag.html b/docs/files/src-ease-html-h5tag.html new file mode 100644 index 0000000..4257c39 --- /dev/null +++ b/docs/files/src-ease-html-h5tag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

H5Tag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
H5Tag
+
HTML H5 tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-headertag.html b/docs/files/src-ease-html-headertag.html new file mode 100644 index 0000000..86f47cb --- /dev/null +++ b/docs/files/src-ease-html-headertag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

HeaderTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
HeaderTag
+
HTML5 header tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-headtag.html b/docs/files/src-ease-html-headtag.html new file mode 100644 index 0000000..cc47895 --- /dev/null +++ b/docs/files/src-ease-html-headtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

HeadTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
HeadTag
+
HTML webPage head class.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-hrtag.html b/docs/files/src-ease-html-hrtag.html new file mode 100644 index 0000000..afcaf66 --- /dev/null +++ b/docs/files/src-ease-html-hrtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

HrTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
HrTag
+
Horizontal line tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-htmltag.html b/docs/files/src-ease-html-htmltag.html new file mode 100644 index 0000000..7a57259 --- /dev/null +++ b/docs/files/src-ease-html-htmltag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

HtmlTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
HtmlTag
+
HTML top tag class.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-iframetag.html b/docs/files/src-ease-html-iframetag.html new file mode 100644 index 0000000..c264c62 --- /dev/null +++ b/docs/files/src-ease-html-iframetag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

IframeTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
IframeTag
+
iFrame element.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-imgtag.html b/docs/files/src-ease-html-imgtag.html new file mode 100644 index 0000000..5c16e73 --- /dev/null +++ b/docs/files/src-ease-html-imgtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

ImgTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
ImgTag
+
IMG tag class.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputcolortag.html b/docs/files/src-ease-html-inputcolortag.html new file mode 100644 index 0000000..4ecbec0 --- /dev/null +++ b/docs/files/src-ease-html-inputcolortag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputColorTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputColorTag
+
HTML5 color input tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputdatetag.html b/docs/files/src-ease-html-inputdatetag.html new file mode 100644 index 0000000..0cfe6e2 --- /dev/null +++ b/docs/files/src-ease-html-inputdatetag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputDateTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputDateTag
+
HTML5 date input tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputdatetimelocaltag.html b/docs/files/src-ease-html-inputdatetimelocaltag.html new file mode 100644 index 0000000..4f30500 --- /dev/null +++ b/docs/files/src-ease-html-inputdatetimelocaltag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputDateTimeLocalTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputDateTimeLocalTag
+
HTML5 input datetime-local tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputdatetimetag.html b/docs/files/src-ease-html-inputdatetimetag.html new file mode 100644 index 0000000..b026e7b --- /dev/null +++ b/docs/files/src-ease-html-inputdatetimetag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputDateTimeTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputDateTimeTag
+
HTML5 datetime input tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputemailtag.html b/docs/files/src-ease-html-inputemailtag.html new file mode 100644 index 0000000..77863c5 --- /dev/null +++ b/docs/files/src-ease-html-inputemailtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputEmailTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputEmailTag
+
HTML5 email input tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputfiletag.html b/docs/files/src-ease-html-inputfiletag.html new file mode 100644 index 0000000..5374991 --- /dev/null +++ b/docs/files/src-ease-html-inputfiletag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputFileTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputFileTag
+
Vstupní prvek pro odeslání souboru.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputhiddentag.html b/docs/files/src-ease-html-inputhiddentag.html new file mode 100644 index 0000000..4449ffd --- /dev/null +++ b/docs/files/src-ease-html-inputhiddentag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputHiddenTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputHiddenTag
+
Skrytý input.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputmonthtag.html b/docs/files/src-ease-html-inputmonthtag.html new file mode 100644 index 0000000..874f989 --- /dev/null +++ b/docs/files/src-ease-html-inputmonthtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputMonthTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputMonthTag
+
HTML5 month input tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputnumbertag.html b/docs/files/src-ease-html-inputnumbertag.html new file mode 100644 index 0000000..bd65702 --- /dev/null +++ b/docs/files/src-ease-html-inputnumbertag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputNumberTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputNumberTag
+
Vstupní pole čísla.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputpasswordtag.html b/docs/files/src-ease-html-inputpasswordtag.html new file mode 100644 index 0000000..06a7ef9 --- /dev/null +++ b/docs/files/src-ease-html-inputpasswordtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputPasswordTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputPasswordTag
+
Vstup pro zadání hesla.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputradiotag.html b/docs/files/src-ease-html-inputradiotag.html new file mode 100644 index 0000000..7794195 --- /dev/null +++ b/docs/files/src-ease-html-inputradiotag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputRadioTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputRadioTag
+
Radio button.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputrangetag.html b/docs/files/src-ease-html-inputrangetag.html new file mode 100644 index 0000000..53bbe9f --- /dev/null +++ b/docs/files/src-ease-html-inputrangetag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputRangeTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputRangeTag
+
HTML5 range input tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputsearchtag.html b/docs/files/src-ease-html-inputsearchtag.html new file mode 100644 index 0000000..570cb9f --- /dev/null +++ b/docs/files/src-ease-html-inputsearchtag.html @@ -0,0 +1,106 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputSearchTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputSearchTag
+
Show search input field +Zobrazí vyhledávací poloíčko.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputsubmittag.html b/docs/files/src-ease-html-inputsubmittag.html new file mode 100644 index 0000000..b43e63d --- /dev/null +++ b/docs/files/src-ease-html-inputsubmittag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputSubmitTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputSubmitTag
+
Odesílací tlačítko formuláře.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputtag.html b/docs/files/src-ease-html-inputtag.html new file mode 100644 index 0000000..e0aec9f --- /dev/null +++ b/docs/files/src-ease-html-inputtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputTag
+
Obecný input TAG.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputteltag.html b/docs/files/src-ease-html-inputteltag.html new file mode 100644 index 0000000..878eceb --- /dev/null +++ b/docs/files/src-ease-html-inputteltag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputTelTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputTelTag
+
HTML5 tel input tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputtexttag.html b/docs/files/src-ease-html-inputtexttag.html new file mode 100644 index 0000000..bad4fe9 --- /dev/null +++ b/docs/files/src-ease-html-inputtexttag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputTextTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputTextTag
+
Zobrazí input text tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputtimetag.html b/docs/files/src-ease-html-inputtimetag.html new file mode 100644 index 0000000..9dae97c --- /dev/null +++ b/docs/files/src-ease-html-inputtimetag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputTimeTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputTimeTag
+
HTML5 time input tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputurltag.html b/docs/files/src-ease-html-inputurltag.html new file mode 100644 index 0000000..bec93e3 --- /dev/null +++ b/docs/files/src-ease-html-inputurltag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputUrlTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputUrlTag
+
HTML5 url input tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-inputweektag.html b/docs/files/src-ease-html-inputweektag.html new file mode 100644 index 0000000..1e1d4cf --- /dev/null +++ b/docs/files/src-ease-html-inputweektag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

InputWeekTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
InputWeekTag
+
HTML5 week input tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-javascript.html b/docs/files/src-ease-html-javascript.html new file mode 100644 index 0000000..fec5c35 --- /dev/null +++ b/docs/files/src-ease-html-javascript.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

JavaScript.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
JavaScript
+
fragment skriptu ve stránce.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-keygentag.html b/docs/files/src-ease-html-keygentag.html new file mode 100644 index 0000000..34255ec --- /dev/null +++ b/docs/files/src-ease-html-keygentag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

KeygenTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
KeygenTag
+
HTML5 keygen tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-labeltag.html b/docs/files/src-ease-html-labeltag.html new file mode 100644 index 0000000..a9f1cb4 --- /dev/null +++ b/docs/files/src-ease-html-labeltag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

LabelTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
LabelTag
+
Tag Label pro LabeledInput.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-litag.html b/docs/files/src-ease-html-litag.html new file mode 100644 index 0000000..4b58080 --- /dev/null +++ b/docs/files/src-ease-html-litag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

LiTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
LiTag
+
HTML list item tag class.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-maintag.html b/docs/files/src-ease-html-maintag.html new file mode 100644 index 0000000..4a0e39e --- /dev/null +++ b/docs/files/src-ease-html-maintag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

MainTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
MainTag
+
HTML5 main tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-marktag.html b/docs/files/src-ease-html-marktag.html new file mode 100644 index 0000000..9c0230d --- /dev/null +++ b/docs/files/src-ease-html-marktag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

MarkTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
MarkTag
+
HTML5 mark tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-menuitemtag.html b/docs/files/src-ease-html-menuitemtag.html new file mode 100644 index 0000000..a2c2ace --- /dev/null +++ b/docs/files/src-ease-html-menuitemtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

MenuItemTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
MenuItemTag
+
HTML5 menuitem tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-metatag.html b/docs/files/src-ease-html-metatag.html new file mode 100644 index 0000000..73b533c --- /dev/null +++ b/docs/files/src-ease-html-metatag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

MetaTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
MetaTag
+
HTML meta tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-metertag.html b/docs/files/src-ease-html-metertag.html new file mode 100644 index 0000000..506d000 --- /dev/null +++ b/docs/files/src-ease-html-metertag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

MeterTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
MeterTag
+
HTML5 meter tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-navtag.html b/docs/files/src-ease-html-navtag.html new file mode 100644 index 0000000..3be2a8a --- /dev/null +++ b/docs/files/src-ease-html-navtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

NavTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
NavTag
+
HTML5 nav tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-oltag.html b/docs/files/src-ease-html-oltag.html new file mode 100644 index 0000000..6db63d5 --- /dev/null +++ b/docs/files/src-ease-html-oltag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

OlTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
OlTag
+
HTML unsorted list.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-optiontag.html b/docs/files/src-ease-html-optiontag.html new file mode 100644 index 0000000..4f0ed37 --- /dev/null +++ b/docs/files/src-ease-html-optiontag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

OptionTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
OptionTag
+
Položka seznamu.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-outputtag.html b/docs/files/src-ease-html-outputtag.html new file mode 100644 index 0000000..1fa5963 --- /dev/null +++ b/docs/files/src-ease-html-outputtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

OutputTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
OutputTag
+
HTML5 output tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-pairtag.html b/docs/files/src-ease-html-pairtag.html new file mode 100644 index 0000000..4969463 --- /dev/null +++ b/docs/files/src-ease-html-pairtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

PairTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
PairTag
+
Obecný párový HTML tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-paramtag.html b/docs/files/src-ease-html-paramtag.html new file mode 100644 index 0000000..46d4246 --- /dev/null +++ b/docs/files/src-ease-html-paramtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

ParamTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
ParamTag
+
HtmlParam tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-pretag.html b/docs/files/src-ease-html-pretag.html new file mode 100644 index 0000000..331bc2d --- /dev/null +++ b/docs/files/src-ease-html-pretag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

PreTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
PreTag
+
Preformátovaný text.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-progresstag.html b/docs/files/src-ease-html-progresstag.html new file mode 100644 index 0000000..39f1712 --- /dev/null +++ b/docs/files/src-ease-html-progresstag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

ProgressTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
ProgressTag
+
HTML5 progress tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-ptag.html b/docs/files/src-ease-html-ptag.html new file mode 100644 index 0000000..57f942d --- /dev/null +++ b/docs/files/src-ease-html-ptag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

PTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
PTag
+
HTML Paragraph class tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-rptag.html b/docs/files/src-ease-html-rptag.html new file mode 100644 index 0000000..258a116 --- /dev/null +++ b/docs/files/src-ease-html-rptag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

RpTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
RpTag
+
HTML5 rp tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-rttag.html b/docs/files/src-ease-html-rttag.html new file mode 100644 index 0000000..10dc6ce --- /dev/null +++ b/docs/files/src-ease-html-rttag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

RtTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
RtTag
+
HTML5 rt tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-rubytag.html b/docs/files/src-ease-html-rubytag.html new file mode 100644 index 0000000..504a931 --- /dev/null +++ b/docs/files/src-ease-html-rubytag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

RubyTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
RubyTag
+
HTML5 ruby tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-scripttag.html b/docs/files/src-ease-html-scripttag.html new file mode 100644 index 0000000..3fd2505 --- /dev/null +++ b/docs/files/src-ease-html-scripttag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

ScriptTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
ScriptTag
+
Skript ve stránce.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-sectiontag.html b/docs/files/src-ease-html-sectiontag.html new file mode 100644 index 0000000..38a17aa --- /dev/null +++ b/docs/files/src-ease-html-sectiontag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

SectionTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
SectionTag
+
HTML5 section tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-select.html b/docs/files/src-ease-html-select.html new file mode 100644 index 0000000..255af11 --- /dev/null +++ b/docs/files/src-ease-html-select.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Select.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
Select
+
Html Select.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-selecttag.html b/docs/files/src-ease-html-selecttag.html new file mode 100644 index 0000000..7e03048 --- /dev/null +++ b/docs/files/src-ease-html-selecttag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

SelectTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
SelectTag
+
Html Select.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-simpleheadtag.html b/docs/files/src-ease-html-simpleheadtag.html new file mode 100644 index 0000000..22fa1cb --- /dev/null +++ b/docs/files/src-ease-html-simpleheadtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

SimpleHeadTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
SimpleHeadTag
+
Siple HTML head tag class.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-smalltag.html b/docs/files/src-ease-html-smalltag.html new file mode 100644 index 0000000..b80a9d6 --- /dev/null +++ b/docs/files/src-ease-html-smalltag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

SmallTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
SmallTag
+
HTML major heading tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-sourcetag.html b/docs/files/src-ease-html-sourcetag.html new file mode 100644 index 0000000..9febbe3 --- /dev/null +++ b/docs/files/src-ease-html-sourcetag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

SourceTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
SourceTag
+
HTML5 source tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-span.html b/docs/files/src-ease-html-span.html new file mode 100644 index 0000000..5136370 --- /dev/null +++ b/docs/files/src-ease-html-span.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Span.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
Span
+
HTML span tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-spantag.html b/docs/files/src-ease-html-spantag.html new file mode 100644 index 0000000..894e353 --- /dev/null +++ b/docs/files/src-ease-html-spantag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

SpanTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
SpanTag
+
HTML span tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-strongtag.html b/docs/files/src-ease-html-strongtag.html new file mode 100644 index 0000000..d88c08f --- /dev/null +++ b/docs/files/src-ease-html-strongtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

StrongTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
StrongTag
+
HTML major heading tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-submitbutton.html b/docs/files/src-ease-html-submitbutton.html new file mode 100644 index 0000000..4ce6daa --- /dev/null +++ b/docs/files/src-ease-html-submitbutton.html @@ -0,0 +1,106 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

SubmitButton.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
SubmitButton
+
Send button +Odesílací tlačítko.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-summarytag.html b/docs/files/src-ease-html-summarytag.html new file mode 100644 index 0000000..524fbd7 --- /dev/null +++ b/docs/files/src-ease-html-summarytag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

SummaryTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
SummaryTag
+
HTML5 summary tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-svgtag.html b/docs/files/src-ease-html-svgtag.html new file mode 100644 index 0000000..c33f63b --- /dev/null +++ b/docs/files/src-ease-html-svgtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

SvgTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
SvgTag
+
HTML5 svg tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-tabletag.html b/docs/files/src-ease-html-tabletag.html new file mode 100644 index 0000000..d6bba93 --- /dev/null +++ b/docs/files/src-ease-html-tabletag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

TableTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
TableTag
+
HTML table.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-tag.html b/docs/files/src-ease-html-tag.html new file mode 100644 index 0000000..f5f871c --- /dev/null +++ b/docs/files/src-ease-html-tag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Tag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
Tag
+
Common HTML tag class.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-tbody.html b/docs/files/src-ease-html-tbody.html new file mode 100644 index 0000000..bec3cac --- /dev/null +++ b/docs/files/src-ease-html-tbody.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Tbody.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
Tbody
+
Obecný párový HTML tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-tdtag.html b/docs/files/src-ease-html-tdtag.html new file mode 100644 index 0000000..abdcaed --- /dev/null +++ b/docs/files/src-ease-html-tdtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

TdTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
TdTag
+
HTML Table cell class.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-textareatag.html b/docs/files/src-ease-html-textareatag.html new file mode 100644 index 0000000..a257ff2 --- /dev/null +++ b/docs/files/src-ease-html-textareatag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

TextareaTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
TextareaTag
+
Textové pole.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-tfoot.html b/docs/files/src-ease-html-tfoot.html new file mode 100644 index 0000000..a59a904 --- /dev/null +++ b/docs/files/src-ease-html-tfoot.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Tfoot.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
Tfoot
+
Obecný párový HTML tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-thead.html b/docs/files/src-ease-html-thead.html new file mode 100644 index 0000000..60afc67 --- /dev/null +++ b/docs/files/src-ease-html-thead.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Thead.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
Thead
+
Obecný párový HTML tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-thtag.html b/docs/files/src-ease-html-thtag.html new file mode 100644 index 0000000..87e5276 --- /dev/null +++ b/docs/files/src-ease-html-thtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

ThTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
ThTag
+
HTML Table Header cell class.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-timetag.html b/docs/files/src-ease-html-timetag.html new file mode 100644 index 0000000..d1de140 --- /dev/null +++ b/docs/files/src-ease-html-timetag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

TimeTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
TimeTag
+
HTML5 time tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-titletag.html b/docs/files/src-ease-html-titletag.html new file mode 100644 index 0000000..1fec988 --- /dev/null +++ b/docs/files/src-ease-html-titletag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

TitleTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
TitleTag
+
HTML title class.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-tracktag.html b/docs/files/src-ease-html-tracktag.html new file mode 100644 index 0000000..a8eacd2 --- /dev/null +++ b/docs/files/src-ease-html-tracktag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

TrackTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
TrackTag
+
HTML5 track tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-trtag.html b/docs/files/src-ease-html-trtag.html new file mode 100644 index 0000000..0524c56 --- /dev/null +++ b/docs/files/src-ease-html-trtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

TrTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
TrTag
+
HTML Table row class.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-ultag.html b/docs/files/src-ease-html-ultag.html new file mode 100644 index 0000000..b6f18de --- /dev/null +++ b/docs/files/src-ease-html-ultag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

UlTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
UlTag
+
HTML unsorted list.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-videotag.html b/docs/files/src-ease-html-videotag.html new file mode 100644 index 0000000..390e564 --- /dev/null +++ b/docs/files/src-ease-html-videotag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

VideoTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
VideoTag
+
HTML5 video tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-html-wbrtag.html b/docs/files/src-ease-html-wbrtag.html new file mode 100644 index 0000000..429773d --- /dev/null +++ b/docs/files/src-ease-html-wbrtag.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

WbrTag.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
WbrTag
+
HTML5 wbr tag.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-htmlmailer.html b/docs/files/src-ease-htmlmailer.html new file mode 100644 index 0000000..5a0f399 --- /dev/null +++ b/docs/files/src-ease-htmlmailer.html @@ -0,0 +1,106 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

HtmlMailer.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
HtmlMailer
+
Build & Send email +Sestaví a odešle mail.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-part.html b/docs/files/src-ease-part.html new file mode 100644 index 0000000..57232f1 --- /dev/null +++ b/docs/files/src-ease-part.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Part.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
Part
+
jQuery common class.
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/files/src-ease-webpage.html b/docs/files/src-ease-webpage.html new file mode 100644 index 0000000..4c24dab --- /dev/null +++ b/docs/files/src-ease-webpage.html @@ -0,0 +1,105 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

WebPage.php

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
WebPage
+
Common Web Page class
+ +
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/graphs/classes.html b/docs/graphs/classes.html new file mode 100644 index 0000000..8e5c7cf --- /dev/null +++ b/docs/graphs/classes.html @@ -0,0 +1,82 @@ + + + + + Vitex Software's Ease Html + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
+ +
+ +
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..21a519c --- /dev/null +++ b/docs/index.html @@ -0,0 +1,97 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+

Documentation

+ + + +

+ Namespaces + +

+ +
+
Ease
+
+ + + + + + + +
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/indices/files.html b/docs/indices/files.html new file mode 100644 index 0000000..17467cd --- /dev/null +++ b/docs/indices/files.html @@ -0,0 +1,258 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ +

Files

+

A

+ +

B

+ +

C

+ +

D

+ +

E

+ +

F

+ +

G

+ +

H

+ +

I

+ +

J

+ +

K

+ +

L

+ +

M

+ +

N

+ +

O

+ +

P

+ +

R

+ +

S

+ +

T

+ +

U

+ +

V

+ +

W

+ +
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/js/search.js b/docs/js/search.js new file mode 100644 index 0000000..20abbeb --- /dev/null +++ b/docs/js/search.js @@ -0,0 +1,150 @@ +// Search module for phpDocumentor +// +// This module is a wrapper around fuse.js that will use a given index and attach itself to a +// search form and to a search results pane identified by the following data attributes: +// +// 1. data-search-form +// 2. data-search-results +// +// The data-search-form is expected to have a single input element of type 'search' that will trigger searching for +// a series of results, were the data-search-results pane is expected to have a direct UL child that will be populated +// with rendered results. +// +// The search has various stages, upon loading this stage the data-search-form receives the CSS class +// 'phpdocumentor-search--enabled'; this indicates that JS is allowed and indices are being loaded. It is recommended +// to hide the form by default and show it when it receives this class to achieve progressive enhancement for this +// feature. +// +// After loading this module, it is expected to load a search index asynchronously, for example: +// +// +// +// In this script the generated index should attach itself to the search module using the `appendIndex` function. By +// doing it like this the page will continue loading, unhindered by the loading of the search. +// +// After the page has fully loaded, and all these deferred indexes loaded, the initialization of the search module will +// be called and the form will receive the class 'phpdocumentor-search--active', indicating search is ready. At this +// point, the input field will also have it's 'disabled' attribute removed. +var Search = (function () { + var fuse; + var index = []; + var options = { + shouldSort: true, + threshold: 0.6, + location: 0, + distance: 100, + maxPatternLength: 32, + minMatchCharLength: 1, + keys: [ + "fqsen", + "name", + "summary", + "url" + ] + }; + + // Credit David Walsh (https://davidwalsh.name/javascript-debounce-function) + // Returns a function, that, as long as it continues to be invoked, will not + // be triggered. The function will be called after it stops being called for + // N milliseconds. If `immediate` is passed, trigger the function on the + // leading edge, instead of the trailing. + function debounce(func, wait, immediate) { + var timeout; + + return function executedFunction() { + var context = this; + var args = arguments; + + var later = function () { + timeout = null; + if (!immediate) func.apply(context, args); + }; + + var callNow = immediate && !timeout; + clearTimeout(timeout); + timeout = setTimeout(later, wait); + if (callNow) func.apply(context, args); + }; + } + + function close() { + var form = document.querySelector('[data-search-form]'); + var searchResults = document.querySelector('[data-search-results]'); + + form.classList.toggle('phpdocumentor-search--has-results', false); + searchResults.classList.add('phpdocumentor-search-results--hidden'); + } + + function search(event) { + // prevent enter's from autosubmitting + event.stopPropagation(); + + var form = document.querySelector('[data-search-form]'); + var searchResults = document.querySelector('[data-search-results]'); + var searchResultEntries = document.querySelector('[data-search-results] > ul'); + + searchResultEntries.innerHTML = ''; + + if (!event.target.value) { + close(); + return; + } + + form.classList.toggle('phpdocumentor-search--has-results', true); + searchResults.classList.remove('phpdocumentor-search-results--hidden'); + var results = fuse.search(event.target.value); + + results.forEach(function (result) { + var entry = document.createElement("li"); + entry.classList.add("phpdocumentor-search-results__entry"); + entry.innerHTML += '

' + result.name + "

\n"; + entry.innerHTML += '' + result.fqsen + "\n"; + entry.innerHTML += '
' + result.summary + '
'; + searchResultEntries.appendChild(entry) + }); + } + + function appendIndex(added) { + index = index.concat(added); + + // re-initialize search engine when appending an index after initialisation + if (typeof fuse !== 'undefined') { + fuse = new Fuse(index, options); + } + } + + function init() { + fuse = new Fuse(index, options); + + var form = document.querySelector('[data-search-form]'); + var searchField = document.querySelector('[data-search-form] input[type="search"'); + + form.classList.add('phpdocumentor-search--active'); + + searchField.setAttribute('placeholder', 'Search for ..'); + searchField.removeAttribute('disabled'); + searchField.addEventListener('keyup', debounce(search, 300)); + + window.addEventListener('keyup', function (event) { + if (event.code === 'Escape') { + close(); + } + }); + } + + return { + appendIndex, + init + } +})(); + +window.addEventListener('DOMContentLoaded', function () { + var form = document.querySelector('[data-search-form]'); + + // When JS is supported; show search box. Must be before including the search for it to take effect immediately + form.classList.add('phpdocumentor-search--enabled'); +}); + +window.addEventListener('load', function () { + Search.init(); +}); diff --git a/docs/js/searchIndex.js b/docs/js/searchIndex.js new file mode 100644 index 0000000..f6989b2 --- /dev/null +++ b/docs/js/searchIndex.js @@ -0,0 +1,2289 @@ +Search.appendIndex( + [ + { + "fqsen": "\\Ease\\Container", + "name": "Container", + "summary": "", + "url": "../classes/Ease-Container.html" + }, { + "fqsen": "\\Ease\\Container\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Kontejner,\u0020kter\u00FD\u0020m\u016F\u017Ee\u0020obsahovat\u0020vlo\u017Een\u00E9\u0020objekty,\u0020kter\u00E9\u0020se\u0020vykresl\u00ED.", + "url": "../classes/Ease-Container.html#method___construct" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AaddAsFirst\u0028\u0029", + "name": "addAsFirst", + "summary": "Vlo\u017E\u00ED\u0020jako\u0020prvn\u00ED\u0020element\u0020do\u0020objektu.", + "url": "../classes/Ease-Container.html#method_addAsFirst" + }, { + "fqsen": "\\Ease\\Container\u003A\u003Asuicide\u0028\u0029", + "name": "suicide", + "summary": "Umo\u017En\u00ED\u0020ji\u017E\u0020vlo\u017Een\u00E9mu\u0020objektu\u0020se\u0020odstranit\u0020ze\u0020stromu\u0020k\u0020vykreslen\u00ED.", + "url": "../classes/Ease-Container.html#method_suicide" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AgetItemsCount\u0028\u0029", + "name": "getItemsCount", + "summary": "Vrac\u00ED\u0020po\u010Det\u0020vlo\u017Een\u00FDch\u0020polo\u017Eek.", + "url": "../classes/Ease-Container.html#method_getItemsCount" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AaddNextTo\u0028\u0029", + "name": "addNextTo", + "summary": "Vlo\u017E\u00ED\u0020dal\u0161\u00ED\u0020element\u0020za\u0020st\u00E1vaj\u00EDc\u00ED.", + "url": "../classes/Ease-Container.html#method_addNextTo" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AlastItem\u0028\u0029", + "name": "lastItem", + "summary": "Vrac\u00ED\u0020odkaz\u0020na\u0020posledn\u00ED\u0020vlo\u017Eenou\u0020polo\u017Eku.", + "url": "../classes/Ease-Container.html#method_lastItem" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AaddToLastItem\u0028\u0029", + "name": "addToLastItem", + "summary": "P\u0159id\u00E1\u0020polo\u017Eku\u0020do\u0020posledn\u00ED\u0020vlo\u017Een\u00E9\u0020polo\u017Eky.", + "url": "../classes/Ease-Container.html#method_addToLastItem" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AgetFirstPart\u0028\u0029", + "name": "getFirstPart", + "summary": "Vrac\u00ED\u0020prvn\u00ED\u0020vlo\u017Eenou\u0020polo\u017Eku.", + "url": "../classes/Ease-Container.html#method_getFirstPart" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AaddItems\u0028\u0029", + "name": "addItems", + "summary": "Insert\u0020an\u0020array\u0020of\u0020elemnts\nVlo\u017E\u00ED\u0020pole\u0020element\u016F.", + "url": "../classes/Ease-Container.html#method_addItems" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AemptyContents\u0028\u0029", + "name": "emptyContents", + "summary": "Vypr\u00E1zn\u00ED\u0020obsah\u0020objektu.", + "url": "../classes/Ease-Container.html#method_emptyContents" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AgetContents\u0028\u0029", + "name": "getContents", + "summary": "Contentets", + "url": "../classes/Ease-Container.html#method_getContents" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AdrawAllContents\u0028\u0029", + "name": "drawAllContents", + "summary": "Projde\u0020rekurzivn\u011B\u0020v\u0161echny\u0020vlo\u017Een\u00E9\u0020objekty\u0020a\u0020zavol\u00E1\u0020jeich\u0020draw\u0028\u0029.", + "url": "../classes/Ease-Container.html#method_drawAllContents" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AgetRendered\u0028\u0029", + "name": "getRendered", + "summary": "Vrac\u00ED\u0020rendrovan\u00FD\u0020obsah\u0020objekt\u016F.", + "url": "../classes/Ease-Container.html#method_getRendered" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AdrawIfNotDrawn\u0028\u0029", + "name": "drawIfNotDrawn", + "summary": "Vykresli\u0020se,\u0020pokud\u0020ji\u017E\u0020tak\u0020nebylo\u0020u\u010Din\u011Bno.", + "url": "../classes/Ease-Container.html#method_drawIfNotDrawn" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AisFinalized\u0028\u0029", + "name": "isFinalized", + "summary": "Vrac\u00ED\u0020stav\u0020n\u00E1v\u011B\u0161t\u00ED\u0020finalizace\u0020\u010D\u00E1sti.", + "url": "../classes/Ease-Container.html#method_isFinalized" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AsetFinalized\u0028\u0029", + "name": "setFinalized", + "summary": "Set\u0020label\u0020of\u0020parts\u0020finalized.", + "url": "../classes/Ease-Container.html#method_setFinalized" + }, { + "fqsen": "\\Ease\\Container\u003A\u003AisEmpty\u0028\u0029", + "name": "isEmpty", + "summary": "Je\u0020element\u0020pr\u00E1zdn\u00FD\u0020\u003F", + "url": "../classes/Ease-Container.html#method_isEmpty" + }, { + "fqsen": "\\Ease\\Container\u003A\u003A__toString\u0028\u0029", + "name": "__toString", + "summary": "Render\u0020Obect\u0020\u0028and\u0020its\u0020contents\u0029\u0020as\u0020string.", + "url": "../classes/Ease-Container.html#method___toString" + }, { + "fqsen": "\\Ease\\Container\u003A\u003A\u0024libVersion", + "name": "libVersion", + "summary": "Library\u0020version", + "url": "../classes/Ease-Container.html#property_libVersion" + }, { + "fqsen": "\\Ease\\Document", + "name": "Document", + "summary": "Objekt\u0020ur\u010Den\u00FD\u0020k\u0020\u0022pojmut\u00ED\u0022\u0020obsahu\u0020\u002D\u0020s\u00E1m\u0020nem\u00E1\u0020\u017E\u00E1dnou\u0020viditelnou\u0020\u010D\u00E1st.", + "url": "../classes/Ease-Document.html" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AaddJavaScript\u0028\u0029", + "name": "addJavaScript", + "summary": "Vlo\u017E\u00ED\u0020javascript\u0020do\u0020str\u00E1nky.", + "url": "../classes/Ease-Document.html#method_addJavaScript" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AincludeJavaScript\u0028\u0029", + "name": "includeJavaScript", + "summary": "Includuje\u0020Javascript\u0020do\u0020str\u00E1nky.", + "url": "../classes/Ease-Document.html#method_includeJavaScript" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AaddCSS\u0028\u0029", + "name": "addCSS", + "summary": "Add\u0020another\u0020CSS\u0020definition\u0020to\u0020stack.", + "url": "../classes/Ease-Document.html#method_addCSS" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AincludeCss\u0028\u0029", + "name": "includeCss", + "summary": "Include\u0020an\u0020CSS\u0020file\u0020call\u0020into\u0020page.", + "url": "../classes/Ease-Document.html#method_includeCss" + }, { + "fqsen": "\\Ease\\Document\u003A\u003Aredirect\u0028\u0029", + "name": "redirect", + "summary": "Perform\u0020http\u0020redirect", + "url": "../classes/Ease-Document.html#method_redirect" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AgetUri\u0028\u0029", + "name": "getUri", + "summary": "Vrac\u00ED\u0020po\u017Eadovanou\u0020adresu.", + "url": "../classes/Ease-Document.html#method_getUri" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AphpSelf\u0028\u0029", + "name": "phpSelf", + "summary": "Returns\u0020the\u0020current\u0020URL.\u0020This\u0020is\u0020instead\u0020of\u0020PHP_SELF\u0020which\u0020is\u0020unsafe.", + "url": "../classes/Ease-Document.html#method_phpSelf" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AonlyForLogged\u0028\u0029", + "name": "onlyForLogged", + "summary": "Nep\u0159ihl\u00E1\u0161en\u00E9ho\u0020u\u017Eivatele\u0020p\u0159esm\u011Bruje\u0020na\u0020p\u0159ihla\u0161ovac\u00ED\u0020str\u00E1nku.", + "url": "../classes/Ease-Document.html#method_onlyForLogged" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AaddItem\u0028\u0029", + "name": "addItem", + "summary": "Include\u0020next\u0020element\u0020into\u0020current\u0020page\u0020\u0028if\u0020not\u0020closed\u0029.", + "url": "../classes/Ease-Document.html#method_addItem" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AgetRequestValues\u0028\u0029", + "name": "getRequestValues", + "summary": "Vrac\u00ED\u0020pole\u0020\u0024_REQUEST.", + "url": "../classes/Ease-Document.html#method_getRequestValues" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AisPosted\u0028\u0029", + "name": "isPosted", + "summary": "Is\u0020page\u0020called\u0020by\u0020Form\u0020Post\u0020\u003F", + "url": "../classes/Ease-Document.html#method_isPosted" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AsanitizeAsType\u0028\u0029", + "name": "sanitizeAsType", + "summary": "O\u0161et\u0159\u00ED\u0020prom\u011Bnou\u0020podle\u0020jej\u00EDho\u0020o\u010Dek\u00E1van\u00E9ho\u0020typu.", + "url": "../classes/Ease-Document.html#method_sanitizeAsType" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AgetRequestValue\u0028\u0029", + "name": "getRequestValue", + "summary": "Vrac\u00ED\u0020hodnotu\u0020kl\u00ED\u010De\u0020prametru\u0020vol\u00E1n\u00ED\u0020str\u00E1nky.", + "url": "../classes/Ease-Document.html#method_getRequestValue" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AgetGetValue\u0028\u0029", + "name": "getGetValue", + "summary": "Vrac\u00ED\u0020hodnotu\u0020kl\u00ED\u010De\u0020pramatru\u0020vol\u00E1n\u00ED\u0020str\u00E1nky.", + "url": "../classes/Ease-Document.html#method_getGetValue" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AgetPostValue\u0028\u0029", + "name": "getPostValue", + "summary": "Vrac\u00ED\u0020hodnotu\u0020kl\u00ED\u010De\u0020pramatru\u0020vol\u00E1n\u00ED\u0020str\u00E1nky.", + "url": "../classes/Ease-Document.html#method_getPostValue" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AisFormPosted\u0028\u0029", + "name": "isFormPosted", + "summary": "Byla\u0020str\u00E1nka\u0020zobrazena\u0020po\u0020odesl\u00E1n\u00ED\u0020formul\u00E1\u0159e\u0020metodou\u0020POST\u0020\u003F", + "url": "../classes/Ease-Document.html#method_isFormPosted" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AarrayToUrlParams\u0028\u0029", + "name": "arrayToUrlParams", + "summary": "Vrac\u00ED\u0020pole\u0020jako\u0020parametry\u0020URL.", + "url": "../classes/Ease-Document.html#method_arrayToUrlParams" + }, { + "fqsen": "\\Ease\\Document\u003A\u003AregisterItem\u0028\u0029", + "name": "registerItem", + "summary": "Zaregistruje\u0020polo\u017Eku\u0020k\u0020finalizaci.", + "url": "../classes/Ease-Document.html#method_registerItem" + }, { + "fqsen": "\\Ease\\Document\u003A\u003A\u0024webPage", + "name": "webPage", + "summary": "Odkaz\u0020na\u0020z\u00E1kladn\u00ED\u0020objekt\u0020str\u00E1nky.", + "url": "../classes/Ease-Document.html#property_webPage" + }, { + "fqsen": "\\Ease\\Document\u003A\u003Asingleton\u0028\u0029", + "name": "singleton", + "summary": "", + "url": "../classes/Ease-Document.html#method_singleton" + }, { + "fqsen": "\\Ease\\Document\u003A\u003A\u0024instance", + "name": "instance", + "summary": "Saves\u0020obejct\u0020instace\u0020\u0028singleton...\u0029.", + "url": "../classes/Ease-Document.html#property_instance" + }, { + "fqsen": "\\Ease\\Document\u003A\u003A\u0024raiseItems", + "name": "raiseItems", + "summary": "Kter\u00E9\u0020objekty\u0020p\u0159evz\u00EDt\u0020od\u0020p\u0159eb\u00EDraj\u00EDc\u00EDho\u0020objektu.", + "url": "../classes/Ease-Document.html#property_raiseItems" + }, { + "fqsen": "\\Ease\\Document\u003A\u003A\u0024lastItem", + "name": "lastItem", + "summary": "Odkaz\u0020na\u0020naposledy\u0020p\u0159idan\u00FD\u0020element.", + "url": "../classes/Ease-Document.html#property_lastItem" + }, { + "fqsen": "\\Ease\\Document\u003A\u003A\u0024pageClosed", + "name": "pageClosed", + "summary": "Is\u0020page\u0020closed\u0020for\u0020adding\u0020new\u0020contents\u0020\u003F", + "url": "../classes/Ease-Document.html#property_pageClosed" + }, { + "fqsen": "\\Ease\\Document\u003A\u003A\u0024allItems", + "name": "allItems", + "summary": "Pole\u0020odkaz\u016F\u0020na\u0020v\u0161echny\u0020vlo\u017Een\u00E9\u0020objekty.", + "url": "../classes/Ease-Document.html#property_allItems" + }, { + "fqsen": "\\Ease\\Embedable", + "name": "Embedable", + "summary": "", + "url": "../classes/Ease-Embedable.html" + }, { + "fqsen": "\\Ease\\Embedable\u003A\u003AaddItem\u0028\u0029", + "name": "addItem", + "summary": "Include\u0020next\u0020element\u0020into\u0020current\u0020object.", + "url": "../classes/Ease-Embedable.html#method_addItem" + }, { + "fqsen": "\\Ease\\Embedable\u003A\u003AsetEmbedName\u0028\u0029", + "name": "setEmbedName", + "summary": "Notify\u0020component\u0020about\u0020its\u0020embed\u0020name", + "url": "../classes/Ease-Embedable.html#method_setEmbedName" + }, { + "fqsen": "\\Ease\\Embedable\u003A\u003AafterAdd\u0028\u0029", + "name": "afterAdd", + "summary": "Method\u0020executed\u0020after\u0020adding\u0020object\u0020into\u0020new\u0020one", + "url": "../classes/Ease-Embedable.html#method_afterAdd" + }, { + "fqsen": "\\Ease\\Embedable\u003A\u003Afinalize\u0028\u0029", + "name": "finalize", + "summary": "Method\u0020executed\u0020before\u0020rendering", + "url": "../classes/Ease-Embedable.html#method_finalize" + }, { + "fqsen": "\\Ease\\Embedable\u003A\u003Adraw\u0028\u0029", + "name": "draw", + "summary": "Recursive\u0020draw\u0020object\u0020and\u0020its\u0020contents", + "url": "../classes/Ease-Embedable.html#method_draw" + }, { + "fqsen": "\\Ease\\Glue", + "name": "Glue", + "summary": "", + "url": "../classes/Ease-Glue.html" + }, { + "fqsen": "\\Ease\\Glue\u003A\u003AaddItemCustom\u0028\u0029", + "name": "addItemCustom", + "summary": "Vlo\u017E\u00ED\u0020dal\u0161\u00ED\u0020element\u0020do\u0020objektu.", + "url": "../classes/Ease-Glue.html#method_addItemCustom" + }, { + "fqsen": "\\Ease\\Glue\u003A\u003AaddItem\u0028\u0029", + "name": "addItem", + "summary": "Include\u0020next\u0020element\u0020into\u0020current\u0020object.", + "url": "../classes/Ease-Glue.html#method_addItem" + }, { + "fqsen": "\\Ease\\Glue\u003A\u003AsetEmbedName\u0028\u0029", + "name": "setEmbedName", + "summary": "Notify\u0020component\u0020about\u0020its\u0020embed\u0020name", + "url": "../classes/Ease-Glue.html#method_setEmbedName" + }, { + "fqsen": "\\Ease\\Glue\u003A\u003AafterAdd\u0028\u0029", + "name": "afterAdd", + "summary": "Method\u0020executed\u0020after\u0020adding\u0020object\u0020into\u0020new\u0020one", + "url": "../classes/Ease-Glue.html#method_afterAdd" + }, { + "fqsen": "\\Ease\\Glue\u003A\u003Afinalize\u0028\u0029", + "name": "finalize", + "summary": "Method\u0020executed\u0020before\u0020rendering", + "url": "../classes/Ease-Glue.html#method_finalize" + }, { + "fqsen": "\\Ease\\Glue\u003A\u003Adraw\u0028\u0029", + "name": "draw", + "summary": "Recursive\u0020draw\u0020object\u0020and\u0020its\u0020contents", + "url": "../classes/Ease-Glue.html#method_draw" + }, { + "fqsen": "\\Ease\\Glue\u003A\u003A\u0024pageParts", + "name": "pageParts", + "summary": "Pole\u0020objekt\u016F\u0020a\u0020fragment\u016F\u0020k\u0020vykreslen\u00ED.", + "url": "../classes/Ease-Glue.html#property_pageParts" + }, { + "fqsen": "\\Ease\\Glue\u003A\u003A\u0024drawStatus", + "name": "drawStatus", + "summary": "Byla\u0020jiz\u0020stranka\u0020vykreslena.", + "url": "../classes/Ease-Glue.html#property_drawStatus" + }, { + "fqsen": "\\Ease\\Glue\u003A\u003A\u0024finalized", + "name": "finalized", + "summary": "Is\u0020class\u0020finalized\u0020\u003F\nPro\u0161el\u0020u\u017E\u0020objekt\u0020finalizac\u00ED\u0020\u003F", + "url": "../classes/Ease-Glue.html#property_finalized" + }, { + "fqsen": "\\Ease\\Glue\u003A\u003A\u0024embedName", + "name": "embedName", + "summary": "", + "url": "../classes/Ease-Glue.html#property_embedName" + }, { + "fqsen": "\\Ease\\Html\\AddressTag", + "name": "AddressTag", + "summary": "Html\u0020element\u0020pro\u0020adresu.", + "url": "../classes/Ease-Html-AddressTag.html" + }, { + "fqsen": "\\Ease\\Html\\AddressTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Html\u0020element\u0020pro\u0020adresu.", + "url": "../classes/Ease-Html-AddressTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\ArticleTag", + "name": "ArticleTag", + "summary": "HTML5\u0020Article\u0020tag.", + "url": "../classes/Ease-Html-ArticleTag.html" + }, { + "fqsen": "\\Ease\\Html\\ArticleTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020an\u0020article\u0020in\u0020a\u0020document", + "url": "../classes/Ease-Html-ArticleTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\AsideTag", + "name": "AsideTag", + "summary": "HTML5\u0020Aside\u0020tag.", + "url": "../classes/Ease-Html-AsideTag.html" + }, { + "fqsen": "\\Ease\\Html\\AsideTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020content\u0020aside\u0020from\u0020the\u0020page\u0020content", + "url": "../classes/Ease-Html-AsideTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\ATag", + "name": "ATag", + "summary": "HTML\u0020hyperling\u0020class.", + "url": "../classes/Ease-Html-ATag.html" + }, { + "fqsen": "\\Ease\\Html\\ATag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "zobraz\u00ED\u0020HTML\u0020odkaz.", + "url": "../classes/Ease-Html-ATag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\AudioTag", + "name": "AudioTag", + "summary": "HTML5\u0020Article\u0020tag.", + "url": "../classes/Ease-Html-AudioTag.html" + }, { + "fqsen": "\\Ease\\Html\\AudioTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020sound\u0020content", + "url": "../classes/Ease-Html-AudioTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\BdiTag", + "name": "BdiTag", + "summary": "HTML5\u0020BDI\u0020tag.", + "url": "../classes/Ease-Html-BdiTag.html" + }, { + "fqsen": "\\Ease\\Html\\BdiTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Isolates\u0020a\u0020part\u0020of\u0020text\u0020that\u0020might\u0020be\u0020formatted\u0020in\u0020a\u0020different\u0020direction\u0020from\u0020other\u0020text\u0020outside\u0020it", + "url": "../classes/Ease-Html-BdiTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\BodyTag", + "name": "BodyTag", + "summary": "T\u0159\u00EDda\u0020pro\u0020t\u011Blo\u0020HTML\u0020str\u00E1nky.", + "url": "../classes/Ease-Html-BodyTag.html" + }, { + "fqsen": "\\Ease\\Html\\BodyTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "T\u011Blo\u0020str\u00E1nky\u0020je\u0020v\u0020aplikaci\u0020v\u017Edy\u0020dostupn\u011B\u0020jako\n\u0024this\u002D\u003EeaseShared\u002D\u003EwebPage\u002D\u003Ebody.", + "url": "../classes/Ease-Html-BodyTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\BodyTag\u003A\u003AsetObjectName\u0028\u0029", + "name": "setObjectName", + "summary": "Nastav\u00ED\u0020jm\u00E9no\u0020objektu\u0020na\u0020\u0022body\u0022.", + "url": "../classes/Ease-Html-BodyTag.html#method_setObjectName" + }, { + "fqsen": "\\Ease\\Html\\BodyTag\u003A\u003Adraw\u0028\u0029", + "name": "draw", + "summary": "Vykresl\u00ED\u0020hlavi\u010Dku\u0020HTML\u0020str\u00E1nky.", + "url": "../classes/Ease-Html-BodyTag.html#method_draw" + }, { + "fqsen": "\\Ease\\Html\\ButtonTag", + "name": "ButtonTag", + "summary": "Html\u0020element\u0020pro\u0020tla\u010D\u00EDtko.", + "url": "../classes/Ease-Html-ButtonTag.html" + }, { + "fqsen": "\\Ease\\Html\\ButtonTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Html\u0020element\u0020pro\u0020tla\u010D\u00EDtko.", + "url": "../classes/Ease-Html-ButtonTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\CanvasTag", + "name": "CanvasTag", + "summary": "HTML5\u0020canvas\u0020tag.", + "url": "../classes/Ease-Html-CanvasTag.html" + }, { + "fqsen": "\\Ease\\Html\\CanvasTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Draw\u0020graphics,\u0020on\u0020the\u0020fly,\u0020via\u0020scripting\u0020\u0028usually\u0020JavaScript\u0029", + "url": "../classes/Ease-Html-CanvasTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\CheckboxTag", + "name": "CheckboxTag", + "summary": "Zobraz\u00ED\u0020tag\u0020pro\u0020chcekbox.", + "url": "../classes/Ease-Html-CheckboxTag.html" + }, { + "fqsen": "\\Ease\\Html\\CheckboxTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Zobrazuje\u0020HTML\u0020Checkbox.", + "url": "../classes/Ease-Html-CheckboxTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\CheckboxTag\u003A\u003AsetValue\u0028\u0029", + "name": "setValue", + "summary": "Nastav\u00ED\u0020za\u0161krtnut\u00ED.", + "url": "../classes/Ease-Html-CheckboxTag.html#method_setValue" + }, { + "fqsen": "\\Ease\\Html\\CheckboxTag\u003A\u003AgetValue\u0028\u0029", + "name": "getValue", + "summary": "Obtain\u0020curent\u0020checkbox\u0020state", + "url": "../classes/Ease-Html-CheckboxTag.html#method_getValue" + }, { + "fqsen": "\\Ease\\Html\\Comment", + "name": "Comment", + "summary": "Description\u0020of\u0020Comment", + "url": "../classes/Ease-Html-Comment.html" + }, { + "fqsen": "\\Ease\\Html\\Comment\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Objekt\u0020pro\u0020vykreslen\u00ED\u0020obecn\u00E9ho\u0020nep\u00E1rov\u00E9ho\u0020html\u0020tagu.", + "url": "../classes/Ease-Html-Comment.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\Comment\u003A\u003A\u0024tagType", + "name": "tagType", + "summary": "Typ\u0020tagu\u0020\u002D\u0020nap\u0159\u0020A\u0020\u010Di\u0020STRONG.", + "url": "../classes/Ease-Html-Comment.html#property_tagType" + }, { + "fqsen": "\\Ease\\Html\\Comment\u003A\u003A\u0024trail", + "name": "trail", + "summary": "Koncov\u00E9\u0020lom\u00EDtko\u0020pro\u0020xhtml.", + "url": "../classes/Ease-Html-Comment.html#property_trail" + }, { + "fqsen": "\\Ease\\Html\\DatalistTag", + "name": "DatalistTag", + "summary": "HTML5\u0020datalist\u0020tag.", + "url": "../classes/Ease-Html-DatalistTag.html" + }, { + "fqsen": "\\Ease\\Html\\DatalistTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Specifies\u0020a\u0020list\u0020of\u0020pre\u002Ddefined\u0020options\u0020for\u0020input\u0020controls", + "url": "../classes/Ease-Html-DatalistTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\DdTag", + "name": "DdTag", + "summary": "Obsah\u0020definice.", + "url": "../classes/Ease-Html-DdTag.html" + }, { + "fqsen": "\\Ease\\Html\\DdTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Obsah\u0020definice.", + "url": "../classes/Ease-Html-DdTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\DetailsTag", + "name": "DetailsTag", + "summary": "HTML5\u0020Details\u0020tag.", + "url": "../classes/Ease-Html-DetailsTag.html" + }, { + "fqsen": "\\Ease\\Html\\DetailsTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020additional\u0020details\u0020that\u0020the\u0020user\u0020can\u0020view\u0020or\u0020hide", + "url": "../classes/Ease-Html-DetailsTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\DialogTag", + "name": "DialogTag", + "summary": "HTML5\u0020Dialog\u0020tag.", + "url": "../classes/Ease-Html-DialogTag.html" + }, { + "fqsen": "\\Ease\\Html\\DialogTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020a\u0020dialog\u0020box\u0020or\u0020window", + "url": "../classes/Ease-Html-DialogTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\DivTag", + "name": "DivTag", + "summary": "HTML\u0020Div\u0020tag.", + "url": "../classes/Ease-Html-DivTag.html" + }, { + "fqsen": "\\Ease\\Html\\DivTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Simple\u0020Div\u0020tag", + "url": "../classes/Ease-Html-DivTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\DlTag", + "name": "DlTag", + "summary": "Defini\u010Dn\u00ED\u0020list.", + "url": "../classes/Ease-Html-DlTag.html" + }, { + "fqsen": "\\Ease\\Html\\DlTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Definice.", + "url": "../classes/Ease-Html-DlTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\DlTag\u003A\u003AaddDef\u0028\u0029", + "name": "addDef", + "summary": "Vlo\u017E\u00ED\u0020novou\u0020definici.", + "url": "../classes/Ease-Html-DlTag.html#method_addDef" + }, { + "fqsen": "\\Ease\\Html\\DtTag", + "name": "DtTag", + "summary": "Pojem\u0020definice.", + "url": "../classes/Ease-Html-DtTag.html" + }, { + "fqsen": "\\Ease\\Html\\DtTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Pojem\u0020definice.", + "url": "../classes/Ease-Html-DtTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\EmbedTag", + "name": "EmbedTag", + "summary": "HTML5\u0020embed\u0020tag.", + "url": "../classes/Ease-Html-EmbedTag.html" + }, { + "fqsen": "\\Ease\\Html\\EmbedTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020a\u0020container\u0020for\u0020an\u0020external\u0020\u0028non\u002DHTML\u0029\u0020application", + "url": "../classes/Ease-Html-EmbedTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\EmTag", + "name": "EmTag", + "summary": "HTML\u0020em\u0020tag.", + "url": "../classes/Ease-Html-EmTag.html" + }, { + "fqsen": "\\Ease\\Html\\EmTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Tag\u0020kurz\u00EDvu.", + "url": "../classes/Ease-Html-EmTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\FieldSet", + "name": "FieldSet", + "summary": "Html\u0020Fieldset.", + "url": "../classes/Ease-Html-FieldSet.html" + }, { + "fqsen": "\\Ease\\Html\\FieldSet\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Zobraz\u00ED\u0020r\u00E1me\u010Dek.", + "url": "../classes/Ease-Html-FieldSet.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\FieldSet\u003A\u003AsetLegend\u0028\u0029", + "name": "setLegend", + "summary": "Nastaven\u00ED\u0020legendy.", + "url": "../classes/Ease-Html-FieldSet.html#method_setLegend" + }, { + "fqsen": "\\Ease\\Html\\FieldSet\u003A\u003Afinalize\u0028\u0029", + "name": "finalize", + "summary": "Vlo\u017Een\u00ED\u0020legendy.", + "url": "../classes/Ease-Html-FieldSet.html#method_finalize" + }, { + "fqsen": "\\Ease\\Html\\FieldSet\u003A\u003A\u0024legend", + "name": "legend", + "summary": "Legenda\u0020r\u00E1me\u010Dku.", + "url": "../classes/Ease-Html-FieldSet.html#property_legend" + }, { + "fqsen": "\\Ease\\Html\\FieldSet\u003A\u003A\u0024legendTag", + "name": "legendTag", + "summary": "Objekt\u0020s\u0020tagem\u0020Legendy.", + "url": "../classes/Ease-Html-FieldSet.html#property_legendTag" + }, { + "fqsen": "\\Ease\\Html\\FieldSet\u003A\u003A\u0024content", + "name": "content", + "summary": "Obsah\u0020r\u00E1mu.", + "url": "../classes/Ease-Html-FieldSet.html#property_content" + }, { + "fqsen": "\\Ease\\Html\\FigCaptionTag", + "name": "FigCaptionTag", + "summary": "HTML5\u0020figcaption\u0020tag.", + "url": "../classes/Ease-Html-FigCaptionTag.html" + }, { + "fqsen": "\\Ease\\Html\\FigCaptionTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020a\u0020caption\u0020for\u0020a\u0020\u003Cfigure\u003E\u0020element", + "url": "../classes/Ease-Html-FigCaptionTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\FigureTag", + "name": "FigureTag", + "summary": "HTML5\u0020figure\u0020tag.", + "url": "../classes/Ease-Html-FigureTag.html" + }, { + "fqsen": "\\Ease\\Html\\FigureTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020self\u002Dcontained\u0020content", + "url": "../classes/Ease-Html-FigureTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\FooterTag", + "name": "FooterTag", + "summary": "HTML5\u0020footer\u0020tag.", + "url": "../classes/Ease-Html-FooterTag.html" + }, { + "fqsen": "\\Ease\\Html\\FooterTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020a\u0020footer\u0020for\u0020a\u0020document\u0020or\u0020section", + "url": "../classes/Ease-Html-FooterTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\Form", + "name": "Form", + "summary": "Obecn\u00FD\u0020p\u00E1rov\u00FD\u0020HTML\u0020tag.", + "url": "../classes/Ease-Html-Form.html" + }, { + "fqsen": "\\Ease\\Html\\Form\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Html\u0020Form\u0020Tag", + "url": "../classes/Ease-Html-Form.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\Form\u003A\u003AobjectContentSearch\u0028\u0029", + "name": "objectContentSearch", + "summary": "Pokus\u00ED\u0020se\u0020naj\u00EDt\u0020ve\u0020vlo\u017Een\u00FDch\u0020objektech\u0020tag\u0020zadan\u00E9ho\u0020jm\u00E9na.", + "url": "../classes/Ease-Html-Form.html#method_objectContentSearch" + }, { + "fqsen": "\\Ease\\Html\\Form\u003A\u003AfillUp\u0028\u0029", + "name": "fillUp", + "summary": "Napln\u00ED\u0020vlo\u017Een\u00E9\u0020objekty\u0020daty.", + "url": "../classes/Ease-Html-Form.html#method_fillUp" + }, { + "fqsen": "\\Ease\\Html\\Form\u003A\u003AfillMeUp\u0028\u0029", + "name": "fillMeUp", + "summary": "Projde\u0020v\u0161echny\u0020vlo\u017Een\u00E9\u0020objekty\u0020a\u0020pokud\u0020se\u0020jejich\u0020jm\u00E9na\u0020shoduj\u00ED\u0020s\u0020kl\u00ED\u010Di\ndat,\u0020nastav\u00ED\u0020se\u0020jim\u0020hodnota.", + "url": "../classes/Ease-Html-Form.html#method_fillMeUp" + }, { + "fqsen": "\\Ease\\Html\\Form\u003A\u003A\u0024formTarget", + "name": "formTarget", + "summary": "C\u00EDl\u0020formu.", + "url": "../classes/Ease-Html-Form.html#property_formTarget" + }, { + "fqsen": "\\Ease\\Html\\Form\u003A\u003A\u0024formMethod", + "name": "formMethod", + "summary": "Metoda\u0020odes\u00EDl\u00E1n\u00ED.", + "url": "../classes/Ease-Html-Form.html#property_formMethod" + }, { + "fqsen": "\\Ease\\Html\\Form\u003A\u003A\u0024setName", + "name": "setName", + "summary": "Nastavovat\u0020formul\u00E1\u0159i\u0020jm\u00E9no\u0020\u003F", + "url": "../classes/Ease-Html-Form.html#property_setName" + }, { + "fqsen": "\\Ease\\Html\\H1Tag", + "name": "H1Tag", + "summary": "HTML\u0020major\u0020heading\u0020tag.", + "url": "../classes/Ease-Html-H1Tag.html" + }, { + "fqsen": "\\Ease\\Html\\H1Tag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Simple\u0020H1\u0020Tag.", + "url": "../classes/Ease-Html-H1Tag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\H2Tag", + "name": "H2Tag", + "summary": "HTML\u0020H2\u0020tag.", + "url": "../classes/Ease-Html-H2Tag.html" + }, { + "fqsen": "\\Ease\\Html\\H2Tag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Nadpis\u0020druh\u00E9\u0020velikosti.", + "url": "../classes/Ease-Html-H2Tag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\H3Tag", + "name": "H3Tag", + "summary": "HTML\u0020H3\u0020tag.", + "url": "../classes/Ease-Html-H3Tag.html" + }, { + "fqsen": "\\Ease\\Html\\H3Tag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Simple\u0020H3\u0020tag.", + "url": "../classes/Ease-Html-H3Tag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\H4Tag", + "name": "H4Tag", + "summary": "HTML\u0020H4\u0020tag.", + "url": "../classes/Ease-Html-H4Tag.html" + }, { + "fqsen": "\\Ease\\Html\\H4Tag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Simple\u0020H4\u0020tag.", + "url": "../classes/Ease-Html-H4Tag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\H5Tag", + "name": "H5Tag", + "summary": "HTML\u0020H5\u0020tag.", + "url": "../classes/Ease-Html-H5Tag.html" + }, { + "fqsen": "\\Ease\\Html\\H5Tag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Simple\u0020H5\u0020tag.", + "url": "../classes/Ease-Html-H5Tag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\HeaderTag", + "name": "HeaderTag", + "summary": "HTML5\u0020header\u0020tag.", + "url": "../classes/Ease-Html-HeaderTag.html" + }, { + "fqsen": "\\Ease\\Html\\HeaderTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020a\u0020header\u0020for\u0020a\u0020document\u0020or\u0020section", + "url": "../classes/Ease-Html-HeaderTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\HeadTag", + "name": "HeadTag", + "summary": "HTML\u0020webPage\u0020head\u0020class.", + "url": "../classes/Ease-Html-HeadTag.html" + }, { + "fqsen": "\\Ease\\Html\\HeadTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Html\u0020HEAD\u0020tag\u0020with\u0020basic\u0020contents\u0020and\u0020skin\u0020support.", + "url": "../classes/Ease-Html-HeadTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\HeadTag\u003A\u003AsetObjectName\u0028\u0029", + "name": "setObjectName", + "summary": "Change\u0020name\u0020directly\u0020to\u0020head.", + "url": "../classes/Ease-Html-HeadTag.html#method_setObjectName" + }, { + "fqsen": "\\Ease\\Html\\HeadTag\u003A\u003AjsEnclosure\u0028\u0029", + "name": "jsEnclosure", + "summary": "Vykreslen\u00ED\u0020bloku\u0020scriptu.", + "url": "../classes/Ease-Html-HeadTag.html#method_jsEnclosure" + }, { + "fqsen": "\\Ease\\Html\\HeadTag\u003A\u003Afinalize\u0028\u0029", + "name": "finalize", + "summary": "hadle\u0020page\u0020title", + "url": "../classes/Ease-Html-HeadTag.html#method_finalize" + }, { + "fqsen": "\\Ease\\Html\\HeadTag\u003A\u003AgetScriptsRendered\u0028\u0029", + "name": "getScriptsRendered", + "summary": "", + "url": "../classes/Ease-Html-HeadTag.html#method_getScriptsRendered" + }, { + "fqsen": "\\Ease\\Html\\HeadTag\u003A\u003AgetStylesRendered\u0028\u0029", + "name": "getStylesRendered", + "summary": "Get\u0020included\u0020and\u0020inline\u0020Syles\u0020Fragment\u0020rendered", + "url": "../classes/Ease-Html-HeadTag.html#method_getStylesRendered" + }, { + "fqsen": "\\Ease\\Html\\HeadTag\u003A\u003Adraw\u0028\u0029", + "name": "draw", + "summary": "Vykresl\u00ED\u0020hlavi\u010Dku\u0020HTML\u0020str\u00E1nky.", + "url": "../classes/Ease-Html-HeadTag.html#method_draw" + }, { + "fqsen": "\\Ease\\Html\\HeadTag\u003A\u003A\u0024javaScripts", + "name": "javaScripts", + "summary": "Javascripts\u0020to\u0020render\u0020in\u0020page.", + "url": "../classes/Ease-Html-HeadTag.html#property_javaScripts" + }, { + "fqsen": "\\Ease\\Html\\HeadTag\u003A\u003A\u0024cascadeStyles", + "name": "cascadeStyles", + "summary": "Css\u0020definitions.", + "url": "../classes/Ease-Html-HeadTag.html#property_cascadeStyles" + }, { + "fqsen": "\\Ease\\Html\\HeadTag\u003A\u003A\u0024charSet", + "name": "charSet", + "summary": "Content\u0020Charset\nZnakov\u00E1\u0020sada\u0020obsahu.", + "url": "../classes/Ease-Html-HeadTag.html#property_charSet" + }, { + "fqsen": "\\Ease\\Html\\HrTag", + "name": "HrTag", + "summary": "Horizontal\u0020line\u0020tag.", + "url": "../classes/Ease-Html-HrTag.html" + }, { + "fqsen": "\\Ease\\Html\\HrTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Horizontal\u0020line\u0020tag.", + "url": "../classes/Ease-Html-HrTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\HtmlTag", + "name": "HtmlTag", + "summary": "HTML\u0020top\u0020tag\u0020class.", + "url": "../classes/Ease-Html-HtmlTag.html" + }, { + "fqsen": "\\Ease\\Html\\HtmlTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "HTML.", + "url": "../classes/Ease-Html-HtmlTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\HtmlTag\u003A\u003AsetObjectName\u0028\u0029", + "name": "setObjectName", + "summary": "Nastav\u00ED\u0020jm\u00E9no\u0020objektu\u0020na\u0020\u0022html\u0022.", + "url": "../classes/Ease-Html-HtmlTag.html#method_setObjectName" + }, { + "fqsen": "\\Ease\\Html\\IframeTag", + "name": "IframeTag", + "summary": "iFrame\u0020element.", + "url": "../classes/Ease-Html-IframeTag.html" + }, { + "fqsen": "\\Ease\\Html\\IframeTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "iFrame\u0020element.", + "url": "../classes/Ease-Html-IframeTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\ImgTag", + "name": "ImgTag", + "summary": "IMG\u0020tag\u0020class.", + "url": "../classes/Ease-Html-ImgTag.html" + }, { + "fqsen": "\\Ease\\Html\\ImgTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Html\u0020Obrazek.", + "url": "../classes/Ease-Html-ImgTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\ImgTag\u003A\u003AfileBase64src\u0028\u0029", + "name": "fileBase64src", + "summary": "Generate\u0020base64\u0020for\u0020img\u0020src\u0020from\u0020file", + "url": "../classes/Ease-Html-ImgTag.html#method_fileBase64src" + }, { + "fqsen": "\\Ease\\Html\\ImgTag\u003A\u003Abase64src\u0028\u0029", + "name": "base64src", + "summary": "Convert", + "url": "../classes/Ease-Html-ImgTag.html#method_base64src" + }, { + "fqsen": "\\Ease\\Html\\InputColorTag", + "name": "InputColorTag", + "summary": "HTML5\u0020color\u0020input\u0020tag.", + "url": "../classes/Ease-Html-InputColorTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputColorTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "The\u0020\u003Cinput\u0020type\u003D\u0022color\u0022\u003E\u0020is\u0020used\u0020for\u0020input\u0020fields\u0020that\u0020should\u0020contain\u0020a\u0020color.", + "url": "../classes/Ease-Html-InputColorTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputDateTag", + "name": "InputDateTag", + "summary": "HTML5\u0020date\u0020input\u0020tag.", + "url": "../classes/Ease-Html-InputDateTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputDateTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "The\u0020\u003Cinput\u0020type\u003D\u0022date\u0022\u003E\u0020is\u0020used\u0020for\u0020input\u0020fields\u0020that\u0020should\u0020contain\u0020a\u0020date.", + "url": "../classes/Ease-Html-InputDateTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputDateTimeLocalTag", + "name": "InputDateTimeLocalTag", + "summary": "HTML5\u0020input\u0020datetime\u002Dlocal\u0020tag.", + "url": "../classes/Ease-Html-InputDateTimeLocalTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputDateTimeLocalTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "The\u0020\u003Cinput\u0020type\u003D\u0022datetime\u002Dlocal\u0022\u003E\u0020is\u0020used\u0020for\u0020input\u0020fields\u0020that\u0020should\u0020contain\u0020a\ndate\u0020and\u0020time\u0020with\u0020no\u0020time\u0020zone.", + "url": "../classes/Ease-Html-InputDateTimeLocalTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputDateTimeTag", + "name": "InputDateTimeTag", + "summary": "HTML5\u0020datetime\u0020input\u0020tag.", + "url": "../classes/Ease-Html-InputDateTimeTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputDateTimeTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "The\u0020\u003Cinput\u0020type\u003D\u0022date\u0022\u003E\u0020is\u0020used\u0020for\u0020input\u0020fields\u0020that\u0020should\u0020contain\u0020a\u0020date\u0020and\u0020time.", + "url": "../classes/Ease-Html-InputDateTimeTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputEmailTag", + "name": "InputEmailTag", + "summary": "HTML5\u0020email\u0020input\u0020tag.", + "url": "../classes/Ease-Html-InputEmailTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputEmailTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "The\u0020\u003Cinput\u0020type\u003D\u0022email\u0022\u003E\u0020is\u0020used\u0020for\u0020input\u0020fields\u0020that\u0020should\u0020contain\u0020an\ne\u002Dmail\u0020address.", + "url": "../classes/Ease-Html-InputEmailTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputFileTag", + "name": "InputFileTag", + "summary": "Vstupn\u00ED\u0020prvek\u0020pro\u0020odesl\u00E1n\u00ED\u0020souboru.", + "url": "../classes/Ease-Html-InputFileTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputFileTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Vstupn\u00ED\u0020box\u0020pro\u0020volbu\u0020souboru.", + "url": "../classes/Ease-Html-InputFileTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputHiddenTag", + "name": "InputHiddenTag", + "summary": "Skryt\u00FD\u0020input.", + "url": "../classes/Ease-Html-InputHiddenTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputHiddenTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Skryt\u00FD\u0020input.", + "url": "../classes/Ease-Html-InputHiddenTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputMonthTag", + "name": "InputMonthTag", + "summary": "HTML5\u0020month\u0020input\u0020tag.", + "url": "../classes/Ease-Html-InputMonthTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputMonthTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "The\u0020\u003Cinput\u0020type\u003D\u0022month\u0022\u003E\u0020allows\u0020the\u0020user\u0020to\u0020select\u0020a\u0020month\u0020and\u0020year.", + "url": "../classes/Ease-Html-InputMonthTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputNumberTag", + "name": "InputNumberTag", + "summary": "Vstupn\u00ED\u0020pole\u0020\u010D\u00EDsla.", + "url": "../classes/Ease-Html-InputNumberTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputNumberTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "The\u0020\u003Cinput\u0020type\u003D\u0022number\u0022\u003E\u0020defines\u0020a\u0020numeric\u0020input\u0020field.", + "url": "../classes/Ease-Html-InputNumberTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputPasswordTag", + "name": "InputPasswordTag", + "summary": "Vstup\u0020pro\u0020zad\u00E1n\u00ED\u0020hesla.", + "url": "../classes/Ease-Html-InputPasswordTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputPasswordTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Password\u0020Input", + "url": "../classes/Ease-Html-InputPasswordTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputRadioTag", + "name": "InputRadioTag", + "summary": "Radio\u0020button.", + "url": "../classes/Ease-Html-InputRadioTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputRadioTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Radio\u0020button.", + "url": "../classes/Ease-Html-InputRadioTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputRadioTag\u003A\u003AsetValue\u0028\u0029", + "name": "setValue", + "summary": "Poprv\u00E9\u0020nastav\u00ED\u0020hodnotu\u0020checkboxu.\u0020Druh\u00E9\u0020vol\u00E1n\u00ED\u0020nastavuje\u0020p\u0159\u00EDznak\u0020checked,\npokud\u0020je\u0020hodnota\u0020stejn\u00E1\u0020jako\u0020ji\u017E\u0020nabit\u00E1", + "url": "../classes/Ease-Html-InputRadioTag.html#method_setValue" + }, { + "fqsen": "\\Ease\\Html\\InputRadioTag\u003A\u003A\u0024value", + "name": "value", + "summary": "Vracen\u00E1\u0020hodnota.", + "url": "../classes/Ease-Html-InputRadioTag.html#property_value" + }, { + "fqsen": "\\Ease\\Html\\InputRangeTag", + "name": "InputRangeTag", + "summary": "HTML5\u0020range\u0020input\u0020tag.", + "url": "../classes/Ease-Html-InputRangeTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputRangeTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "The\u0020\u0026lt\u003Binput\u0020type\u003D\u0022range\u0022\u0026gt\u003B\u0020defines\u0020a\u0020control\u0020for\u0020entering\u0020a\u0020number\u0020whose\u0020exact\u0020value\u0020is\u0020not\u0020important", + "url": "../classes/Ease-Html-InputRangeTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputSearchTag", + "name": "InputSearchTag", + "summary": "Show\u0020search\u0020input\u0020field\nZobraz\u00ED\u0020vyhled\u00E1vac\u00ED\u0020polo\u00ED\u010Dko.", + "url": "../classes/Ease-Html-InputSearchTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputSearchTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Zobraz\u00ED\u0020tag\u0020pro\u0020vyhled\u00E1vac\u00ED\u0020box.", + "url": "../classes/Ease-Html-InputSearchTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputSearchTag\u003A\u003A\u0024dataSourceURL", + "name": "dataSourceURL", + "summary": "URL\u0020zdroje\u0020dat\u0020pro\u0020hinter.", + "url": "../classes/Ease-Html-InputSearchTag.html#property_dataSourceURL" + }, { + "fqsen": "\\Ease\\Html\\InputSubmitTag", + "name": "InputSubmitTag", + "summary": "Odes\u00EDlac\u00ED\u0020tla\u010D\u00EDtko\u0020formul\u00E1\u0159e.", + "url": "../classes/Ease-Html-InputSubmitTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputSubmitTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Odes\u00EDlac\u00ED\u0020tla\u010D\u00EDtko\u0020formul\u00E1\u0159e.", + "url": "../classes/Ease-Html-InputSubmitTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputSubmitTag\u003A\u003AsetValue\u0028\u0029", + "name": "setValue", + "summary": "Maketa\u0020kuli\u0020popisku.", + "url": "../classes/Ease-Html-InputSubmitTag.html#method_setValue" + }, { + "fqsen": "\\Ease\\Html\\InputTag", + "name": "InputTag", + "summary": "Obecn\u00FD\u0020input\u0020TAG.", + "url": "../classes/Ease-Html-InputTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Obecn\u00FD\u0020input\u0020TAG.", + "url": "../classes/Ease-Html-InputTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputTag\u003A\u003AsetValue\u0028\u0029", + "name": "setValue", + "summary": "Nastav\u00ED\u0020hodnotu\u0020vstupn\u00EDho\u0020pol\u00ED\u010Dka.", + "url": "../classes/Ease-Html-InputTag.html#method_setValue" + }, { + "fqsen": "\\Ease\\Html\\InputTag\u003A\u003AgetValue\u0028\u0029", + "name": "getValue", + "summary": "Vrac\u00ED\u0020hodnotu\u0020vstupn\u00EDho\u0020pol\u00ED\u010Dka.", + "url": "../classes/Ease-Html-InputTag.html#method_getValue" + }, { + "fqsen": "\\Ease\\Html\\InputTag\u003A\u003A\u0024setName", + "name": "setName", + "summary": "Nastavovat\u0020automaticky\u0020jm\u00E9no\u0020tagu\u0020\u003F", + "url": "../classes/Ease-Html-InputTag.html#property_setName" + }, { + "fqsen": "\\Ease\\Html\\InputTelTag", + "name": "InputTelTag", + "summary": "HTML5\u0020tel\u0020input\u0020tag.", + "url": "../classes/Ease-Html-InputTelTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputTelTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "The\u0020\u003Cinput\u0020type\u003D\u0022tel\u0022\u003E\u0020is\u0020used\u0020for\u0020input\u0020fields\u0020that\u0020should\u0020contain\u0020a\ntelephone\u0020number.", + "url": "../classes/Ease-Html-InputTelTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputTextTag", + "name": "InputTextTag", + "summary": "Zobraz\u00ED\u0020input\u0020text\u0020tag.", + "url": "../classes/Ease-Html-InputTextTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputTextTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Zobraz\u00ED\u0020input\u0020text\u0020tag.", + "url": "../classes/Ease-Html-InputTextTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputTimeTag", + "name": "InputTimeTag", + "summary": "HTML5\u0020time\u0020input\u0020tag.", + "url": "../classes/Ease-Html-InputTimeTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputTimeTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "The\u0020\u003Cinput\u0020type\u003D\u0022time\u0022\u003E\u0020allows\u0020the\u0020user\u0020to\u0020select\u0020a\u0020time\u0020\u0028no\u0020time\u0020zone\u0029.", + "url": "../classes/Ease-Html-InputTimeTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputUrlTag", + "name": "InputUrlTag", + "summary": "HTML5\u0020url\u0020input\u0020tag.", + "url": "../classes/Ease-Html-InputUrlTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputUrlTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "The\u0020\u003Cinput\u0020type\u003D\u0022url\u0022\u003E\u0020is\u0020used\u0020for\u0020input\u0020fields\u0020that\u0020should\u0020contain\u0020a\nURL\u0020address.", + "url": "../classes/Ease-Html-InputUrlTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\InputWeekTag", + "name": "InputWeekTag", + "summary": "HTML5\u0020week\u0020input\u0020tag.", + "url": "../classes/Ease-Html-InputWeekTag.html" + }, { + "fqsen": "\\Ease\\Html\\InputWeekTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "The\u0020\u003Cinput\u0020type\u003D\u0022week\u0022\u003E\u0020allows\u0020the\u0020user\u0020to\u0020select\u0020a\u0020week\u0020and\u0020year.", + "url": "../classes/Ease-Html-InputWeekTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\JavaScript", + "name": "JavaScript", + "summary": "fragment\u0020skriptu\u0020ve\u0020str\u00E1nce.", + "url": "../classes/Ease-Html-JavaScript.html" + }, { + "fqsen": "\\Ease\\Html\\JavaScript\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "fragment\u0020javaskriptu\u0020ve\u0020str\u00E1nce.", + "url": "../classes/Ease-Html-JavaScript.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\KeygenTag", + "name": "KeygenTag", + "summary": "HTML5\u0020keygen\u0020tag.", + "url": "../classes/Ease-Html-KeygenTag.html" + }, { + "fqsen": "\\Ease\\Html\\KeygenTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020a\u0020key\u002Dpair\u0020generator\u0020field\u0020\u0028for\u0020forms\u0029", + "url": "../classes/Ease-Html-KeygenTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\LabelTag", + "name": "LabelTag", + "summary": "Tag\u0020Label\u0020pro\u0020LabeledInput.", + "url": "../classes/Ease-Html-LabelTag.html" + }, { + "fqsen": "\\Ease\\Html\\LabelTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Show\u0020tag\u0020label", + "url": "../classes/Ease-Html-LabelTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\LabelTag\u003A\u003AsetObjectName\u0028\u0029", + "name": "setObjectName", + "summary": "Set\u0020object\u0020name.", + "url": "../classes/Ease-Html-LabelTag.html#method_setObjectName" + }, { + "fqsen": "\\Ease\\Html\\LabelTag\u003A\u003A\u0024contents", + "name": "contents", + "summary": "Odkaz\u0020na\u0020obsah.", + "url": "../classes/Ease-Html-LabelTag.html#property_contents" + }, { + "fqsen": "\\Ease\\Html\\LiTag", + "name": "LiTag", + "summary": "HTML\u0020list\u0020item\u0020tag\u0020class.", + "url": "../classes/Ease-Html-LiTag.html" + }, { + "fqsen": "\\Ease\\Html\\LiTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Simple\u0020LI\u0020tag.", + "url": "../classes/Ease-Html-LiTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\MainTag", + "name": "MainTag", + "summary": "HTML5\u0020main\u0020tag.", + "url": "../classes/Ease-Html-MainTag.html" + }, { + "fqsen": "\\Ease\\Html\\MainTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020the\u0020main\u0020content\u0020of\u0020a\u0020document", + "url": "../classes/Ease-Html-MainTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\MarkTag", + "name": "MarkTag", + "summary": "HTML5\u0020mark\u0020tag.", + "url": "../classes/Ease-Html-MarkTag.html" + }, { + "fqsen": "\\Ease\\Html\\MarkTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020marked\/highlighted\u0020text", + "url": "../classes/Ease-Html-MarkTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\MenuItemTag", + "name": "MenuItemTag", + "summary": "HTML5\u0020menuitem\u0020tag.", + "url": "../classes/Ease-Html-MenuItemTag.html" + }, { + "fqsen": "\\Ease\\Html\\MenuItemTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020a\u0020command\/menu\u0020item\u0020that\u0020the\u0020user\u0020can\u0020invoke\u0020from\u0020a\u0020popup\u0020menu", + "url": "../classes/Ease-Html-MenuItemTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\MetaTag", + "name": "MetaTag", + "summary": "HTML\u0020meta\u0020tag.", + "url": "../classes/Ease-Html-MetaTag.html" + }, { + "fqsen": "\\Ease\\Html\\MetaTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Describe\u0020metadata\u0020within\u0020an\u0020HTML\u0020document", + "url": "../classes/Ease-Html-MetaTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\MeterTag", + "name": "MeterTag", + "summary": "HTML5\u0020meter\u0020tag.", + "url": "../classes/Ease-Html-MeterTag.html" + }, { + "fqsen": "\\Ease\\Html\\MeterTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020a\u0020scalar\u0020measurement\u0020within\u0020a\u0020known\u0020range\u0020\u0028a\u0020gauge\u0029", + "url": "../classes/Ease-Html-MeterTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\NavTag", + "name": "NavTag", + "summary": "HTML5\u0020nav\u0020tag.", + "url": "../classes/Ease-Html-NavTag.html" + }, { + "fqsen": "\\Ease\\Html\\NavTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020navigation\u0020links", + "url": "../classes/Ease-Html-NavTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\OlTag", + "name": "OlTag", + "summary": "HTML\u0020unsorted\u0020list.", + "url": "../classes/Ease-Html-OlTag.html" + }, { + "fqsen": "\\Ease\\Html\\OlTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Vytvori\u0020OL\u0020container.", + "url": "../classes/Ease-Html-OlTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\OptionTag", + "name": "OptionTag", + "summary": "Polo\u017Eka\u0020seznamu.", + "url": "../classes/Ease-Html-OptionTag.html" + }, { + "fqsen": "\\Ease\\Html\\OptionTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Tag\u0020polo\u017Eky\u0020rozbalovac\u00ED\u0020nab\u00EDdky.", + "url": "../classes/Ease-Html-OptionTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\OptionTag\u003A\u003AsetDefault\u0028\u0029", + "name": "setDefault", + "summary": "Nastav\u00ED\u0020p\u0159edvolenou\u0020polo\u017Eku.", + "url": "../classes/Ease-Html-OptionTag.html#method_setDefault" + }, { + "fqsen": "\\Ease\\Html\\OptionTag\u003A\u003AsetValue\u0028\u0029", + "name": "setValue", + "summary": "Nastav\u00ED\u0020hodnotu.", + "url": "../classes/Ease-Html-OptionTag.html#method_setValue" + }, { + "fqsen": "\\Ease\\Html\\OptionTag\u003A\u003AgetValue\u0028\u0029", + "name": "getValue", + "summary": "Value\u0020Getter.", + "url": "../classes/Ease-Html-OptionTag.html#method_getValue" + }, { + "fqsen": "\\Ease\\Html\\OptionTag\u003A\u003A\u0024value", + "name": "value", + "summary": "Hodnota.", + "url": "../classes/Ease-Html-OptionTag.html#property_value" + }, { + "fqsen": "\\Ease\\Html\\OutputTag", + "name": "OutputTag", + "summary": "HTML5\u0020output\u0020tag.", + "url": "../classes/Ease-Html-OutputTag.html" + }, { + "fqsen": "\\Ease\\Html\\OutputTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020the\u0020result\u0020of\u0020a\u0020calculation", + "url": "../classes/Ease-Html-OutputTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\PairTag", + "name": "PairTag", + "summary": "Obecn\u00FD\u0020p\u00E1rov\u00FD\u0020HTML\u0020tag.", + "url": "../classes/Ease-Html-PairTag.html" + }, { + "fqsen": "\\Ease\\Html\\PairTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Common\u0020pair\u0020tag.", + "url": "../classes/Ease-Html-PairTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\PairTag\u003A\u003Adraw\u0028\u0029", + "name": "draw", + "summary": "Render\u0020tag\u0020and\u0020its\u0020contents.", + "url": "../classes/Ease-Html-PairTag.html#method_draw" + }, { + "fqsen": "\\Ease\\Html\\PairTag\u003A\u003AtagBegin\u0028\u0029", + "name": "tagBegin", + "summary": "Show\u0020pair\u0020tag\u0020begin.", + "url": "../classes/Ease-Html-PairTag.html#method_tagBegin" + }, { + "fqsen": "\\Ease\\Html\\PairTag\u003A\u003AtagEnclousure\u0028\u0029", + "name": "tagEnclousure", + "summary": "Show\u0020pair\u0020tag\u0020ending.", + "url": "../classes/Ease-Html-PairTag.html#method_tagEnclousure" + }, { + "fqsen": "\\Ease\\Html\\PairTag\u003A\u003A\u0024trail", + "name": "trail", + "summary": "Character\u0020to\u0020close\u0020tag.", + "url": "../classes/Ease-Html-PairTag.html#property_trail" + }, { + "fqsen": "\\Ease\\Html\\ParamTag", + "name": "ParamTag", + "summary": "HtmlParam\u0020tag.", + "url": "../classes/Ease-Html-ParamTag.html" + }, { + "fqsen": "\\Ease\\Html\\ParamTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Paramm\u0020tag.", + "url": "../classes/Ease-Html-ParamTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\PreTag", + "name": "PreTag", + "summary": "Preform\u00E1tovan\u00FD\u0020text.", + "url": "../classes/Ease-Html-PreTag.html" + }, { + "fqsen": "\\Ease\\Html\\PreTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Preform\u00E1tovan\u00FD\u0020text.", + "url": "../classes/Ease-Html-PreTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\ProgressTag", + "name": "ProgressTag", + "summary": "HTML5\u0020progress\u0020tag.", + "url": "../classes/Ease-Html-ProgressTag.html" + }, { + "fqsen": "\\Ease\\Html\\ProgressTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Represents\u0020the\u0020progress\u0020of\u0020a\u0020task", + "url": "../classes/Ease-Html-ProgressTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\PTag", + "name": "PTag", + "summary": "HTML\u0020Paragraph\u0020class\u0020tag.", + "url": "../classes/Ease-Html-PTag.html" + }, { + "fqsen": "\\Ease\\Html\\PTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Odstavec.", + "url": "../classes/Ease-Html-PTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\RpTag", + "name": "RpTag", + "summary": "HTML5\u0020rp\u0020tag.", + "url": "../classes/Ease-Html-RpTag.html" + }, { + "fqsen": "\\Ease\\Html\\RpTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020what\u0020to\u0020show\u0020in\u0020browsers\u0020that\u0020do\u0020not\u0020support\u0020ruby\u0020annotations", + "url": "../classes/Ease-Html-RpTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\RtTag", + "name": "RtTag", + "summary": "HTML5\u0020rt\u0020tag.", + "url": "../classes/Ease-Html-RtTag.html" + }, { + "fqsen": "\\Ease\\Html\\RtTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020an\u0020explanation\/pronunciation\u0020of\u0020characters\u0020\u0028for\u0020East\u0020Asian\u0020typography\u0029", + "url": "../classes/Ease-Html-RtTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\RubyTag", + "name": "RubyTag", + "summary": "HTML5\u0020ruby\u0020tag.", + "url": "../classes/Ease-Html-RubyTag.html" + }, { + "fqsen": "\\Ease\\Html\\RubyTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020a\u0020ruby\u0020annotation\u0020\u0028for\u0020East\u0020Asian\u0020typography\u0029", + "url": "../classes/Ease-Html-RubyTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\ScriptTag", + "name": "ScriptTag", + "summary": "Skript\u0020ve\u0020str\u00E1nce.", + "url": "../classes/Ease-Html-ScriptTag.html" + }, { + "fqsen": "\\Ease\\Html\\ScriptTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Skript.", + "url": "../classes/Ease-Html-ScriptTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\SectionTag", + "name": "SectionTag", + "summary": "HTML5\u0020section\u0020tag.", + "url": "../classes/Ease-Html-SectionTag.html" + }, { + "fqsen": "\\Ease\\Html\\SectionTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020a\u0020section\u0020in\u0020a\u0020document", + "url": "../classes/Ease-Html-SectionTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\Select", + "name": "Select", + "summary": "Html\u0020Select.", + "url": "../classes/Ease-Html-Select.html" + }, { + "fqsen": "\\Ease\\Html\\SelectTag", + "name": "SelectTag", + "summary": "Html\u0020Select.", + "url": "../classes/Ease-Html-SelectTag.html" + }, { + "fqsen": "\\Ease\\Html\\SelectTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Html\u0020select\u0020box.", + "url": "../classes/Ease-Html-SelectTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\SelectTag\u003A\u003AaddItems\u0028\u0029", + "name": "addItems", + "summary": "Hromadn\u00E9\u0020vlo\u017Een\u00ED\u0020polo\u017Eek.", + "url": "../classes/Ease-Html-SelectTag.html#method_addItems" + }, { + "fqsen": "\\Ease\\Html\\SelectTag\u003A\u003AloadItems\u0028\u0029", + "name": "loadItems", + "summary": "Maketa\u0020na\u010Dten\u00ED\u0020polo\u017Eek.", + "url": "../classes/Ease-Html-SelectTag.html#method_loadItems" + }, { + "fqsen": "\\Ease\\Html\\SelectTag\u003A\u003AsetValue\u0028\u0029", + "name": "setValue", + "summary": "Nastaven\u00ED\u0020hodnoty.", + "url": "../classes/Ease-Html-SelectTag.html#method_setValue" + }, { + "fqsen": "\\Ease\\Html\\SelectTag\u003A\u003Afinalize\u0028\u0029", + "name": "finalize", + "summary": "Vlo\u017Eit\u0020na\u010Dten\u00E9\u0020polo\u017Eky.", + "url": "../classes/Ease-Html-SelectTag.html#method_finalize" + }, { + "fqsen": "\\Ease\\Html\\SelectTag\u003A\u003AdelItem\u0028\u0029", + "name": "delItem", + "summary": "Odstarn\u00ED\u0020polo\u017Eku\u0020z\u0020nab\u00EDdky.", + "url": "../classes/Ease-Html-SelectTag.html#method_delItem" + }, { + "fqsen": "\\Ease\\Html\\SelectTag\u003A\u003AdisableItem\u0028\u0029", + "name": "disableItem", + "summary": "Disable\u0020menu\u0020item", + "url": "../classes/Ease-Html-SelectTag.html#method_disableItem" + }, { + "fqsen": "\\Ease\\Html\\SelectTag\u003A\u003A\u0024defaultValue", + "name": "defaultValue", + "summary": "P\u0159edvolen\u00E9\u0020polo\u017Eka\u0020\u0023.", + "url": "../classes/Ease-Html-SelectTag.html#property_defaultValue" + }, { + "fqsen": "\\Ease\\Html\\SelectTag\u003A\u003A\u0024setName", + "name": "setName", + "summary": "Automaticky\u0020nastavovat\u0020n\u00E1zev\u0020elemnetu.", + "url": "../classes/Ease-Html-SelectTag.html#property_setName" + }, { + "fqsen": "\\Ease\\Html\\SelectTag\u003A\u003A\u0024items", + "name": "items", + "summary": "", + "url": "../classes/Ease-Html-SelectTag.html#property_items" + }, { + "fqsen": "\\Ease\\Html\\SimpleHeadTag", + "name": "SimpleHeadTag", + "summary": "Siple\u0020HTML\u0020head\u0020tag\u0020class.", + "url": "../classes/Ease-Html-SimpleHeadTag.html" + }, { + "fqsen": "\\Ease\\Html\\SimpleHeadTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "head\u0020tag\u0020with\u0020defined\u0020meta\u0020http\u002Dequiv\u0020content\u0020type.", + "url": "../classes/Ease-Html-SimpleHeadTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\SimpleHeadTag\u003A\u003A\u0024contentType", + "name": "contentType", + "summary": "Content\u0020type\u0020of\u0020webpage.", + "url": "../classes/Ease-Html-SimpleHeadTag.html#property_contentType" + }, { + "fqsen": "\\Ease\\Html\\SimpleHeadTag\u003A\u003A\u0024charSet", + "name": "charSet", + "summary": "Content\u0020Charset\nZnakov\u00E1\u0020sada\u0020obsahu.", + "url": "../classes/Ease-Html-SimpleHeadTag.html#property_charSet" + }, { + "fqsen": "\\Ease\\Html\\SmallTag", + "name": "SmallTag", + "summary": "HTML\u0020major\u0020heading\u0020tag.", + "url": "../classes/Ease-Html-SmallTag.html" + }, { + "fqsen": "\\Ease\\Html\\SmallTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Tag\u0020pro\u0020male\u0020p\u00EDsmo.", + "url": "../classes/Ease-Html-SmallTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\SourceTag", + "name": "SourceTag", + "summary": "HTML5\u0020source\u0020tag.", + "url": "../classes/Ease-Html-SourceTag.html" + }, { + "fqsen": "\\Ease\\Html\\SourceTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020multiple\u0020media\u0020resources\u0020for\u0020media\u0020elements\u0020\u0028\u003Cvideo\u003E\u0020and\u0020\u003Caudio\u003E\u0029", + "url": "../classes/Ease-Html-SourceTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\Span", + "name": "Span", + "summary": "HTML\u0020span\u0020tag.", + "url": "../classes/Ease-Html-Span.html" + }, { + "fqsen": "\\Ease\\Html\\Span\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "\u003Cspan\u003E\u0020tag.", + "url": "../classes/Ease-Html-Span.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\SpanTag", + "name": "SpanTag", + "summary": "HTML\u0020span\u0020tag.", + "url": "../classes/Ease-Html-SpanTag.html" + }, { + "fqsen": "\\Ease\\Html\\SpanTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "\u003Cspan\u003E\u0020tag.", + "url": "../classes/Ease-Html-SpanTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\StrongTag", + "name": "StrongTag", + "summary": "HTML\u0020major\u0020heading\u0020tag.", + "url": "../classes/Ease-Html-StrongTag.html" + }, { + "fqsen": "\\Ease\\Html\\StrongTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Tag\u0020pro\u0020tu\u010Dn\u00E9\u0020p\u00EDsmo.", + "url": "../classes/Ease-Html-StrongTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\SubmitButton", + "name": "SubmitButton", + "summary": "Send\u0020button\nOdes\u00EDlac\u00ED\u0020tla\u010D\u00EDtko.", + "url": "../classes/Ease-Html-SubmitButton.html" + }, { + "fqsen": "\\Ease\\Html\\SubmitButton\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Odes\u00EDlac\u00ED\u0020tla\u010D\u00EDtko\n\u003Cinput\u0020type\u003D\u0022submit\u0022\u0020name\u003D\u0022\u0024label\u0022\u0020value\u003D\u0022\u0024value\u0022\u0020title\u003D\u0022\u0024Hint\u0022\u003E.", + "url": "../classes/Ease-Html-SubmitButton.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\SubmitButton\u003A\u003AsetValue\u0028\u0029", + "name": "setValue", + "summary": "Nastav\u00ED\u0020hodnotu.", + "url": "../classes/Ease-Html-SubmitButton.html#method_setValue" + }, { + "fqsen": "\\Ease\\Html\\SubmitButton\u003A\u003A\u0024label", + "name": "label", + "summary": "Popisek\u0020odes\u00EDlac\u00EDho\u0020tla\u010D\u00EDtka.", + "url": "../classes/Ease-Html-SubmitButton.html#property_label" + }, { + "fqsen": "\\Ease\\Html\\SummaryTag", + "name": "SummaryTag", + "summary": "HTML5\u0020summary\u0020tag.", + "url": "../classes/Ease-Html-SummaryTag.html" + }, { + "fqsen": "\\Ease\\Html\\SummaryTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020a\u0020visible\u0020heading\u0020for\u0020a\u0020\u003Cdetails\u003E\u0020element", + "url": "../classes/Ease-Html-SummaryTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\SvgTag", + "name": "SvgTag", + "summary": "HTML5\u0020svg\u0020tag.", + "url": "../classes/Ease-Html-SvgTag.html" + }, { + "fqsen": "\\Ease\\Html\\SvgTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Draw\u0020scalable\u0020vector\u0020graphics", + "url": "../classes/Ease-Html-SvgTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\TableTag", + "name": "TableTag", + "summary": "HTML\u0020table.", + "url": "../classes/Ease-Html-TableTag.html" + }, { + "fqsen": "\\Ease\\Html\\TableTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Html\u0020Table.", + "url": "../classes/Ease-Html-TableTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\TableTag\u003A\u003AsetHeader\u0028\u0029", + "name": "setHeader", + "summary": "", + "url": "../classes/Ease-Html-TableTag.html#method_setHeader" + }, { + "fqsen": "\\Ease\\Html\\TableTag\u003A\u003AaddRowColumns\u0028\u0029", + "name": "addRowColumns", + "summary": "Vlo\u017E\u00ED\u0020do\u0020tabulky\u0020obsah\u0020pole\u0020jako\u0020bu\u0148ky.", + "url": "../classes/Ease-Html-TableTag.html#method_addRowColumns" + }, { + "fqsen": "\\Ease\\Html\\TableTag\u003A\u003AaddRowHeaderColumns\u0028\u0029", + "name": "addRowHeaderColumns", + "summary": "Vlo\u017E\u00ED\u0020do\u0020tabulky\u0020obsah\u0020pole\u0020jako\u0020bu\u0148ky.", + "url": "../classes/Ease-Html-TableTag.html#method_addRowHeaderColumns" + }, { + "fqsen": "\\Ease\\Html\\TableTag\u003A\u003AaddRowFooterColumns\u0028\u0029", + "name": "addRowFooterColumns", + "summary": "Insert\u0020columns\u0020into\u0020table\u0020foot", + "url": "../classes/Ease-Html-TableTag.html#method_addRowFooterColumns" + }, { + "fqsen": "\\Ease\\Html\\TableTag\u003A\u003AisEmpty\u0028\u0029", + "name": "isEmpty", + "summary": "Is\u0020Table\u0020Empty\u0020\u003F", + "url": "../classes/Ease-Html-TableTag.html#method_isEmpty" + }, { + "fqsen": "\\Ease\\Html\\TableTag\u003A\u003AemptyContents\u0028\u0029", + "name": "emptyContents", + "summary": "Vypr\u00E1zn\u00ED\u0020obsah\u0020objektu.", + "url": "../classes/Ease-Html-TableTag.html#method_emptyContents" + }, { + "fqsen": "\\Ease\\Html\\TableTag\u003A\u003AgetContents\u0028\u0029", + "name": "getContents", + "summary": "Contentets", + "url": "../classes/Ease-Html-TableTag.html#method_getContents" + }, { + "fqsen": "\\Ease\\Html\\TableTag\u003A\u003AgetItemsCount\u0028\u0029", + "name": "getItemsCount", + "summary": "Vrac\u00ED\u0020po\u010Det\u0020vlo\u017Een\u00FDch\u0020polo\u017Eek.", + "url": "../classes/Ease-Html-TableTag.html#method_getItemsCount" + }, { + "fqsen": "\\Ease\\Html\\TableTag\u003A\u003Apopulate\u0028\u0029", + "name": "populate", + "summary": "Populate\u0020table\u0020with\u0020given\u0020data", + "url": "../classes/Ease-Html-TableTag.html#method_populate" + }, { + "fqsen": "\\Ease\\Html\\TableTag\u003A\u003Afinalize\u0028\u0029", + "name": "finalize", + "summary": "Remove\u0020empty\u0020tHead\u0020and\u0020tFoot", + "url": "../classes/Ease-Html-TableTag.html#method_finalize" + }, { + "fqsen": "\\Ease\\Html\\TableTag\u003A\u003A\u0024tHead", + "name": "tHead", + "summary": "Hlavi\u010Dka\u0020tabulky.", + "url": "../classes/Ease-Html-TableTag.html#property_tHead" + }, { + "fqsen": "\\Ease\\Html\\TableTag\u003A\u003A\u0024tBody", + "name": "tBody", + "summary": "Table\u0020Body", + "url": "../classes/Ease-Html-TableTag.html#property_tBody" + }, { + "fqsen": "\\Ease\\Html\\TableTag\u003A\u003A\u0024tFoot", + "name": "tFoot", + "summary": "Table\u0020Foot", + "url": "../classes/Ease-Html-TableTag.html#property_tFoot" + }, { + "fqsen": "\\Ease\\Html\\Tag", + "name": "Tag", + "summary": "Common\u0020HTML\u0020tag\u0020class.", + "url": "../classes/Ease-Html-Tag.html" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Objekt\u0020pro\u0020vykreslen\u00ED\u0020obecn\u00E9ho\u0020nep\u00E1rov\u00E9ho\u0020html\u0020tagu.", + "url": "../classes/Ease-Html-Tag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AsetObjectName\u0028\u0029", + "name": "setObjectName", + "summary": "Set\u0020ObjectName\nNastav\u00ED\u0020jm\u00E9no\u0020objektu.", + "url": "../classes/Ease-Html-Tag.html#method_setObjectName" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AsetTagName\u0028\u0029", + "name": "setTagName", + "summary": "Nastav\u00ED\u0020jm\u00E9no\u0020tagu.\u0020Unused\u0020.", + "url": "../classes/Ease-Html-Tag.html#method_setTagName" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AgetTagName\u0028\u0029", + "name": "getTagName", + "summary": "Returns\u0020name\u0020of\u0020tag.", + "url": "../classes/Ease-Html-Tag.html#method_getTagName" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AsetTagType\u0028\u0029", + "name": "setTagType", + "summary": "Nastav\u00ED\u0020typ\u0020tagu.", + "url": "../classes/Ease-Html-Tag.html#method_setTagType" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AgetTagType\u0028\u0029", + "name": "getTagType", + "summary": "Vrac\u00ED\u0020typ\u0020tagu.", + "url": "../classes/Ease-Html-Tag.html#method_getTagType" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AsetTagClass\u0028\u0029", + "name": "setTagClass", + "summary": "Nastav\u00ED\u0020classu\u0020tagu.", + "url": "../classes/Ease-Html-Tag.html#method_setTagClass" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AaddTagClass\u0028\u0029", + "name": "addTagClass", + "summary": "P\u0159id\u00E1\u0020classu\u0020tagu.", + "url": "../classes/Ease-Html-Tag.html#method_addTagClass" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AgetTagClass\u0028\u0029", + "name": "getTagClass", + "summary": "Vrac\u00ED\u0020css\u0020classu\u0020tagu.", + "url": "../classes/Ease-Html-Tag.html#method_getTagClass" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AsetTagID\u0028\u0029", + "name": "setTagID", + "summary": "Nastav\u00ED\u0020tagu\u0020zadane\u0020id,\u0020nebo\u0020vygenerovan\u00E9\u0020n\u00E1hodn\u00E9.", + "url": "../classes/Ease-Html-Tag.html#method_setTagID" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AgetTagID\u0028\u0029", + "name": "getTagID", + "summary": "Vrac\u00ED\u0020ID\u0020html\u0020tagu.", + "url": "../classes/Ease-Html-Tag.html#method_getTagID" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AsetTagProperty\u0028\u0029", + "name": "setTagProperty", + "summary": "Set\u0020Tag\u0020property\u0020to\u0020given\u0020value", + "url": "../classes/Ease-Html-Tag.html#method_setTagProperty" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AgetTagProperty\u0028\u0029", + "name": "getTagProperty", + "summary": "Returns\u0020property\u0020tag\u0020value.", + "url": "../classes/Ease-Html-Tag.html#method_getTagProperty" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AsetTagProperties\u0028\u0029", + "name": "setTagProperties", + "summary": "Nastav\u00ED\u0020paramatry\u0020tagu.", + "url": "../classes/Ease-Html-Tag.html#method_setTagProperties" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AtagPropertiesToString\u0028\u0029", + "name": "tagPropertiesToString", + "summary": "Vr\u00E1t\u00ED\u0020parametry\u0020tagu\u0020jako\u0020\u0159et\u011Bzec.", + "url": "../classes/Ease-Html-Tag.html#method_tagPropertiesToString" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AsetTagCss\u0028\u0029", + "name": "setTagCss", + "summary": "Nastav\u00ED\u0020paramatry\u0020Css.", + "url": "../classes/Ease-Html-Tag.html#method_setTagCss" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003AcssPropertiesToString\u0028\u0029", + "name": "cssPropertiesToString", + "summary": "Vr\u00E1t\u00ED\u0020parametry\u0020Cssu\u0020jako\u0020\u0159et\u011Bzec.", + "url": "../classes/Ease-Html-Tag.html#method_cssPropertiesToString" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003Afinalize\u0028\u0029", + "name": "finalize", + "summary": "Add\u0020Css\u0020to\u0020tag\u0020properties.", + "url": "../classes/Ease-Html-Tag.html#method_finalize" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003Adraw\u0028\u0029", + "name": "draw", + "summary": "Vykresl\u00ED\u0020tag.", + "url": "../classes/Ease-Html-Tag.html#method_draw" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003A\u0024tagName", + "name": "tagName", + "summary": "Jm\u00E9no\u0020tagu\u0020\u002D\u0020je\u0020pou\u017Eit\u0020i\u0020jako\u0020jm\u00E9no\u0020objektu.", + "url": "../classes/Ease-Html-Tag.html#property_tagName" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003A\u0024tagType", + "name": "tagType", + "summary": "Typ\u0020tagu\u0020\u002D\u0020nap\u0159\u0020A\u0020\u010Di\u0020STRONG.", + "url": "../classes/Ease-Html-Tag.html#property_tagType" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003A\u0024tagProperties", + "name": "tagProperties", + "summary": "Pole\u0020vlastnost\u00ED\u0020tagu.", + "url": "../classes/Ease-Html-Tag.html#property_tagProperties" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003A\u0024cssProperties", + "name": "cssProperties", + "summary": "pole\u0020ze\u0020kter\u00E9ho\u0020se\u0020rendruje\u0020obsah\u0020STYLE\u0020tagu.", + "url": "../classes/Ease-Html-Tag.html#property_cssProperties" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003A\u0024logType", + "name": "logType", + "summary": "Nelogovat\u0020ud\u00E1losti\u0020HTML\u0020objekt\u016F.", + "url": "../classes/Ease-Html-Tag.html#property_logType" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003A\u0024trail", + "name": "trail", + "summary": "Koncov\u00E9\u0020lom\u00EDtko\u0020pro\u0020xhtml.", + "url": "../classes/Ease-Html-Tag.html#property_trail" + }, { + "fqsen": "\\Ease\\Html\\Tag\u003A\u003A\u0024setName", + "name": "setName", + "summary": "M\u00E1\u0020si\u0020objekt\u0020automaticky\u0020plnit\u0020vlastnost\u0020name\u0020\u003F", + "url": "../classes/Ease-Html-Tag.html#property_setName" + }, { + "fqsen": "\\Ease\\Html\\Tbody", + "name": "Tbody", + "summary": "Obecn\u00FD\u0020p\u00E1rov\u00FD\u0020HTML\u0020tag.", + "url": "../classes/Ease-Html-Tbody.html" + }, { + "fqsen": "\\Ease\\Html\\Tbody\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "\u003Ctbody\u003E.", + "url": "../classes/Ease-Html-Tbody.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\TdTag", + "name": "TdTag", + "summary": "HTML\u0020Table\u0020cell\u0020class.", + "url": "../classes/Ease-Html-TdTag.html" + }, { + "fqsen": "\\Ease\\Html\\TdTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Bu\u0148ka\u0020tabulky.", + "url": "../classes/Ease-Html-TdTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\TextareaTag", + "name": "TextareaTag", + "summary": "Textov\u00E9\u0020pole.", + "url": "../classes/Ease-Html-TextareaTag.html" + }, { + "fqsen": "\\Ease\\Html\\TextareaTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Textarea.", + "url": "../classes/Ease-Html-TextareaTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\TextareaTag\u003A\u003AsetValue\u0028\u0029", + "name": "setValue", + "summary": "Nastav\u00ED\u0020obsah.", + "url": "../classes/Ease-Html-TextareaTag.html#method_setValue" + }, { + "fqsen": "\\Ease\\Html\\TextareaTag\u003A\u003A\u0024content", + "name": "content", + "summary": "Odkaz\u0020na\u0020obsah.", + "url": "../classes/Ease-Html-TextareaTag.html#property_content" + }, { + "fqsen": "\\Ease\\Html\\TextareaTag\u003A\u003A\u0024setName", + "name": "setName", + "summary": "", + "url": "../classes/Ease-Html-TextareaTag.html#property_setName" + }, { + "fqsen": "\\Ease\\Html\\Tfoot", + "name": "Tfoot", + "summary": "Obecn\u00FD\u0020p\u00E1rov\u00FD\u0020HTML\u0020tag.", + "url": "../classes/Ease-Html-Tfoot.html" + }, { + "fqsen": "\\Ease\\Html\\Tfoot\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "\u003Ctfoot\u003E.", + "url": "../classes/Ease-Html-Tfoot.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\Thead", + "name": "Thead", + "summary": "Obecn\u00FD\u0020p\u00E1rov\u00FD\u0020HTML\u0020tag.", + "url": "../classes/Ease-Html-Thead.html" + }, { + "fqsen": "\\Ease\\Html\\Thead\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "\u003Cthead\u003E.", + "url": "../classes/Ease-Html-Thead.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\ThTag", + "name": "ThTag", + "summary": "HTML\u0020Table\u0020Header\u0020cell\u0020class.", + "url": "../classes/Ease-Html-ThTag.html" + }, { + "fqsen": "\\Ease\\Html\\ThTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Bu\u0148ka\u0020s\u0020popiskem\u0020tabulky.", + "url": "../classes/Ease-Html-ThTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\TimeTag", + "name": "TimeTag", + "summary": "HTML5\u0020time\u0020tag.", + "url": "../classes/Ease-Html-TimeTag.html" + }, { + "fqsen": "\\Ease\\Html\\TimeTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020a\u0020date\/time", + "url": "../classes/Ease-Html-TimeTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\TitleTag", + "name": "TitleTag", + "summary": "HTML\u0020title\u0020class.", + "url": "../classes/Ease-Html-TitleTag.html" + }, { + "fqsen": "\\Ease\\Html\\TitleTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Title\u0020html\u0020tag.", + "url": "../classes/Ease-Html-TitleTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\TrackTag", + "name": "TrackTag", + "summary": "HTML5\u0020track\u0020tag.", + "url": "../classes/Ease-Html-TrackTag.html" + }, { + "fqsen": "\\Ease\\Html\\TrackTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020text\u0020tracks\u0020for\u0020media\u0020elements\u0020\u0028\u003Cvideo\u003E\u0020and\u0020\u003Caudio\u003E\u0029", + "url": "../classes/Ease-Html-TrackTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\TrTag", + "name": "TrTag", + "summary": "HTML\u0020Table\u0020row\u0020class.", + "url": "../classes/Ease-Html-TrTag.html" + }, { + "fqsen": "\\Ease\\Html\\TrTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "TR\u0020tag.", + "url": "../classes/Ease-Html-TrTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\UlTag", + "name": "UlTag", + "summary": "HTML\u0020unsorted\u0020list.", + "url": "../classes/Ease-Html-UlTag.html" + }, { + "fqsen": "\\Ease\\Html\\UlTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Vytvori\u0020UL\u0020container.", + "url": "../classes/Ease-Html-UlTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\UlTag\u003A\u003AaddItems\u0028\u0029", + "name": "addItems", + "summary": "Vlo\u017E\u00ED\u0020pole\u0020element\u016F.", + "url": "../classes/Ease-Html-UlTag.html#method_addItems" + }, { + "fqsen": "\\Ease\\Html\\UlTag\u003A\u003AaddItemSmart\u0028\u0029", + "name": "addItemSmart", + "summary": "Every\u0020item\u0020id\u0020added\u0020in\u0020LiTag\u0020envelope.", + "url": "../classes/Ease-Html-UlTag.html#method_addItemSmart" + }, { + "fqsen": "\\Ease\\Html\\VideoTag", + "name": "VideoTag", + "summary": "HTML5\u0020video\u0020tag.", + "url": "../classes/Ease-Html-VideoTag.html" + }, { + "fqsen": "\\Ease\\Html\\VideoTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020video\u0020or\u0020movie", + "url": "../classes/Ease-Html-VideoTag.html#method___construct" + }, { + "fqsen": "\\Ease\\Html\\WbrTag", + "name": "WbrTag", + "summary": "HTML5\u0020wbr\u0020tag.", + "url": "../classes/Ease-Html-WbrTag.html" + }, { + "fqsen": "\\Ease\\Html\\WbrTag\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Defines\u0020a\u0020possible\u0020line\u002Dbreak", + "url": "../classes/Ease-Html-WbrTag.html#method___construct" + }, { + "fqsen": "\\Ease\\HtmlMailer", + "name": "HtmlMailer", + "summary": "Build\u0020\u0026\u0020Send\u0020email\nSestav\u00ED\u0020a\u0020ode\u0161le\u0020mail.", + "url": "../classes/Ease-HtmlMailer.html" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Ease\u0020Mail\u0020\u002D\u0020sestav\u00ED\u0020a\u0020ode\u0161le.", + "url": "../classes/Ease-HtmlMailer.html#method___construct" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003AgetMailHeader\u0028\u0029", + "name": "getMailHeader", + "summary": "Vrac\u00ED\u0020obsah\u0020po\u0161tovn\u00ED\u0020hlavi\u010Dky.", + "url": "../classes/Ease-HtmlMailer.html#method_getMailHeader" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003AsetMailHeaders\u0028\u0029", + "name": "setMailHeaders", + "summary": "Nastav\u00ED\u0020hlavi\u010Dky\u0020mailu.", + "url": "../classes/Ease-HtmlMailer.html#method_setMailHeaders" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003AaddItem\u0028\u0029", + "name": "addItem", + "summary": "P\u0159id\u00E1\u0020polo\u017Eku\u0020do\u0020t\u011Bla\u0020mailu.", + "url": "../classes/Ease-HtmlMailer.html#method_addItem" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003AgetContents\u0028\u0029", + "name": "getContents", + "summary": "", + "url": "../classes/Ease-HtmlMailer.html#method_getContents" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003AgetItemsCount\u0028\u0029", + "name": "getItemsCount", + "summary": "Obtain\u0020item\u0020count", + "url": "../classes/Ease-HtmlMailer.html#method_getItemsCount" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003AisEmpty\u0028\u0029", + "name": "isEmpty", + "summary": "Is\u0020object\u0020empty\u0020\u003F", + "url": "../classes/Ease-HtmlMailer.html#method_isEmpty" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003AemptyContents\u0028\u0029", + "name": "emptyContents", + "summary": "Vypr\u00E1zn\u00ED\u0020obsah\u0020objektu.", + "url": "../classes/Ease-HtmlMailer.html#method_emptyContents" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003AaddFile\u0028\u0029", + "name": "addFile", + "summary": "P\u0159ipoj\u00ED\u0020k\u0020mailu\u0020p\u0159\u00EDlohu\u0020ze\u0020souboru.", + "url": "../classes/Ease-HtmlMailer.html#method_addFile" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003Afinalize\u0028\u0029", + "name": "finalize", + "summary": "Sestaven\u00ED\u0020t\u011Bla\u0020mailu.", + "url": "../classes/Ease-HtmlMailer.html#method_finalize" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003Adraw\u0028\u0029", + "name": "draw", + "summary": "Do\u0020not\u0020draw\u0020mail\u0020included\u0020in\u0020page", + "url": "../classes/Ease-HtmlMailer.html#method_draw" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003Asend\u0028\u0029", + "name": "send", + "summary": "Send\u0020mail.", + "url": "../classes/Ease-HtmlMailer.html#method_send" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003AsetUserNotification\u0028\u0029", + "name": "setUserNotification", + "summary": "Nastav\u00ED\u0020n\u00E1v\u011B\u0161t\u00ED\u0020u\u017Eivatelsk\u00E9\u0020notifikace.", + "url": "../classes/Ease-HtmlMailer.html#method_setUserNotification" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003AaddNextTo\u0028\u0029", + "name": "addNextTo", + "summary": "Vlo\u017E\u00ED\u0020dal\u0161\u00ED\u0020element\u0020za\u0020st\u00E1vaj\u00EDc\u00ED.", + "url": "../classes/Ease-HtmlMailer.html#method_addNextTo" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024mailer", + "name": "mailer", + "summary": "Objekt\u0020pro\u0020odes\u00EDl\u00E1n\u00ED\u0020po\u0161ty.", + "url": "../classes/Ease-HtmlMailer.html#property_mailer" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024mimer", + "name": "mimer", + "summary": "", + "url": "../classes/Ease-HtmlMailer.html#property_mimer" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024textBody", + "name": "textBody", + "summary": "", + "url": "../classes/Ease-HtmlMailer.html#property_textBody" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024mailHeaders", + "name": "mailHeaders", + "summary": "", + "url": "../classes/Ease-HtmlMailer.html#property_mailHeaders" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024mailHeadersDone", + "name": "mailHeadersDone", + "summary": "", + "url": "../classes/Ease-HtmlMailer.html#property_mailHeadersDone" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024crLf", + "name": "crLf", + "summary": "", + "url": "../classes/Ease-HtmlMailer.html#property_crLf" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024mailBody", + "name": "mailBody", + "summary": "", + "url": "../classes/Ease-HtmlMailer.html#property_mailBody" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024finalized", + "name": "finalized", + "summary": "", + "url": "../classes/Ease-HtmlMailer.html#property_finalized" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024htmlBodyRendered", + "name": "htmlBodyRendered", + "summary": "Ji\u017E\u0020vzrendrovan\u00E9\u0020HTML.", + "url": "../classes/Ease-HtmlMailer.html#property_htmlBodyRendered" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024emailAddress", + "name": "emailAddress", + "summary": "Adresa\u0020odesilatele\u0020zpr\u00E1vy.", + "url": "../classes/Ease-HtmlMailer.html#property_emailAddress" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024emailSubject", + "name": "emailSubject", + "summary": "", + "url": "../classes/Ease-HtmlMailer.html#property_emailSubject" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024fromEmailAddress", + "name": "fromEmailAddress", + "summary": "Emailov\u00E1\u0020adresa\u0020odesilatele.", + "url": "../classes/Ease-HtmlMailer.html#property_fromEmailAddress" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024notify", + "name": "notify", + "summary": "Zobrazovat\u0020u\u017Eivateli\u0020informaci\u0020o\u0020odesl\u00E1n\u00ED\u0020zpr\u00E1vy\u0020\u003F", + "url": "../classes/Ease-HtmlMailer.html#property_notify" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024sendResult", + "name": "sendResult", + "summary": "Byla\u0020ji\u017E\u0020zpr\u00E1va\u0020odesl\u00E1na\u0020\u003F", + "url": "../classes/Ease-HtmlMailer.html#property_sendResult" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024htmlDocument", + "name": "htmlDocument", + "summary": "Objekt\u0020str\u00E1nky\u0020pro\u0020rendrov\u00E1n\u00ED\u0020do\u0020mailu.", + "url": "../classes/Ease-HtmlMailer.html#property_htmlDocument" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024htmlHead", + "name": "htmlHead", + "summary": "", + "url": "../classes/Ease-HtmlMailer.html#property_htmlHead" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024htmlBody", + "name": "htmlBody", + "summary": "Ukazatel\u0020na\u0020BODY\u0020html\u0020dokumentu.", + "url": "../classes/Ease-HtmlMailer.html#property_htmlBody" + }, { + "fqsen": "\\Ease\\HtmlMailer\u003A\u003A\u0024parameters", + "name": "parameters", + "summary": "Parametry\u0020odchoz\u00ED\u0020po\u0161ty.", + "url": "../classes/Ease-HtmlMailer.html#property_parameters" + }, { + "fqsen": "\\Ease\\Part", + "name": "Part", + "summary": "jQuery\u0020common\u0020class.", + "url": "../classes/Ease-Part.html" + }, { + "fqsen": "\\Ease\\Part\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "", + "url": "../classes/Ease-Part.html#method___construct" + }, { + "fqsen": "\\Ease\\Part\u003A\u003AsetPartName\u0028\u0029", + "name": "setPartName", + "summary": "Set\u0020part\u0020name\u0020\u002D\u0020mainly\u0020div\u0020id.", + "url": "../classes/Ease-Part.html#method_setPartName" + }, { + "fqsen": "\\Ease\\Part\u003A\u003AonDocumentReady\u0028\u0029", + "name": "onDocumentReady", + "summary": "Returns\u0020OnDocumentReady\u0028\u0029\u0020JS\u0020code.", + "url": "../classes/Ease-Part.html#method_onDocumentReady" + }, { + "fqsen": "\\Ease\\Part\u003A\u003Afinalize\u0028\u0029", + "name": "finalize", + "summary": "Add\u0020Js\/Css\u0020into\u0020page.", + "url": "../classes/Ease-Part.html#method_finalize" + }, { + "fqsen": "\\Ease\\Part\u003A\u003AjQueryze\u0028\u0029", + "name": "jQueryze", + "summary": "Opat\u0159\u00ED\u0020objekt\u0020v\u0161\u00EDm\u0020pot\u0159ebn\u00FDm\u0020pro\u0020funkci\u0020jQuery.", + "url": "../classes/Ease-Part.html#method_jQueryze" + }, { + "fqsen": "\\Ease\\Part\u003A\u003AsetPartProperties\u0028\u0029", + "name": "setPartProperties", + "summary": "Nastav\u00ED\u0020paramatry\u0020tagu.", + "url": "../classes/Ease-Part.html#method_setPartProperties" + }, { + "fqsen": "\\Ease\\Part\u003A\u003AgetPartPropertiesToString\u0028\u0029", + "name": "getPartPropertiesToString", + "summary": "Vyrendruje\u0020aktu\u00E1ln\u00ED\u0020parametry\u0020\u010D\u00E1sti\u0020jako\u0020parametry\u0020pro\u0020jQuery.", + "url": "../classes/Ease-Part.html#method_getPartPropertiesToString" + }, { + "fqsen": "\\Ease\\Part\u003A\u003ApartPropertiesToString\u0028\u0029", + "name": "partPropertiesToString", + "summary": "vyrendruje\u0020pole\u0020parametr\u016F\u0020jako\u0020\u0159et\u011Bzec\u0020v\u0020syntaxi\u0020javascriptu.", + "url": "../classes/Ease-Part.html#method_partPropertiesToString" + }, { + "fqsen": "\\Ease\\Part\u003A\u003A\u0024partName", + "name": "partName", + "summary": "Partname\/Tag\u0020ID.", + "url": "../classes/Ease-Part.html#property_partName" + }, { + "fqsen": "\\Ease\\Part\u003A\u003A\u0024useMinimizedJS", + "name": "useMinimizedJS", + "summary": "Use\u0020minimized\u0020version\u0020of\u0020scripts\u0020\u003F", + "url": "../classes/Ease-Part.html#property_useMinimizedJS" + }, { + "fqsen": "\\Ease\\Part\u003A\u003A\u0024partProperties", + "name": "partProperties", + "summary": "Array\u0020of\u0020Part\u0020properties.", + "url": "../classes/Ease-Part.html#property_partProperties" + }, { + "fqsen": "\\Ease\\WebPage", + "name": "WebPage", + "summary": "Common\u0020Web\u0020Page\u0020class", + "url": "../classes/Ease-WebPage.html" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003A__construct\u0028\u0029", + "name": "__construct", + "summary": "Content\u0020to\u0020place\u0020inside\u0020of\u0020body", + "url": "../classes/Ease-WebPage.html#method___construct" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AgetPageTitle\u0028\u0029", + "name": "getPageTitle", + "summary": "", + "url": "../classes/Ease-WebPage.html#method_getPageTitle" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AsetTagID\u0028\u0029", + "name": "setTagID", + "summary": "Set\u0020ID\u0020for\u0020page\u0020body", + "url": "../classes/Ease-WebPage.html#method_setTagID" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AgetTagID\u0028\u0029", + "name": "getTagID", + "summary": "Get\u0020ID\u0020for\u0020page\u0020body", + "url": "../classes/Ease-WebPage.html#method_getTagID" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AgetContents\u0028\u0029", + "name": "getContents", + "summary": "Get\u0020body\u0020Contentets", + "url": "../classes/Ease-WebPage.html#method_getContents" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AaddItem\u0028\u0029", + "name": "addItem", + "summary": "Add\u0020item\u0020into\u0020page\u0020body", + "url": "../classes/Ease-WebPage.html#method_addItem" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AincludeJavaScript\u0028\u0029", + "name": "includeJavaScript", + "summary": "Includuje\u0020Javascript\u0020do\u0020str\u00E1nky.", + "url": "../classes/Ease-WebPage.html#method_includeJavaScript" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AaddJavaScript\u0028\u0029", + "name": "addJavaScript", + "summary": "Vlo\u017E\u00ED\u0020javascript\u0020do\u0020str\u00E1nky.", + "url": "../classes/Ease-WebPage.html#method_addJavaScript" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AaddToScriptsStack\u0028\u0029", + "name": "addToScriptsStack", + "summary": "Vlo\u017E\u00ED\u0020javascript\u0020do\u0020zasobniku\u0020skriptu\u0020str\u00E1nky.", + "url": "../classes/Ease-WebPage.html#method_addToScriptsStack" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AaddCSS\u0028\u0029", + "name": "addCSS", + "summary": "Add\u0020another\u0020CSS\u0020definition\u0020to\u0020stack.", + "url": "../classes/Ease-WebPage.html#method_addCSS" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AincludeCss\u0028\u0029", + "name": "includeCss", + "summary": "Vlo\u017E\u00ED\u0020do\u0020str\u00E1nky\u0020odkaz\u0020na\u0020CSS\u0020definici.", + "url": "../classes/Ease-WebPage.html#method_includeCss" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AgetStatusMessagesBlock\u0028\u0029", + "name": "getStatusMessagesBlock", + "summary": "Use\u0020this\u0020to\u0020show\u0020status\u0020messages\u0020on\u0020page", + "url": "../classes/Ease-WebPage.html#method_getStatusMessagesBlock" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003Adraw\u0028\u0029", + "name": "draw", + "summary": "Provede\u0020vykreslen\u00ED\u0020obsahu\u0020objektu.", + "url": "../classes/Ease-WebPage.html#method_draw" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AfinalizeRegistred\u0028\u0029", + "name": "finalizeRegistred", + "summary": "Provede\u0020finalizaci\u0020v\u0161ech\u0020registrovan\u00FDch\u0020objekt\u016F.", + "url": "../classes/Ease-WebPage.html#method_finalizeRegistred" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AsetPageTitle\u0028\u0029", + "name": "setPageTitle", + "summary": "Nastav\u00ED\u0020titul\u0020webov\u00E9\u0020st\u00E1nky.", + "url": "../classes/Ease-WebPage.html#method_setPageTitle" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AgetItemsCount\u0028\u0029", + "name": "getItemsCount", + "summary": "Vrac\u00ED\u0020po\u010Det\u0020vlo\u017Een\u00FDch\u0020polo\u017Eek.", + "url": "../classes/Ease-WebPage.html#method_getItemsCount" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AgetFirstPart\u0028\u0029", + "name": "getFirstPart", + "summary": "Vrac\u00ED\u0020prvn\u00ED\u0020vlo\u017Eenou\u0020polo\u017Eku.", + "url": "../classes/Ease-WebPage.html#method_getFirstPart" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AisEmpty\u0028\u0029", + "name": "isEmpty", + "summary": "Je\u0020element\u0020pr\u00E1zdn\u00FD\u0020\u003F\nIs\u0020body\u0020element\u0020empty\u0020\u003F", + "url": "../classes/Ease-WebPage.html#method_isEmpty" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AaddAsFirst\u0028\u0029", + "name": "addAsFirst", + "summary": "Vlo\u017E\u00ED\u0020jako\u0020prvn\u00ED\u0020element\u0020do\u0020objektu.", + "url": "../classes/Ease-WebPage.html#method_addAsFirst" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AlastItem\u0028\u0029", + "name": "lastItem", + "summary": "Vrac\u00ED\u0020odkaz\u0020na\u0020posledn\u00ED\u0020vlo\u017Eenou\u0020polo\u017Eku.", + "url": "../classes/Ease-WebPage.html#method_lastItem" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AaddToLastItem\u0028\u0029", + "name": "addToLastItem", + "summary": "P\u0159id\u00E1\u0020polo\u017Eku\u0020do\u0020posledn\u00ED\u0020vlo\u017Een\u00E9\u0020polo\u017Eky.", + "url": "../classes/Ease-WebPage.html#method_addToLastItem" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003AemptyContents\u0028\u0029", + "name": "emptyContents", + "summary": "Vypr\u00E1zn\u00ED\u0020obsah\u0020webstr\u00E1nky\nEmpty\u0020webpage\u0020contents", + "url": "../classes/Ease-WebPage.html#method_emptyContents" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003Asingleton\u0028\u0029", + "name": "singleton", + "summary": "", + "url": "../classes/Ease-WebPage.html#method_singleton" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003A\u0024instance", + "name": "instance", + "summary": "Saves\u0020obejct\u0020instace\u0020\u0028singleton...\u0029.", + "url": "../classes/Ease-WebPage.html#property_instance" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003A\u0024jqueryJavaScript", + "name": "jqueryJavaScript", + "summary": "Where\u0020to\u0020look\u0020for\u0020jquery\u0020script", + "url": "../classes/Ease-WebPage.html#property_jqueryJavaScript" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003A\u0024javaScripts", + "name": "javaScripts", + "summary": "JavaScripts\u0020to\u0020be\u0020in\u0020page", + "url": "../classes/Ease-WebPage.html#property_javaScripts" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003A\u0024cascadeStyles", + "name": "cascadeStyles", + "summary": "Pole\u0020CSS\u0020k\u0020vykreslen\u00ED.", + "url": "../classes/Ease-WebPage.html#property_cascadeStyles" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003A\u0024pageTitle", + "name": "pageTitle", + "summary": "Nadpis\u0020str\u00E1nky.", + "url": "../classes/Ease-WebPage.html#property_pageTitle" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003A\u0024head", + "name": "head", + "summary": "head\u0020str\u00E1nky.", + "url": "../classes/Ease-WebPage.html#property_head" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003A\u0024body", + "name": "body", + "summary": "Objekt\u0020samotn\u00E9ho\u0020t\u011Bla\u0020str\u00E1nky.", + "url": "../classes/Ease-WebPage.html#property_body" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003A\u0024myTable", + "name": "myTable", + "summary": "Nep\u0159ipojovat\u0020se\u0020DB.", + "url": "../classes/Ease-WebPage.html#property_myTable" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003A\u0024jsPrefix", + "name": "jsPrefix", + "summary": "V\u00FDchoz\u00ED\u0020um\u00EDst\u011Bn\u00ED\u0020javascript\u016F\u0020v\u0020Debianu.", + "url": "../classes/Ease-WebPage.html#property_jsPrefix" + }, { + "fqsen": "\\Ease\\WebPage\u003A\u003A\u0024cssPrefix", + "name": "cssPrefix", + "summary": "Default\u0020CSS\u0020locaton\u0020on\u0020debian.", + "url": "../classes/Ease-WebPage.html#property_cssPrefix" + }, { + "fqsen": "\\", + "name": "\\", + "summary": "", + "url": "../namespaces/default.html" + }, { + "fqsen": "\\Ease", + "name": "Ease", + "summary": "", + "url": "../namespaces/ease.html" + }, { + "fqsen": "\\Ease\\Html", + "name": "Html", + "summary": "", + "url": "../namespaces/ease-html.html" + } ] +); diff --git a/docs/namespaces/default.html b/docs/namespaces/default.html new file mode 100644 index 0000000..584e2cf --- /dev/null +++ b/docs/namespaces/default.html @@ -0,0 +1,101 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

API Documentation

+ + +

+ Namespaces + +

+ +
+
Ease
+
+ + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/namespaces/ease-html.html b/docs/namespaces/ease-html.html new file mode 100644 index 0000000..5d848ae --- /dev/null +++ b/docs/namespaces/ease-html.html @@ -0,0 +1,315 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

Html

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+ +
AddressTag
+
Html element pro adresu.
+
ArticleTag
+
HTML5 Article tag.
+
AsideTag
+
HTML5 Aside tag.
+
ATag
+
HTML hyperling class.
+
AudioTag
+
HTML5 Article tag.
+
BdiTag
+
HTML5 BDI tag.
+
BodyTag
+
Třída pro tělo HTML stránky.
+
ButtonTag
+
Html element pro tlačítko.
+
CanvasTag
+
HTML5 canvas tag.
+
CheckboxTag
+
Zobrazí tag pro chcekbox.
+
Comment
+
Description of Comment
+
DatalistTag
+
HTML5 datalist tag.
+
DdTag
+
Obsah definice.
+
DetailsTag
+
HTML5 Details tag.
+
DialogTag
+
HTML5 Dialog tag.
+
DivTag
+
HTML Div tag.
+
DlTag
+
Definiční list.
+
DtTag
+
Pojem definice.
+
EmbedTag
+
HTML5 embed tag.
+
EmTag
+
HTML em tag.
+
FieldSet
+
Html Fieldset.
+
FigCaptionTag
+
HTML5 figcaption tag.
+
FigureTag
+
HTML5 figure tag.
+
FooterTag
+
HTML5 footer tag.
+
Form
+
Obecný párový HTML tag.
+
H1Tag
+
HTML major heading tag.
+
H2Tag
+
HTML H2 tag.
+
H3Tag
+
HTML H3 tag.
+
H4Tag
+
HTML H4 tag.
+
H5Tag
+
HTML H5 tag.
+
HeaderTag
+
HTML5 header tag.
+
HeadTag
+
HTML webPage head class.
+
HrTag
+
Horizontal line tag.
+
HtmlTag
+
HTML top tag class.
+
IframeTag
+
iFrame element.
+
ImgTag
+
IMG tag class.
+
InputColorTag
+
HTML5 color input tag.
+
InputDateTag
+
HTML5 date input tag.
+
InputDateTimeLocalTag
+
HTML5 input datetime-local tag.
+
InputDateTimeTag
+
HTML5 datetime input tag.
+
InputEmailTag
+
HTML5 email input tag.
+
InputFileTag
+
Vstupní prvek pro odeslání souboru.
+
InputHiddenTag
+
Skrytý input.
+
InputMonthTag
+
HTML5 month input tag.
+
InputNumberTag
+
Vstupní pole čísla.
+
InputPasswordTag
+
Vstup pro zadání hesla.
+
InputRadioTag
+
Radio button.
+
InputRangeTag
+
HTML5 range input tag.
+
InputSearchTag
+
Show search input field +Zobrazí vyhledávací poloíčko.
+
InputSubmitTag
+
Odesílací tlačítko formuláře.
+
InputTag
+
Obecný input TAG.
+
InputTelTag
+
HTML5 tel input tag.
+
InputTextTag
+
Zobrazí input text tag.
+
InputTimeTag
+
HTML5 time input tag.
+
InputUrlTag
+
HTML5 url input tag.
+
InputWeekTag
+
HTML5 week input tag.
+
JavaScript
+
fragment skriptu ve stránce.
+
KeygenTag
+
HTML5 keygen tag.
+
LabelTag
+
Tag Label pro LabeledInput.
+
LiTag
+
HTML list item tag class.
+
MainTag
+
HTML5 main tag.
+
MarkTag
+
HTML5 mark tag.
+
MenuItemTag
+
HTML5 menuitem tag.
+
MetaTag
+
HTML meta tag.
+
MeterTag
+
HTML5 meter tag.
+
NavTag
+
HTML5 nav tag.
+
OlTag
+
HTML unsorted list.
+
OptionTag
+
Položka seznamu.
+
OutputTag
+
HTML5 output tag.
+
PairTag
+
Obecný párový HTML tag.
+
ParamTag
+
HtmlParam tag.
+
PreTag
+
Preformátovaný text.
+
ProgressTag
+
HTML5 progress tag.
+
PTag
+
HTML Paragraph class tag.
+
RpTag
+
HTML5 rp tag.
+
RtTag
+
HTML5 rt tag.
+
RubyTag
+
HTML5 ruby tag.
+
ScriptTag
+
Skript ve stránce.
+
SectionTag
+
HTML5 section tag.
+
Select
+
Html Select.
+
SelectTag
+
Html Select.
+
SimpleHeadTag
+
Siple HTML head tag class.
+
SmallTag
+
HTML major heading tag.
+
SourceTag
+
HTML5 source tag.
+
Span
+
HTML span tag.
+
SpanTag
+
HTML span tag.
+
StrongTag
+
HTML major heading tag.
+
SubmitButton
+
Send button +Odesílací tlačítko.
+
SummaryTag
+
HTML5 summary tag.
+
SvgTag
+
HTML5 svg tag.
+
TableTag
+
HTML table.
+
Tag
+
Common HTML tag class.
+
Tbody
+
Obecný párový HTML tag.
+
TdTag
+
HTML Table cell class.
+
TextareaTag
+
Textové pole.
+
Tfoot
+
Obecný párový HTML tag.
+
Thead
+
Obecný párový HTML tag.
+
ThTag
+
HTML Table Header cell class.
+
TimeTag
+
HTML5 time tag.
+
TitleTag
+
HTML title class.
+
TrackTag
+
HTML5 track tag.
+
TrTag
+
HTML Table row class.
+
UlTag
+
HTML unsorted list.
+
VideoTag
+
HTML5 video tag.
+
WbrTag
+
HTML5 wbr tag.
+ +
+ + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/namespaces/ease.html b/docs/namespaces/ease.html new file mode 100644 index 0000000..cc7933d --- /dev/null +++ b/docs/namespaces/ease.html @@ -0,0 +1,125 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Ease

+ + +

+ Namespaces + +

+ +
+
Html
+
+ +

+ Interfaces, Classes and Traits + +

+ +
+
Embedable
+
+ +
Container
+
+
Document
+
Objekt určený k "pojmutí" obsahu - sám nemá žádnou viditelnou část.
+
HtmlMailer
+
Build & Send email +Sestaví a odešle mail.
+
Part
+
jQuery common class.
+
WebPage
+
Common Web Page class
+ +
Glue
+
+
+ + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/packages/Default.html b/docs/packages/Default.html new file mode 100644 index 0000000..700c0b3 --- /dev/null +++ b/docs/packages/Default.html @@ -0,0 +1,329 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

Default

+ + + +

+ Interfaces, Classes and Traits + +

+ +
+
Embedable
+
+ +
Container
+
+
Document
+
Objekt určený k "pojmutí" obsahu - sám nemá žádnou viditelnou část.
+
AddressTag
+
Html element pro adresu.
+
ArticleTag
+
HTML5 Article tag.
+
AsideTag
+
HTML5 Aside tag.
+
ATag
+
HTML hyperling class.
+
AudioTag
+
HTML5 Article tag.
+
BdiTag
+
HTML5 BDI tag.
+
BodyTag
+
Třída pro tělo HTML stránky.
+
ButtonTag
+
Html element pro tlačítko.
+
CanvasTag
+
HTML5 canvas tag.
+
CheckboxTag
+
Zobrazí tag pro chcekbox.
+
Comment
+
Description of Comment
+
DatalistTag
+
HTML5 datalist tag.
+
DdTag
+
Obsah definice.
+
DetailsTag
+
HTML5 Details tag.
+
DialogTag
+
HTML5 Dialog tag.
+
DivTag
+
HTML Div tag.
+
DlTag
+
Definiční list.
+
DtTag
+
Pojem definice.
+
EmbedTag
+
HTML5 embed tag.
+
EmTag
+
HTML em tag.
+
FieldSet
+
Html Fieldset.
+
FigCaptionTag
+
HTML5 figcaption tag.
+
FigureTag
+
HTML5 figure tag.
+
FooterTag
+
HTML5 footer tag.
+
Form
+
Obecný párový HTML tag.
+
H1Tag
+
HTML major heading tag.
+
H2Tag
+
HTML H2 tag.
+
H3Tag
+
HTML H3 tag.
+
H4Tag
+
HTML H4 tag.
+
H5Tag
+
HTML H5 tag.
+
HeaderTag
+
HTML5 header tag.
+
HeadTag
+
HTML webPage head class.
+
HrTag
+
Horizontal line tag.
+
HtmlTag
+
HTML top tag class.
+
IframeTag
+
iFrame element.
+
ImgTag
+
IMG tag class.
+
InputColorTag
+
HTML5 color input tag.
+
InputDateTag
+
HTML5 date input tag.
+
InputDateTimeLocalTag
+
HTML5 input datetime-local tag.
+
InputDateTimeTag
+
HTML5 datetime input tag.
+
InputEmailTag
+
HTML5 email input tag.
+
InputFileTag
+
Vstupní prvek pro odeslání souboru.
+
InputHiddenTag
+
Skrytý input.
+
InputMonthTag
+
HTML5 month input tag.
+
InputNumberTag
+
Vstupní pole čísla.
+
InputPasswordTag
+
Vstup pro zadání hesla.
+
InputRadioTag
+
Radio button.
+
InputRangeTag
+
HTML5 range input tag.
+
InputSearchTag
+
Show search input field +Zobrazí vyhledávací poloíčko.
+
InputSubmitTag
+
Odesílací tlačítko formuláře.
+
InputTag
+
Obecný input TAG.
+
InputTelTag
+
HTML5 tel input tag.
+
InputTextTag
+
Zobrazí input text tag.
+
InputTimeTag
+
HTML5 time input tag.
+
InputUrlTag
+
HTML5 url input tag.
+
InputWeekTag
+
HTML5 week input tag.
+
JavaScript
+
fragment skriptu ve stránce.
+
KeygenTag
+
HTML5 keygen tag.
+
LabelTag
+
Tag Label pro LabeledInput.
+
LiTag
+
HTML list item tag class.
+
MainTag
+
HTML5 main tag.
+
MarkTag
+
HTML5 mark tag.
+
MenuItemTag
+
HTML5 menuitem tag.
+
MetaTag
+
HTML meta tag.
+
MeterTag
+
HTML5 meter tag.
+
NavTag
+
HTML5 nav tag.
+
OlTag
+
HTML unsorted list.
+
OptionTag
+
Položka seznamu.
+
OutputTag
+
HTML5 output tag.
+
PairTag
+
Obecný párový HTML tag.
+
ParamTag
+
HtmlParam tag.
+
PreTag
+
Preformátovaný text.
+
ProgressTag
+
HTML5 progress tag.
+
PTag
+
HTML Paragraph class tag.
+
RpTag
+
HTML5 rp tag.
+
RtTag
+
HTML5 rt tag.
+
RubyTag
+
HTML5 ruby tag.
+
ScriptTag
+
Skript ve stránce.
+
SectionTag
+
HTML5 section tag.
+
Select
+
Html Select.
+
SelectTag
+
Html Select.
+
SimpleHeadTag
+
Siple HTML head tag class.
+
SmallTag
+
HTML major heading tag.
+
SourceTag
+
HTML5 source tag.
+
Span
+
HTML span tag.
+
SpanTag
+
HTML span tag.
+
StrongTag
+
HTML major heading tag.
+
SubmitButton
+
Send button +Odesílací tlačítko.
+
SummaryTag
+
HTML5 summary tag.
+
SvgTag
+
HTML5 svg tag.
+
TableTag
+
HTML table.
+
Tag
+
Common HTML tag class.
+
Tbody
+
Obecný párový HTML tag.
+
TdTag
+
HTML Table cell class.
+
TextareaTag
+
Textové pole.
+
Tfoot
+
Obecný párový HTML tag.
+
Thead
+
Obecný párový HTML tag.
+
ThTag
+
HTML Table Header cell class.
+
TimeTag
+
HTML5 time tag.
+
TitleTag
+
HTML title class.
+
TrackTag
+
HTML5 track tag.
+
TrTag
+
HTML Table row class.
+
UlTag
+
HTML unsorted list.
+
VideoTag
+
HTML5 video tag.
+
WbrTag
+
HTML5 wbr tag.
+
HtmlMailer
+
Build & Send email +Sestaví a odešle mail.
+
Part
+
jQuery common class.
+
WebPage
+
Common Web Page class
+ +
Glue
+
+
+ + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/packages/default.html b/docs/packages/default.html new file mode 100644 index 0000000..b735050 --- /dev/null +++ b/docs/packages/default.html @@ -0,0 +1,101 @@ + + + + + Vitex Software's Ease Html + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+
    +
+ +
+

API Documentation

+ +

+ Packages + +

+ +
+
Default
+
+ + + + + + + + +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/reports/deprecated.html b/docs/reports/deprecated.html new file mode 100644 index 0000000..24b416b --- /dev/null +++ b/docs/reports/deprecated.html @@ -0,0 +1,125 @@ + + + + + Vitex Software's Ease Html » Deprecated elements + + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

Deprecated

+ +

Table of Contents

+ + + + + + + +
src/Ease/Html/Select.php
src/Ease/Html/Span.php
+ + +

Select.php

+ + + + + + + + + + + +
LineElementReason
11Selectsince version 1.2
+ +

Span.php

+ + + + + + + + + + + +
LineElementReason
11Spansince version 1.4.1
+
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/reports/errors.html b/docs/reports/errors.html new file mode 100644 index 0000000..ea62f76 --- /dev/null +++ b/docs/reports/errors.html @@ -0,0 +1,114 @@ + + + + + Vitex Software's Ease Html » Compilation errors + + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

Errors

+ +

Table of Contents

+ + + + + +
src/Ease/HtmlMailer.php1
+ + + +

HtmlMailer.php

+ + + + + + + + + + + + + + + +
TypeLineDescription
ERROR0Tag "var" with body "@var" has error Expected a different value than "".
+
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + + diff --git a/docs/reports/markers.html b/docs/reports/markers.html new file mode 100644 index 0000000..875085c --- /dev/null +++ b/docs/reports/markers.html @@ -0,0 +1,91 @@ + + + + + Vitex Software's Ease Html » Markers + + + + + + + + + + + + + + + +
+

Vitex Software's Ease Html

+ +
+ +
+
+ + +
+ + +
+

Markers

+ +
+ No markers have been found in this project. +
+ +
+
+ +

Search results

+
    +
+
+
+
+ + +
+ + + +