PHP 클래스 Prado\Web\UI\WebControls\TDisplayStyle

The following enumerable values are defined: - None: the control is not displayed and not included in the layout. - Dynamic: the control is displayed and included in the layout, the layout flow is dependent on the control (equivalent to display:'' in css). - Fixed: Similar to Dynamic with CSS "visibility" set "shown". - Hidden: the control is not displayed and is included in the layout.
부터: 3.1
상속: extends Prado\TEnumerable
파일 보기 프로젝트 열기: pradosoft/prado