Hawk - PHP documentation
  • Namespace
  • Class
  • Tree

Namespaces

  • Hawk
    • View
      • Plugins

Classes

  • App
  • ButtonInput
  • Cache
  • CheckboxInput
  • ColorInput
  • Conf
  • Controller
  • Crypto
  • DatabaseSessionHandler
  • DatetimeInput
  • DB
  • DBExample
  • DeleteInput
  • Dialogbox
  • EmailInput
  • ErrorHandler
  • Event
  • FileInput
  • FileSystem
  • FloatInput
  • Form
  • FormFieldset
  • FormInput
  • GenericModel
  • GifImage
  • HawkApi
  • HawkUpdater
  • HiddenInput
  • HtmlInput
  • HTTPRequest
  • Icon
  • Image
  • IntegerInput
  • ItemList
  • ItemListField
  • JpegImage
  • Lang
  • Language
  • LeftSidebarTab
  • Less
  • Logger
  • Mail
  • MenuItem
  • Model
  • NoSidebarTab
  • NumberInput
  • ObjectInput
  • Option
  • Panel
  • PasswordInput
  • Permission
  • Plugin
  • PluginInstaller
  • PngImage
  • ProfileQuestion
  • ProfileQuestionValue
  • RadioInput
  • Request
  • Response
  • RightSidebarTab
  • Role
  • RolePermission
  • Route
  • Router
  • SelectInput
  • Session
  • Singleton
  • SubmitInput
  • Tabs
  • TextareaInput
  • TextInput
  • Theme
  • TimeInput
  • Upload
  • User
  • View
  • ViewPlugin
  • Widget
  • WysiwygInput

Traits

  • Utils

Exceptions

  • AppStopException
  • DBExampleException
  • DBException
  • FileSystemException
  • HawkApiException
  • ImageException
  • MailException
  • UploadException
  • ViewException

Class TextareaInput

This class describes the behavior of textareas

Hawk\FormInput uses Hawk\Utils
Extended by Hawk\TextareaInput

Direct known subclasses

Hawk\WysiwygInput

Namespace: Hawk
Package: Form\Input
Located at Form/TextareaInput.php

Methods summary

Methods inherited from Hawk\FormInput

__construct(), __toString(), check(), create(), dbvalue(), display(), getInstance(), setParam(), setValue()

Methods used from Hawk\Utils

debug(), getSerializedVersion(), map()

Constants summary

string TYPE
# 'textarea'

Constants inherited from Hawk\FormInput

INDEPENDANT

Properties summary

public integer $rows

The attribute 'rows'

The attribute 'rows'

# 15
public integer $cols

The attribute 'cols'

The attribute 'cols'

# 30

Properties inherited from Hawk\FormInput

$after, $attr, $attributes, $before, $beforeLabel, $class, $dataType, $disabled, $emptyValue, $errorAt, $field, $hidden, $id, $independant, $insert, $label, $labelClass, $labelStyle, $mask, $maxlength, $name, $nl, $notDisplayed, $pattern, $placeholder, $readonly, $required, $style, $title, $tpl, $unique, $validators, $value

Hawk - PHP documentation API documentation generated by ApiGen