![]() |
Admin 7/2/2023 |
No, this is not a CSS task. It can be handled with the help of Javascript and the best option is to create 'Edit as' plugin for this purpose based on any of examples available on the web. |
![]() |
francesco 7/2/2023 |
thanks for the advice, I found this: |
![]() |
fhumanes 7/3/2023 |
Hello, |
![]() |
francesco 7/4/2023 |
thanks Fernando, you always have an example for everything! I don't know if I can, but your guide is very clear |
![]() |
francesco 7/20/2023 |
Admin just released this plugin that should do what I need: |
![]() |
Admin 7/20/2023 |
We have created this plugin in our latest DevClub webinar: |
![]() |
fhumanes 7/20/2023 |
Phenomenal!!!! |
![]() |
francesco 7/22/2023 |
can be used with dependent dropdown boxes? |
![]() |
Admin 7/24/2023 |
|
![]() |
francesco 7/25/2023 |
thanks, I will ask for support to insert in my project |
![]() |
fhumanes 9/27/2023 |
Hello, |
![]() |
francesco 9/28/2023 |
Hi Fernando, these are some settings that support provided me. See if it can help you.
Add the following code: .gentleselect-dialog ul{
$sql = "select Operazione from operazione where tipologia=".$params["value"]." order by Operazione";
Add a new line of code to the very end. $_SESSION["settings_columns"] = $this->settings["columns"];` |
![]() |
fhumanes 9/28/2023 |
Thank you, |