You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,15 +30,11 @@ public DataAvatarDropdown(ISitemapManager sitemapManager, IPageContext pageConte
29
30
Stage.Description=@"The `DataAvatarDropdown` control is the REST-enabled variant of the standard `AvatarDropdown`. It displays an avatar that opens an interactive dropdown menu, but the menu items are retrieved dynamically from a REST API endpoint.";
Stage.Description=@"`ControlCommentComposer` renders the **authoring surface** of the threaded comment widget. It emits a host element that the client-side `webexpress.webapp.CommentComposerCtrl` turns into a *minimalist single-line trigger* (looks like an empty input). On focus or click the trigger collapses out of the way and the full form takes over - category select, WYSIWYG editor (powered by `webexpress.webui.EditorCtrl`), labels input and send / cancel buttons.";
Stage.Description=@"The `ControlDataFormItemInputCheck` control extends `ControlFormItemInputCheck` and communicates with a REST API instead of persisting its state through cookies. On render, the client issues a GET request against the configured `RestUri` to retrieve the current checked state. If an `InitialChecked` value is provided, it takes precedence and the GET is skipped. Subsequent state changes are forwarded to the same endpoint via POST.";
32
+
Stage.Description=@"The `ControlDataFormItemInputCheck` control extends `ControlFormItemInputCheck` and communicates with a REST API instead of persisting its state through cookies. On render, the client issues a GET request against the configured data service to retrieve the current checked state. If an `InitialChecked` value is provided, it takes precedence and the GET is skipped. Subsequent state changes are forwarded to the same endpoint via POST.";
0 commit comments