Class QFieldset
Encapsulates a fieldset, which has a legend that acts as a label. HTML5 defines a new Name element, which is not yet supported in IE of this writing, but other browsers support it. So, if its defined, we will output it in the html, but it will not affect what appears on the screen unless you draw the Name too.
- QBaseClass
- 
			 QHtmlAttributeManagerBase QHtmlAttributeManagerBase
- 
			 QHtmlAttributeManager QHtmlAttributeManager
- 
			 QControlBase QControlBase
- 
			 QControl QControl
- 
			 QBlockControl QBlockControl
- 
			 QFieldset QFieldset
| 
			 protected 
			string
			
			 | 
		#
		 GetInnerHtml( )We will output style tags and such, but fieldset styling is not well supported across browsers. | 
| 
			 public 
			mixed
			
			 | |
| 
			 public 
			mixed
			
			 | 
| 
			OverrideAttributes(), 
			__call()
		 | 
| 
			CommentEnd, 
			CommentStart
		 | 
| 
			protected  
			string
		 | $strTagName HTML tag to the used for the Block Control | 
				#
				 'fieldset' | 
| 
			protected  
			string
		 | $strDefaultDisplayStyle Default display style for the control. See QDisplayStyle class for available list | |
| 
			protected  
			boolean
		 | $blnIsBlockElement Is the control a block element? | 
				#
				 true | 
| 
			protected  
			boolean
		 | $blnHtmlEntities Use htmlentities for the control? | 
				#
				 false | 
| 
			protected  
			string
		 | $strLegend legend | 
| 
			$blnAutoRenderChildren, 
			$blnDropTarget, 
			$objDropsControlsArray, 
			$objDropsGroupingsArray, 
			$objIsDropZoneFor, 
			$objMovesControlsArray, 
			$strFormat, 
			$strTemplate, 
			$strText
		 | 
| 
			$attributes, 
			$styles
		 | 
| 
			public  
			string
		 | $Legend is the legend that will be output for the fieldset. | 
| 
			$AutoRenderChildren, 
			$DropTarget, 
			$Format, 
			$HorizontalAlign, 
			$HtmlEntities, 
			$ResizeHandleDirection, 
			$ResizeHandleMaximum, 
			$ResizeHandleMinimum, 
			$TagName, 
			$Template, 
			$Text, 
			$VerticalAlign
		 | 
| 
			$AccessKey, 
			$AltText, 
			$BackColor, 
			$BorderCollapse, 
			$BorderColor, 
			$BorderStyle, 
			$BorderWidth, 
			$CssClass, 
			$Cursor, 
			$Data, 
			$Display, 
			$DisplayStyle, 
			$Enabled, 
			$FontBold, 
			$FontItalic, 
			$FontNames, 
			$FontOverline, 
			$FontSize, 
			$FontStrikeout, 
			$FontUnderline, 
			$ForeColor, 
			$Height, 
			$Left, 
			$Margin, 
			$NoWrap, 
			$Opacity, 
			$OrderedListType, 
			$Overflow, 
			$Padding, 
			$Position, 
			$ReadOnly, 
			$TabIndex, 
			$ToolTip, 
			$Top, 
			$UnorderedListStyle, 
			$Width
		 |