I am working on a requirement where I need to get AEM run mode in adaptive form . I am thinking about writing Servlet to retrieve runmode and call it in initialize event of form or any widget in the form.I would like to know if there is any other option to get this value in Adaptive form or client ...
I am working on a requirement where user will see a modal with list of records and selected records from the modal needs to be listed as table records. User should have an option to delete selected records from the table ( But user should not be able to add new records ) .I would like avoid table...
I am working on a requirement where I need to display results from back end service in Modal window with ability to search results within the model window and allow end user to select multiple rows/items from the modal. I need to display these selected items in adaptive form table component upon clo...
I am working on a requirement where I need to change the static text value depends on other form field inputs. I wrote below script in value commit event of a text field to modify static text widget value.mySampleText.value= "Updated Text";orguideBridge.resolveNode("mySampleText").value = "Updated T...
Thank you Mayank. This resolves the front end issue. However the above code snippet changes actual value attribute of text field widget. The out box auto formatter will actually changes "formattedValue" of widget. I have tried setting "formattedValue" value property and no succeeded in that since t...
I am working on developing Fragments for address and need to capture zip code in that. The requirement is to allow 5 or 9 digit zip code and it should be auto formatted.I have tried below out of box display patterns for this and not able to fulfill the actual business requirementtext{99999-9999} - W...