Seems done: delegate: DatasourcePreEdit
This is an open discussion with 2 replies, filed under Extensions.
Search
What are you trying to do? The DatasourcePreEdit
delegate fires when a DS is opened in the editor and an Authors presses 'Save'.
I missunderstand that. sorry. Now I'm working with InitaliseAdminPageHead to make a selectbox. there might be a possibility pathing the oPage at AdminPagePreGenerate or the output at AdminPagePostGenerate, but this seems to be to stressing for a simple seectbox.
thx for questioning to help me futher.
Create an account or sign in to comment.
In the docu is told that delegate DatasourcePreEdit fires :
but nothing happend by opennig the datasource editor. by clicking on save, the callback works (I've only made a
as output I recieve an array with eight entries, the last is:
'
delegate' => string 'DatasourcePreEdit' (length=17)
how can I debug this further more?
ok, quiete for sure I've used the wrong delegate.
delegate' => 'InitaliseAdminPageHead' would be the right one to modify the datasource editor, I think.