Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hello Babynus,
I am working on the contexts.
I would link it with projects.
I made an AJAX query, fetch data from the database, sort it, and now I would append my result to the different "selects" on the tickets' page.
How can I do ?
I have seen a part of code in objectDetail.php. Should I search more in this file ?
I mean where is built the html part of the combobox and how can I append it with dojo ?
Thank you,
Regards.
I have seen a part of code in objectDetail.php. Should I search more in this file ?
Yes, it is there.
I mean where is built the html part of the combobox and how can I append it with dojo ?
In html.php... Have a look at htmlDrawOptionForReference()...
Ok I will check it.
Thank you.
Regards.