In the example shown here` its shows how to create a notes widget.
Where can I read up more on the available config options so i can understand this better. Or a way to see how to add snippets/intellisense/type validation in my IDE?
I know that this is on top of symphony but I cant do some general UI/UX updates.
For instance in this example how do you swap the order around do the form is at the top and the list is below. And how can put the edit/delete into popover menu with an elipses icon?
You can see how the class that handles that is written; and further down on the second page of results you can see other examples of configs using that, so maybe some of the possible variations become apparent.
I will try find an example of how to set the display order and and to use a popover menu. Something as simple as playing the create form above the list should be simple but so far nothing I have tried with display-create-top is working.
I just wanted to know what I could read to understand what options are available so I can change it further to match our requirements.
I understand that, but how is that useful here? The question is much more specific than that. Everything in the UI is a widget, so there are hundreds of locations with that, and they are unrelated to the question being made here…
If I understand correctly, by looking at the article he linked, he’s asking about the recordThread widget, which is why I think it is worth inspecting that code
so what or where is the right place to be looking to understand this better? AI gets it wrong, and I am not even sure what I should be searching on the wed to understand it better.
I already saw those and they are telling how to do A, B or C. But its not covering my use case and I cant see what D-Z options are available for me to use in what syntax/formats.
There aren’t any further docs on this, to my knowledge.
I have started an initiative to have the v8 array-style configurations defined as XSL Schema, so they can be validated, and so that we can know what is allowed, and what isn’t.
This is still an embryo, not available yet, and will have to be a Community effort - we need to refine those Schema progressively until they are a reasonable reference material.