Packages

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
      • Adapters
      • Extensions
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Diagnostics
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
      • PhpGenerator
  • NetteModule
  • none

Classes

  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Class NImageButton

Submittable image button form control.

NObject
Extended by NComponent implements IComponent
Extended by NFormControl implements IFormControl
Extended by NButton
Extended by NSubmitButton implements ISubmitterControl
Extended by NImageButton
Package: Nette\Forms\Controls
Author: David Grudl
Located at Forms/Controls/ImageButton.php
Methods summary
public
# __construct( string $src = NULL, string $alt = NULL )

Parameters

$src
string
URI of the image
$alt
string
alternate text for the image

Overrides

NSubmitButton::__construct()
public string
# getHtmlName( )

Returns HTML name of control.

Returns HTML name of control.

Returns

string

Overrides

NFormControl::getHtmlName()
public
# loadHttpData( )

Loads HTTP data.

Loads HTTP data.

Overrides

NFormControl::loadHttpData()
Methods inherited from NSubmitButton
click(), getValidationScope(), isSubmittedBy(), setValidationScope(), setValue()
Methods inherited from NButton
getControl(), getLabel()
Methods inherited from NFormControl
addCondition(), addConditionOn(), addError(), addRule(), attached(), cleanErrors(), exportRules(), getControlPrototype(), getErrors(), getForm(), getHtmlId(), getLabelPrototype(), getOption(), getOptions(), getRules(), getTranslator(), getValue(), hasErrors(), isDisabled(), isFilled(), isRequired(), setAttribute(), setDefaultValue(), setDisabled(), setHtmlId(), setOption(), setRequired(), setTranslator(), translate()
Methods inherited from NComponent
__clone(), __sleep(), __wakeup(), detached(), getName(), getParent(), lookup(), lookupPath(), monitor(), unmonitor(), validateParent()
Methods inherited from NObject
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Methods inherited from IComponent
setParent()
Constants inherited from IComponent
NAME_SEPARATOR
Properties inherited from NSubmitButton
$onClick, $onInvalidClick
Properties inherited from NFormControl
$caption, $control, $idMask, $label, $value
Magic properties inherited from NSubmitButton
$submittedBy, $validationScope
Magic properties inherited from NFormControl
$control, $controlPrototype, $defaultValue, $disabled, $errors, $filled, $form, $htmlId, $htmlName, $label, $labelPrototype, $options, $required, $rules, $translator, $value
Magic properties inherited from NComponent
$name, $parent
Magic properties inherited from NObject
$reflection
Nette Framework 2.0.18 (for PHP 5.2, prefixed) API documentation generated by ApiGen 2.8.0