5121 Posts in 1527 Topics by 1119 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 908 Views |
-
Add JavaScript to "Edit Use"r Popup

18 August 2010 at 2:07pm
I want to add JavaScript to the popup box for editing users. This does NOT add JavaScript to the popup:
LeftAndMain::require_javascript('mysite/javascript/adminPopup.js');
-
Re: Add JavaScript to "Edit Use"r Popup

18 August 2010 at 3:07pm
Whats with your use of capitalizing NOT? It will work but chances are you're NOT coding it correctly aye. Like in your post here http://www.silverstripe.org/customising-the-cms/show/290571
I'm sure it WILL work
I haven't done it before but checking out UncleChesse's code in DataObjectManager he's making a custom popup form
class DataObjectManager_Popup extends Form {
and in the constructor function
__construct
Requirements::javascript('dataobject_manager/javascript/dataobjectmanager_popup.js');You might want to look at the way DataObjectManager module is pieced together.
| 908 Views | ||
|
Page:
1
|
Go to Top |


