Reference from field to another field in Joomla xml

chestersnew1

New Member
I am adding some parameters to my template backend in Joomla 2.5. With the first one I want the user to select a folder.\[code\]<field name="folder" type="folderlist" directory="/images" label="TPL_NAME_PARAMETER_FOLDER_LABEL" description="TPL_NAME_PARAMETER_FOLDER_DESC"/>\[/code\]With the second one I would like to have the user choose a file from the chosen folder from the first field\[code\]<field name="file" type="filelist" directory="CHOSEN_FOLDER" label="TPL_NAME_PARAMETER_FILE_LABEL" description="TPL_NAME_PARAMETER_FILE_DESC" />\[/code\]From what I already read this is not possible from inside the .xml file? Anybody got a workaround for this? Is this possible at all?
 
Back
Top