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

THtmlElement represents a generic HTML element whose tag name is specified via {@link setTagName TagName} property. Because THtmlElement extends from {@link TWebControl}, it enjoys all its functionalities. To change the default tag your subclass should override {@link getDefaultTagName}
부터: 3.1.2
저자: Qiang Xue ([email protected])
저자: Brad Anderson ([email protected])
상속: extends TWebControl
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
getDefaultTagName ( ) : string This is the default tag when no other is specified
getIsMutated ( ) : boolean This tells you if this TagName has deviated from the original
getTagName ( ) : string
setTagName ( $value )

메소드 상세

getDefaultTagName() 공개 메소드

This is the default tag when no other is specified
public getDefaultTagName ( ) : string
리턴 string the default tag

getIsMutated() 공개 메소드

This tells you if this TagName has deviated from the original
public getIsMutated ( ) : boolean
리턴 boolean true if TagName has deviated from the default.

getTagName() 공개 메소드

public getTagName ( ) : string
리턴 string the tag name of this control. Defaults to 'span'.

setTagName() 공개 메소드

public setTagName ( $value )