I am in need of finding the location of the folder and file below for further modifications. I lost all my notes for version 3.5 and need to make modification to this new UX.
Hi Patrick, I have no clue what that dialog is and what you mean with the question but I'm going to share some common tips on how to find code for a UI that you can see in the browser. It basically involves finding a clue and then searching for it in the IDE (or in Notepad++ and find in all files)
1. Use the inspect option in the Browser tools to have a look at the elements. Look for attributes that are unique or that are almost unique so that you can search for it in the code later. First choice would be any ID attribute in the code, then a css class that has a name that appears to be specific for the function of the dialog etc. You will have to ignore most stuff with ngxxx as that is generated by Angular - if this is angular. The button would in most cases be interestring to look at, but not in this case as it is a dialog it might not be part of the dialog content.
2. Search for the labels that you see. If the applicaiton is translated look at the network tab to see the name of the localization file (if there is one). If there is a specific file with localizations open that one and search for text and then find the constant and then you look for the constant in the application.
If this is some kind of framework then I don't know, my tips are for general web application development. LPL... Landmark? This is not pure SOHO. But I guess the once that can help you would recognise that dialog :-)
Karin,
Thank you for the response. The dialog is the default Homepage of the Soho 4UX where some modifications are needed. I am just looking for a starting (thread) point to start pulling from which hopefully will lead me to the folder/file where I can start playing.
I've been looking for any documentation or links that will further help me with this Soho 4UX for version 10 (not version 11 CSF).
Thanks a bunch,
Patrick