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 TRectangleHotSpot

Class TRectangleHotSpot.

TRectangleHotSpot defines a rectangle hot spot region in a TImageMap control.

TComponent
Extended by THotSpot
Extended by TRectangleHotSpot
Package: System\Web\UI\WebControls
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 3.0
Located at Web/UI/WebControls/TImageMap.php
Methods summary
public string
# getShape( )

Returns

string
shape of this hotspot.
public string
# getCoordinates( )

Returns

string
coordinates defining this hotspot shape
public integer
# getBottom( )

Returns

integer
the Y coordinate of the bottom side of the rectangle HotSpot region. Defaults to 0.
public
# setBottom( integer $value )

Parameters

$value
integer
the Y coordinate of the bottom side of the rectangle HotSpot region.
public integer
# getLeft( )

Returns

integer
the X coordinate of the right side of the rectangle HotSpot region. Defaults to 0.
public
# setLeft( integer $value )

Parameters

$value
integer
the X coordinate of the right side of the rectangle HotSpot region.
public integer
# getRight( )

Returns

integer
the X coordinate of the right side of the rectangle HotSpot region. Defaults to 0.
public
# setRight( integer $value )

Parameters

$value
integer
the X coordinate of the right side of the rectangle HotSpot region.
public integer
# getTop( )

Returns

integer
the Y coordinate of the top side of the rectangle HotSpot region. Defaults to 0.
public
# setTop( integer $value )

Parameters

$value
integer
the Y coordinate of the top side of the rectangle HotSpot region.
Methods inherited from THotSpot
getAccessKey(), getAlternateText(), getAttribute(), getAttributes(), getCausesValidation(), getHasAttributes(), getHotSpotMode(), getNavigateUrl(), getPostBackValue(), getTabIndex(), getTarget(), getValidationGroup(), getViewState(), hasAttribute(), removeAttribute(), render(), setAccessKey(), setAlternateText(), setAttribute(), setCausesValidation(), setHotSpotMode(), setNavigateUrl(), setPostBackValue(), setTabIndex(), setTarget(), setValidationGroup(), setViewState()
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