Class QRedirectAction
	
	Client-side action - no postbacks of any kind are performed.
All handling activity happens in Javascript.
	 
	
		- 
			QBaseClass
			
			
			
		
- 
			 QAction QAction
- 
			 QRedirectAction QRedirectAction
	Methods summary
	
		| 
			 public 
			
			
			 | 
		#
		__construct( string $strUrl )
			possible values:
http://google.com
index.php?page=view
/foo/bar/woot.html 
			possible values:
http://google.com
index.php?page=view
/foo/bar/woot.html Parameters | 
	
		| 
			 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 runs on the client side 
			Returns the JS which runs 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 |  |