I have added a dropdown list to my user creation form in admin panel in Joomla! 1.5 (using .xml files). The problem I have is that the content of it must be dynamic (comes from an external source file). My question is where (and possibly how) I can make it.
相关问题
- Views base64 encoded blob in HTML with PHP
- Is there a limit to how many levels you can nest i
- Laravel Option Select - Default Issue
- How to toggle on Order in ReactJS
- PHP Recursively File Folder Scan Sorted by Modific
you can create your own type. At your default.xml you will have something like:
and as implementation in /administrato/components/com_componentname/elements/myType.php
}
I have this problem - done just like You told me, my code looks like that:
but it does not appear there - it actually makes the space for it, but it is empty : ( I will keep trying to fix it in the meantime.
You can use sql type field if you are using xml form.
read more - http://docs.joomla.org/Sql_parameter_type