efl_ui_textbox: mark @beta to cnp_mode and item_factory

After stabilizing efl_ui_textblox, these properties should be
kept as @beta.

ref T8522

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D11093
This commit is contained in:
WooHyun Jung 2020-01-14 08:47:17 +00:00 committed by Marcel Hollerbach
parent 2010c2ce13
commit d412f73a99
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class @beta Efl.Ui.Textbox extends Efl.Ui.Layout_Base implements Efl.Input.Click
enabled: bool; [[$true to enable the contextual menu.]]
}
}
@property cnp_mode {
@property cnp_mode @beta {
/* FIXME: Efl.Ui.Selection_Format does not allow markup without images! */
[[Control pasting of text and images for the widget.
@ -59,7 +59,7 @@ class @beta Efl.Ui.Textbox extends Efl.Ui.Layout_Base implements Efl.Input.Click
}
}
@property item_factory {
@property item_factory @beta {
[[The factory that provides item in the text e.g.
"emoticon/happy" or "href=file://image.jpg" etc.
]]