I'm working on a TideSDK project and I want to create a configuration settings window for my application, but I haven't seen any documentation on how to do anything like that on the website or any of the accompanying documentation.
I'm familiar with web development and in a browser I would use a target=new (or something like that) to flag that I want the url to open in a new window, but I haven't seen anything like that in tide.
I've also tried to use the tide dialog functions, but it looks like the windows will only pertain to html files that are located within the applications directory (meaning it won't be built in or packaged with the application).
Is this functionality available in tidsdk, or will I have to find an alternate way to make a settings/configuration window?