jmix-docs icon indicating copy to clipboard operation
jmix-docs copied to clipboard

Documentation for Jmix framework

Results 210 jmix-docs issues
Sort by recently updated
recently updated
newest added

Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/dateTimePicker.html 1. General: - Date range description using XML markup. Static dates can be set with ISO-date-time format using `min` and `max` element's attributes. E.g.:`2007-12-03T10:15:30` - Add Style...

size: XS
in: flowui

Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/codeEditor.html 1. General - Simplify code snippet ![image](https://github.com/jmix-framework/jmix-docs/assets/75516667/19143cf7-fabe-4134-88d9-63ad90a4f797) - Simplify code snippet 2 ![image](https://github.com/jmix-framework/jmix-docs/assets/75516667/8476688d-82ee-4b5a-8c8e-45f2706832c0) - Add example of `itemsEnum` usage both XML and Java - Add Example of...

in: flowui

Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/dropdownButton.html 1. General - New `clickHandlers` should be described with generated handlers code snippets ![image](https://github.com/jmix-framework/jmix-docs/assets/75516667/4a8c0b6e-6c52-4981-afbe-47ccc13181b4) - Update code snippet for `actionItem` -> `notifications.create("Phone number: +6(876)5463").show()` to `notifications.show("Phone number:...

in: flowui

Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/emailField.html 1. General: - Add Style variants description and examples: See Vaadin [doc](https://vaadin.com/docs/latest/components/email-field#style-variants). 2. Add attributes: - `ariaLabel`, `ariaLabelledBy` - `css` - `focusShortcut` 4. Remove attributes: - `requiredIndicatorVisible`...

in: flowui

Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/drawerToggle.html 1. General: - Also, describe how to add click shortcut. Take a look at this issue and comment: https://github.com/jmix-framework/jmix/issues/2645#issuecomment-1929421608 - New `clickHandlers` should be described with generated...

size: XS
in: flowui

### Description Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/dataGrid.html 1. General: - Update examples for `renderers`, using renderers with `@Supply` annotation ([UI Samples link](https://demo.jmix.io/ui-samples/sample/data-grid-custom-renderer)), using predefined **XML renderers** (localDateRenderer, localDateTimeRenderer etc.) (https://github.com/jmix-framework/jmix-docs/issues/600) - No...

size: M
in: flowui

Existing page: https://docs.jmix.io/jmix/flow-ui/vc/components/datePicker.html 1. General: - Date range description using XML markup. Static dates can be set with `yyyy-MM-dd` format using `min` and `max` element's attributes. - Add Style variants...

size: XS
in: flowui

**Existing page:** https://docs.jmix.io/jmix/flow-ui/vc/components/timePicker.html 1. `InvalidChangeEvent` refers to an incorrect class, should be `com.vaadin.flow.component.timepicker.TimePicker.InvalidChangeEvent` 2. Add Style variants description and examples: See Vaadin [doc](https://vaadin.com/docs/latest/components/time-picker#style-variants). 3. Add `css`, `ariaLabel`, `ariaLabelBy`, `focusShortcut`, `overlayClass`...

size: S
in: flowui

### Description 1) Add attributes: - css - clickShortcut Vaadin provides `fontIcon` and `svgIcon` components (see [Vaadin docs](https://vaadin.com/docs/latest/components/icons#icon-configuration)). Jmix does not extent them but allows users to use them in...

size: XS
in: flowui

### Description Add notes about sanitization. From component JavaDos: > Note that it is the developer's responsibility to sanitize and remove any dangerous parts of the HTML before sending it...

size: XS
in: flowui