Class QBlurControlAction
Blurs (JS blur, not visual blur) a control on server side (i.e. removes focus from that control)
-
QBaseClass
-
QAction
-
QBlurControlAction
Methods summary
public
|
|
public
string
|
#
RenderScript( QControl $objControl )
Returns the JavaScript to be executed on the client side
Returns the JavaScript to be executed on the client side
Parameters
Returns
string JavaScript to be executed on the client side
|
Properties summary
protected
null|string
|
$strControlId
Control ID of the control from which focus has to be removed
Control ID of the control from which focus has to be removed
|
|