Class QJavaScriptAction
	
	Client-side action - no postbacks of any kind are performed.
All handling activity happens in Javascript.
	 
	
		- 
			QBaseClass
			
			
			
		
- 
			 QAction QAction
- 
			 QJavaScriptAction QJavaScriptAction
	Methods summary
	
		| 
			 public 
			
			
			 | 
		#
		__construct( string $strJavaScript )
			The constructor Parameters
					$strJavaScriptJS which is to be executed on the client side | 
	
		| 
			 public 
			mixed|null|string
			
			 | 
		#
		__get( string $strName )
			PHP Magic function to get the property values of a class object 
			PHP Magic function to get the property values of a class object Parameters
					$strNameName of the propertyReturns
					mixed|null|string
				 ThrowsOverrides | 
	
		| 
			 public 
			string
			
			 | 
		#
		RenderScript( QControl$objControl )
			Returns the JS which will be executed on the client side 
			Returns the JS which will be executed on the client side ParametersReturns
					string
				 | 
	
	
	
	
	Properties summary
	
		| 
			protected  
			string
		 | $strJavaScript 
				JS to be run on the client side 
				JS to be run on the client side |  |