PRADO Component Framework for PHP 5
  • Home
  • About
  • Testimonials
  • Demos
  • Download
  • Documentation
  • Forum
  • Development
  • Tutorials
  • Class Docs
  • API Manual
  • Wiki

Packages

  • None
  • System
    • Caching
    • Collections
    • Data
      • ActiveRecord
        • Relations
        • Scaffold
          • InputBuilder
      • Commom
        • Sqlite
      • Common
        • Mssql
        • Mysql
        • Oracle
        • Pgsql
        • Sqlite
      • DataGateway
      • SqlMap
        • Configuration
        • Statements
    • Exceptions
    • I18N
    • IO
    • Security
    • Util
    • Web
      • Javascripts
      • Services
      • UI
        • ActiveControls
        • WebControls
    • Xml
  • Wsat
    • pages
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class TSliderClientScript

TSliderClientScript class.

Client-side slider events setOnChange OnChange and {@line setOnMove OnMove} can be modified through the TSlider:: getClientSide ClientSide property of a slider.

The current value of the slider can be get in the 'value' js variable

The OnMove event is raised when the slider moves The OnChange event is raised when the slider value is changed (or at the end of a move)

TComponent
Extended by TClientSideOptions
Extended by TSliderClientScript
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Christophe Boulain <Christophe.Boulain@gmail.com>
Since: 3.1.1
Located at Web/UI/WebControls/TSlider.php
Methods summary
public
# setOnChange( string $javascript )

Javascript code to execute when the slider value is changed.

Javascript code to execute when the slider value is changed.

Parameters

$javascript
string
javascript code
public string
# getOnChange( )

Returns

string
javascript code to execute when the slider value is changed.
public
# setOnSlide( mixed $javascript )
public string
# getOnSlide( )

Returns

string
javascript code to execute when the slider moves.
Methods inherited from TClientSideOptions
ensureFunction(), getOption(), getOptions(), setFunction(), setOption()
Methods inherited from TComponent
__call(), __construct(), __destruct(), __get(), __isset(), __set(), __sleep(), __unset(), __wakeup(), addParsedObject(), asa(), attachBehavior(), attachBehaviors(), attachClassBehavior(), attachEventHandler(), canGetProperty(), canSetProperty(), clearBehaviors(), createdOnTemplate(), detachBehavior(), detachBehaviors(), detachClassBehavior(), detachEventHandler(), disableBehavior(), disableBehaviors(), enableBehavior(), enableBehaviors(), evaluateExpression(), evaluateStatements(), fxAttachClassBehavior(), fxDetachClassBehavior(), getAutoGlobalListen(), getBehaviorsEnabled(), getClassHierarchy(), getEventHandlers(), getListeningToGlobalEvents(), getSubProperty(), hasEvent(), hasEventHandler(), hasProperty(), isa(), listen(), raiseEvent(), setSubProperty(), unlisten()
Constants inherited from TComponent
GLOBAL_RAISE_EVENT_LISTENER
Terms of Service | Contact Us
PRADO v3.2.4 API Manual API documentation generated by ApiGen 2.8.0
Copyright © 2006-2014 by the PRADO Group.
Powered by PRADO