Methods summary
	
		| 
			 public 
			
			
			 | 
		#
		__construct(  $objParentObject, boolean $blnReadOnlyCaption = true, boolean $blnTwoNavBars = false, boolean $blnThumbnails = true, null $strControlId = null )
			
		 
			
				Parameters
					$objParentObject$blnReadOnlyCaptionif true (default) don't allow captions to be edited (and don't show the save button)$blnTwoNavBarsif true (default false),will show two navigation bars (which can layout with template/css)$blnThumbnailsif true (default), will show two thumbnails panel (which you can layout with template/css)$strControlIdThrowsOverrides | 
	
		| 
			 protected 
			
			
			 |  | 
	
		| 
			 protected 
			
			
			 |  | 
	
		| 
			 public 
			
			
			 |  | 
	
		| 
			 public 
			
			
			 |  | 
	
		| 
			 public 
			
			
			 |  | 
	
		| 
			 public 
			
			
			 |  | 
	
		| 
			 public 
			
			
			 |  | 
	
		| 
			 public 
			
			
			 |  | 
	
		| 
			 public 
			
			
			 |  | 
	
		| 
			abstract public 
			
			
			 | 
		#
		ImageCount( )
			Return the total number of the images in this image browser 
			Return the total number of the images in this image browser | 
	
		| 
			abstract public 
			
			
			 | 
		#
		ImagePath(  $intIdx )
			Return the absolute path of the corresponding image. 
			Return the absolute path of the corresponding image. Parameters
					$intIdxof the image (between 0 and ImageCount()-1) | 
	
		| 
			abstract public 
			
			
			 | 
		#
		ThumbnailImagePath(  $intIdx )
			Return the absolute path of the corresponding thumbnail image.
This could be the same as the image, and the browser will scale it to the size of the thumbnail. 
			Return the absolute path of the corresponding thumbnail image.
This could be the same as the image, and the browser will scale it to the size of the thumbnail. Parameters
					$intIdxof the image (between 0 and ImageCount()-1) | 
	
		| 
			abstract protected 
			
			
			 | 
		#
		loadCaption(  $intIdx )
			Return the corresponding image caption 
			Return the corresponding image caption Parameters
					$intIdxof the image (between 0 and ImageCount()-1) | 
	
		| 
			abstract protected 
			
			
			 | 
		#
		saveCaption(  $intIdx,  $strCaption )
			
		 
			
				Parameters
					$intIdxof the image (between 0 and ImageCount()-1)$strCaptionto save | 
	
		| 
			 protected 
			string
			
			 | 
		#
		selectThumbnailCssClass( )
			Return the added CSS class for the selected thumbnail image.
Overwrite this method if you'd like a different CSS class. 
			Return the added CSS class for the selected thumbnail image.
Overwrite this method if you'd like a different CSS class. Returns
					string
				 | 
	
		| 
			 protected 
			string
			
			 | 
		#
		invalidImagePath( )
			The absolute path of an image that indicates that the current image path is invalid.
This is needed since we cannot render the QImageControl without a valid ImagePath. 
			The absolute path of an image that indicates that the current image path is invalid.
This is needed since we cannot render the QImageControl without a valid ImagePath. Returns
					string
				 | 
	
		| 
			 public 
			mixed
			
			 | 
		#
		__get( string $strName )
			PHP __get magic method implementation 
			PHP __get magic method implementation Parameters
					$strNameName of the propertyReturns
					mixed
				 ThrowsOverrides | 
	
		| 
			 public 
			mixed
			
			 | 
		#
		__set( string $strName, string $mixValue )
			PHP __set magic method implementation 
			PHP __set magic method implementation Parameters
					$strNameProperty Name$mixValueProperty ValueReturns
					mixed
				 ThrowsOverrides |