On Sun, 2009-02-01 at 18:55 +0100, Adrian Butnaru wrote:
> Hi,
> I am trying to dig inside the magnolia code.
> I see that showing of a window to edit a Document data is done by this 
> function:
> 
> show : function(path){
>         mgnlOpenWindow(".magnolia/dialogs/dmsEdit.html?mgnlPath=" + path 
> + "&mgnlRepository=dms");
>     },
> 
> I cannot find the file dmsEdit.html. Where is this located. I thought i 
> could find it in info/magnolia/module/dms/gui but it is not there.
> Can anybody give me a hint about this mechanism?

The url is just a virtual url. What it points to in reality is your
dmsEdit dialog node in /modules/dms/dialogs. Edit dialog html is then
created on the fly from whatever you have specified in that node.

HTH,
Jan

> 
> Thanks,
> Adrian
> 
> ----------------------------------------------------------------
> For list details see
> http://www.magnolia-cms.com/home/community/mailing-lists.html
> To unsubscribe, E-mail to: <[email protected]>
> ----------------------------------------------------------------
-- 
Best regards,

Jan Haderka
Magnolia International Ltd.

----------------------------------------------------------------------
[email protected]                http://www.magnolia-cms.com
Magnolia®  - Simple Open Source Content Management
----------------------------------------------------------------------


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to