We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68cbe88 commit 417edc9Copy full SHA for 417edc9
docs/development/popups.md
@@ -95,12 +95,13 @@ METHOD Z2UI5_if_app~main.
95
)->popover( placement = 'Left'
96
)->text( `this is a popover`
97
)->button(
98
- text = `close`
+ id = `my_id`
99
+ text = `close`
100
press = client->_event( `POPOVER_CLOSE` ) ).
101
102
client->popover_display(
- xml = view->stringify( )
103
- by_id = `test` ).
+ xml = view->stringify( )
104
+ by_id = `my_id` ).
105
106
WHEN 'POPOVER_CLOSE'.
107
client->popover_destroy( ).
@@ -128,4 +129,4 @@ Several pre-built popup classes are available for specific scenarios:
128
129
* z2ui5_cl_pop_textedit
130
* z2ui5_cl_pop_to_confirm
131
* z2ui5_cl_pop_to_inform
-* z2ui5_cl_pop_to_select
132
+* z2ui5_cl_pop_to_select
0 commit comments