popupMenuBtn2¶
How to write by SpWML¶
(popupMenuBtn2, sid:pmBtn1)
+(menu, tag:child1)menu 1
+(menu, tag:child2)menu 2
+(menu, tag:child3)menu 3
Summary¶
A block that allows you to create a popup menu.
It is necessary to set the SID.
This is a flavor of popupMenuBtn that allows state management via a String.
It requires tags for all children, but in some cases it can be more convenient than the plain version because the state can be managed via tags.
It has not only PopupMenuButton class variables that has variables that have been further adjusted to improve usability.
To use this type, it is necessary to set TagSelectionManager to SpWMLBuilder or SpWML widget.
Dart Class Reference¶
SpWML Parameters¶
The common parameters.
Parent parameters.
iconNum (String). Set the icon type with codePoint .
iconSize (double). Set size of icon in px.
iconColor (String). Color setting. The color system .
isEnabled (bool). Set to false if you want to disable this elements.