Method: CWM::MultiSelectionBox#value=
- Defined in:
- library/cwm/src/lib/cwm/common_widgets.rb
#value=(val) ⇒ Object
Set widget value
Calling this method only make sense when the widget is displayed (see #displayed?).
250 251 252 |
# File 'library/cwm/src/lib/cwm/common_widgets.rb', line 250 def value=(val) Yast::UI.ChangeWidget(Id(), :SelectedItems, val) end |