PHP 클래스 ButtonBarPlugin, vanilla

상속: extends Gdn_Plugin
파일 보기 프로젝트 열기: vanilla/vanilla

보호된 프로퍼티들

프로퍼티 타입 설명
$Formats array

공개 메소드들

메소드 설명
assetModel_styleCss_handler ( $Sender )
base_render_before ( Gdn_Controller $Sender ) Insert ButtonBar resource files on every page so they are available to any new uses of BodyBox in plugins and applications.
gdn_form_beforeBodyBox_handler ( Gdn_Controller $Sender ) Attach ButtonBar anywhere 'BodyBox' is used.

보호된 메소드들

메소드 설명
attachButtonBar ( Gdn_Controller $Sender, $Wrap = false ) Attach button bar in place
attachButtonBarResources ( Gdn_Controller $Sender, $Formatter ) Insert buttonbar resources

메소드 상세

assetModel_styleCss_handler() 공개 메소드

public assetModel_styleCss_handler ( $Sender )

attachButtonBar() 보호된 메소드

This method is abstracted because it is called from multiple places, due to the way that the comment.php view is invoked both by the DiscussionController and the PostController.
protected attachButtonBar ( Gdn_Controller $Sender, $Wrap = false )
$Sender Gdn_Controller

attachButtonBarResources() 보호된 메소드

This method is abstracted because it is invoked by multiple controllers.
protected attachButtonBarResources ( Gdn_Controller $Sender, $Formatter )
$Sender Gdn_Controller

base_render_before() 공개 메소드

Insert ButtonBar resource files on every page so they are available to any new uses of BodyBox in plugins and applications.
public base_render_before ( Gdn_Controller $Sender )
$Sender Gdn_Controller

gdn_form_beforeBodyBox_handler() 공개 메소드

Attach ButtonBar anywhere 'BodyBox' is used.
public gdn_form_beforeBodyBox_handler ( Gdn_Controller $Sender )
$Sender Gdn_Controller

프로퍼티 상세

$Formats 보호되어 있는 프로퍼티

protected array $Formats
리턴 array