5095 Posts in 1518 Topics by 1114 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 624 Views |
-
CMS assets ajax file selector customization

19 July 2011 at 4:44pm
I would like to know where (specifically in which file and function) the code is executed when a request similar to the one below is sent (via ajax):
http://<URL>/admin/EditForm/field/<PAGETYPE>/EditFileForm/field/ExistingFile/tree?forceValue=
This request is sent when a file from e.g. Attach Image -> From the file store is selected and the dropdown field is populated with a list of files. I suspect it has everything to do with CMSMain.php -> getEditForm(), however I'm not sure and don't want to just start hacking away.
Your help would be greatly appreciated!
-
Re: CMS assets ajax file selector customization

5 August 2011 at 10:14am
I assume that ExistingFile is a TreeSelectorField? In that case this URL will be handled by the tree() method of TreeSelectorField.
| 624 Views | ||
|
Page:
1
|
Go to Top |


