xplo.re Medusa Core Framework 3.2
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Event
  • Todo
  • Download

Namespaces

  • Core
    • Authentication
      • Auto
        • Driver
      • Driver
    • Cache
      • Driver
    • Charset
      • Driver
    • Configuration
      • Driver
    • Controller
    • Converter
      • Driver
    • Decoder
      • Driver
    • Encoder
      • Driver
    • Env
      • Authentication
      • Locale
      • Proxy
      • Server
        • HTTP
        • Redirect
        • X
    • Exception
    • Exchange
      • Driver
    • Fault
      • Formatter
        • Driver
      • Incident
        • Exception
      • Reporter
        • Driver
    • Field
    • Filter
      • Driver
    • Formatter
      • Driver
        • coreuimarkup
          • Token
    • Hash
    • Loader
    • Locale
    • Log
      • Driver
    • Module
      • Dependency
        • Requirement
          • Core
          • PHP
      • Linkage
        • Driver
    • PDF
    • Plugin
    • Query
      • Driver
    • Server
      • Driver
    • Session
      • Driver
    • Set
    • Storage
      • Driver
      • Field
        • Element
    • Stream
      • Driver
    • String
    • Translation
      • Driver
      • Language
        • Driver
    • Type
    • URI
      • Driver
    • Version
    • View
      • Driver
        • coreui
          • Control
            • Button
            • Table
          • Element
        • htmlbuilder
          • Tags
        • yui
          • Modules
  • None
  • PHP

Classes

  • Navigate
  • Submit

Class Navigate

A navigation button mimics the looks of a button but is actually a link. They are used in navigation bars.

Core\Object implements Core\Chainable
Extended by Core\Set implements Core\Accessor
Extended by Core\View\Driver\coreui\Control implements Core\Configurable
Extended by Core\View\Driver\coreui\Control\Button
Extended by Core\View\Driver\coreui\Control\Button\Navigate
Namespace: Core\View\Driver\coreui\Control\Button
Package: CoreUI\Control
Since: 3.1
Requires: PHP 5.3
Version: 1.0
Located at View/Driver/coreui/Control/Button/Navigate.inc.php

Methods summary

public
# __construct( Core\View\Driver\coreui $proxy, array $options = null )

Parameters

$proxy
CoreUI proxy instance that created this element instance.
$options

Associative key-value array of options to set. Equals a call to the Core\View\Driver\coreui\Control::setOptions() method after constructing a new instance.

Since

3.1

Overrides

Core\View\Driver\coreui\Control\Button::__construct
public string
# __toString( )

Returns

string

Since

3.1

Overrides

Core\View\Driver\coreui\Control\Button::__toString
public
# setUrl( string $url )

Sets the target URL for the navigation button.

Sets the target URL for the navigation button.

Parameters

$url
Target URL for navigation button.

Returns


$this

Since

3.1

Methods inherited from Core\View\Driver\coreui\Control\Button

id(), setAccessKey(), setIcon(), setImage(), setName(), setText(), setValue()

Methods inherited from Core\View\Driver\coreui\Control

_T(), __clone(), derive(), on(), setOption(), setOptions(), setTitle(), setTranslator()

Methods inherited from Core\Set

__get(), __isset()

Methods inherited from Core\Object

__autocreateFactory(), __call(), __processParameters(), attachMethod(), chain(), getValueForKey(), getValueForKeyPath(), getValueForUndefinedKey(), hash(), issetValueForKey(), setValueForKey(), setValueForKeyPath(), setValueForUndefinedKey(), uuid()

Constants summary

Constants inherited from Core\Object

AnyParameterType, AutochainParameterType, AutocreateParameterType, BooleanParameterType, CharParameterType, EnumParameterType, IntegerParameterType, RealParameterType, StringParameterType, UserParameterType

Properties summary

Properties inherited from Core\View\Driver\coreui\Control\Button

$_v_control

Properties inherited from Core\View\Driver\coreui\Control

$_id, $_v_options, $_v_proxy, $_v_translator

Magic properties inherited from Core\View\Driver\coreui\Control\Button

$control

Magic properties inherited from Core\View\Driver\coreui\Control

$id, $options, $proxy, $translator

Magic properties inherited from Core\Object

$hash, $uuid

xplo.re Medusa Core Framework 3.2 API documentation generated by ApiGen