Class: Image
Source Location: /extctrls.inc.php
|
|
|
|
|
|
|
Inherited Properties
|
Inherited Events
|
Inherited JS Events
|
Inherited Methods
|
|
Properties
return: | Link, if empty string the link is not used. |
property
LinkTarget : string
[line 531]
Target attribute when the label acts as a link.
Tags:
property
ParentShowHint [line 539]
property
PopupMenu [line 542]
Specifies the PopupMenu component to show when right clicking the control
Defined in Control::PopupMenu
property
Proportional : bool
[line 560]
Indicates whether the image should be changed, without distortion, so that it fits the bounds of the image control. Set Proportional to true to ensure that the image can be fully displayed in the image control without any distortion. When Proportional is true, images that are too large to fit in the image control are scaled down (while maintaining the same aspect ratio) until they fit in the image control. Images that are too small are displayed normally. That is, Proportional can reduce the magnification of the image, but does not increase it. Note: The filesize is equal even the image is scaled down.
property
ShowHint [line 579]
Determines whether the control displays a Help Hint when the mouse pointer rests momentarily on the control.
Defined in Control::ShowHint
property
Style [line 582]
CSS style to be used when rendering the component
Defined in Control::Style
property
Visible [line 585]
Determines if the controls is visible in run-time or not
Defined in Control::Visible
Events
Javascript Events
Methods
|
|