jmix-docs
jmix-docs copied to clipboard
Documentation for Jmix framework
Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/tabs.html 1. Add example of `vertical` orientation with screenshot 2. Add at least couple of theme variants examples with screenshots 3. Add example of states: https://demo.jmix.io/ui-samples/sample/tabs-states 4. Add...
**Existing page:** https://docs.jmix.io/jmix/flow-ui/vc/components/tooltip.html 1. Add example of programmatic definition 2. Add more detailed description for `manual` and `opened` properties 3. Add example of programmatic opening of tooltip, specifically when it's...
**Existing page:** https://docs.jmix.io/jmix/flow-ui/vc/components/progressBar.html 1. **Determinate Progress**. Clean up code, remove redundant types and add missing: ``` BackgroundTask task = new BackgroundTask(100) { @Override public Void run(TaskLifeCycle taskLifeCycle) throws Exception {...
### Description See https://github.com/jmix-framework/jmix/issues/1611 --- Pre doc: https://github.com/glebfox/flowui-layout-rules/blob/main/flex-layout.adoc
Since Jmix 2.3 tabs in TabSheet can be marked as lazy. See [ticket](https://github.com/jmix-framework/jmix/issues/3029). Update tabSheet [docs](https://docs.jmix.io/jmix/flow-ui/vc/layouts/tabSheet.html) similar to: https://docs.jmix.io/1.x/jmix/1.5/ui/vcl/containers/tab-sheet.html#tab-element-attributes https://docs.jmix.io/1.x/jmix/1.5/ui/vcl/containers/tab-sheet.html#lazy-loading-tab-content
Framework issue: https://github.com/jmix-framework/jmix/issues/2037
See 2.1 changes https://github.com/jmix-framework/jmix/issues/2201
Users on forum [ask](https://forum.jmix.io/t/is-there-an-equivalent-for-a-side-menu/4783) about equivalent for a SideMenu component from Classic UI.