Stepan Miakchilo
Stepan Miakchilo
As an Exadel Authoring Kit user, I want to be able to use a code editor such as [Ace Editor](https://ace.c9.io/) or [CodeMirror](https://codemirror.net/) in my Touch UI dialogs. The editor must...
If the EToolbox Authoring Kit plugin is run several times for the same content module (to say, _ui.apps_) while within the same build workflow, the 2nd run is terminated with...
Per Granite specification, the `datasource` node in dialog needs at least the `sling:resourceType` parameter filled, to be functional. However, the ToolKit `@DataSource` annotation has both of its properties optional (defaults...
As an EAK user, I need the ability to inject request attributes into type-defined fields. OOTB @RequestAttribute injector tends to inject just `Object` values, honors no type coercion.
Need to create a full-featured Autocomplete widget that will step in instead of the legacy https://developer.adobe.com/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/form/autocomplete/index.html Must be functionally close to the current @Select (Mnemonic formula is "same Select but...
A friendly project representative asked for the possibility to render via the `OptionProvider` truly dynamic data, e.g. different for the different pages the dialog is opened in. This is achievable...
ToolKit API contains the `Target` interface that allows creating tree-like data structures that are subsequently rendered into XML. Currently, this is used to produce only a limited set of structures...
Consider the following code: ``` @DialogField(disabled=true) @MultiField @DependsOn(action = DependsOnActions.DISABLED, value = "true") private List myClasses; ``` Currently, neither `disabled=true` nor the DependsOn action does not appear to have any...
*Environment*: AEM 6.5, any servicepack. *Steps to reproduce*: 1) create a complex multifield that contains a RadioGroup inside 2) Open an authoring dialog with the multifield; create at least 2...