Dependent Dropdown inside Joomla
Posted
by kernel
on Stack Overflow
See other posts from Stack Overflow
or by kernel
Published on 2010-05-13T17:29:35Z
Indexed on
2010/05/13
17:34 UTC
Read the original article
Hit count: 137
I was trying to implement the Ajax method for deploying dependent drop down select boxes inside Joomla. The Problem is that if you call an ajaxRequest to run a php with the query that populates the second drop down depending on the result of the first, this is out of the joomla framework and you can't use anything from the joomla functions.
So I need to copy into the new file all the details of my dbase login + to write down the html+php to populate the options. I was thinking whether there is an easier solution to this problem. Maybe the Joomla framework supports something like this.
Any ideas?
© Stack Overflow or respective owner