21301 Posts in 5736 Topics by 2603 members
General Questions
SilverStripe Forums » General Questions » Do something when administrator clicks on Security tab
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 401 Views |
-
Do something when administrator clicks on Security tab

6 September 2011 at 6:52am
How can I do something every time an administrator clicks on the Security tab?
-
Re: Do something when administrator clicks on Security tab

7 September 2011 at 1:12am
adds some unobtrusive jQuery I'd image, add the requirement into the init of the leftandmain object.
-
Re: Do something when administrator clicks on Security tab

7 September 2011 at 1:19am
No, I want to do something server-side.
For example log something everytime the security tab is clicked on:
file_put_contents('log.txt','hello');
-
Re: Do something when administrator clicks on Security tab

7 September 2011 at 1:27am
no?
use an ajax request in jQuery then
| 401 Views | ||
|
Page:
1
|
Go to Top |


