Overview

Namespaces

  • Alvine
    • Application
      • Configuration
      • Console
        • Option
        • Terminal
          • VT100
      • Data
        • Generic
      • Resource
      • UI
      • Web
        • Model
          • Linkage
            • Relation
            • Structure
        • Presenter
          • Access
          • Data
          • Event
          • File
          • Page
            • Plugin
              • Authentication
              • Html
              • I18n
              • Navigation
              • UI
                • Wrapper
        • Route
          • Cache
          • Exception
          • Handler
        • View
          • Data
          • Definition
          • Intern
          • Json

Classes

  • Element
  • Form
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated

Class Form

Formularplugin

<plugin class="\Alvine\Application\Web\Presenter\Page\Plugin\UI\Form">
    <form method="post" accept-charset="utf-8" route="MY-ROUTE-ID" enctype="application/x-www-form-urlencoded">
        <inputgroup name="name" label="Name" value="Mustermann" />
        <inputgroup name="surname" label="Vorname" value="Hans" />
        <inputgroup name="job" label="Beruf" value="" />
        <buttongroup type="submit" name="submit">absenden</buttongroup>
    </form>
</plugin>
Alvine\Core\Alvine
Extended by Alvine\Application\Web\Presenter\Page\Plugin\AbstractPlugin implements Alvine\Application\Web\Presenter\Plugin
Extended by Alvine\Application\Web\Presenter\Page\Plugin\UI\Form
Namespace: Alvine\Application\Web\Presenter\Page\Plugin\UI
Package: Alvine\Application
Category: Alvine
License: Alvine Nutzungslizenz
Author: schukai GmbH info@schukai.de
Version: $Revision: 272 $
Since: 20160412
Link: alvine.io
Located at web/presenter/page/plugin/ui/Form.class.php
Methods summary
public static static
# getInstance( Alvine\Application\Presenter $presenter, Alvine\Xml\Node $node, Alvine\Types\Map\ParameterMap $parameter )

Neue Instanz

Neue Instanz

Parameters

$presenter
$node
$parameter

Returns

static

Throws

Alvine\Application\Web\RouteException
Alvine\Application\Web\Presenter\PluginNotFoundException
Methods inherited from Alvine\Application\Web\Presenter\Page\Plugin\AbstractPlugin
__construct(), __toString(), getReplacedPlaceholderValue()
Properties inherited from Alvine\Application\Web\Presenter\Page\Plugin\AbstractPlugin
$content
alvine.application API-Dokumentation 1.1.1 | © schukai GmbH | Impressum