Class Dropbox Widget

Class constructor

new Dropbox([
	String id,
	String class = 'widget-dropbox sg-dropbox click leftside -no-print',

	String type = 'click', // click,hover
	String text,
	String title = 'มีเมนูย่อย',
	String/Widget icon,
	String iconText = 'more_vert',
	String submitText,
	String url,
	String link,
	String $position = 'left', // left, right, center
	Bool $print = false,
	Array $childrenContainer = ['tagName' => 'ul'];
	Array $childContainer = ['tagName' => 'li', 'class' => '-item'];
]);

Property :

editMode ↔ Boolean
action ↔ String

Method :

Report::build() → String