Overview

Namespaces

  • MvcCore
    • Ext
      • Auth
        • Virtual
      • Debug
        • Tracy
      • Form
        • Core
        • Validators
      • Request
      • Router
        • Lang
      • View
        • Helpers
  • None

Classes

  • Button
  • Checkbox
  • CheckboxGroup
  • CountrySelect
  • Date
  • DateTime
  • Email
  • Hidden
  • NoType
  • Number
  • Password
  • RadioGroup
  • Range
  • ResetButton
  • ResetInput
  • Select
  • SubmitButton
  • SubmitInput
  • Text
  • Textarea
  • Time
  • Overview
  • Namespace
  • Class
  • Tree

Class SubmitButton

MvcCore\Ext\Form\Core\Field
Extended by MvcCore\Ext\Form\Button
Extended by MvcCore\Ext\Form\SubmitButton
Namespace: MvcCore\Ext\Form
Located at ext-form/src/MvcCore/Ext/Form/SubmitButton.php
Methods inherited from MvcCore\Ext\Form\Button
OnAdded(), RenderControl(), SetAccesskey(), SetUp(), __construct()
Methods inherited from MvcCore\Ext\Form\Core\Field
AddControlAttr(), AddCssClass(), AddError(), AddLabelAttr(), AddValidators(), GetValue(), Render(), RenderControlInsideLabel(), RenderErrors(), RenderLabel(), RenderLabelAndControl(), RenderNaturally(), RenderTemplate(), SetControlAttrs(), SetCss(), SetCssClasses(), SetDisabled(), SetJs(), SetJsClass(), SetLabel(), SetLabelAttrs(), SetLabelSide(), SetName(), SetReadonly(), SetRenderMode(), SetRequired(), SetTemplatePath(), SetTranslate(), SetType(), SetValidators(), SetValue(), __set(), renderAttrsWithFieldVars(), renderControlAttrsWithFieldVars(), renderLabelAttrsWithFieldVars()
Properties summary
public string $Type

Form control type, usually used in attr value, but unique type accross all form field types.

Form control type, usually used in attr value, but unique type accross all form field types.

# 'submit'
public string $Value

Form control value.

Form control value.

# 'Submit'
Properties inherited from MvcCore\Ext\Form\Button
$Accesskey, $RenderMode, $Templates
Properties inherited from MvcCore\Ext\Form\Core\Field
$ControlAttrs, $Css, $CssClasses, $Disabled, $Errors, $Form, $Id, $Js, $JsClass, $Label, $LabelAttrs, $LabelSide, $Name, $Readonly, $Required, $TemplatePath, $Translate, $Validators, $View, $declaredProtectedProperties
MvcCore API documentation generated by ApiGen