[OGo-Users] OGo customisation

Sebastian Reitenbach users@opengroupware.org
Wed, 30 Jan 2008 11:26:35 +0100


users@opengroupware.org wrote: 
> Many thanks to Adam & Helge for your lightning quick responses!
> 
> Please bear with me - I'm very new to this game :)
> 
> Reading your posts, it appears I can edit the files such as 
> WebUI/Project/LSWProject/SkyPropertiesEditor.m to change my interface.
> 
> I've looked at my installation and can only find :
> templates/LSWProject/SkyPropertiesEditor.wod
> 
> What are .m and .wod files anyway :) ? Are they interpreted or do they 
need
> compiling ?
The .m files are objc code. Changes there require recompilation. For the 
webui there are either .wod/.html files or .wox files. The html files are 
the templates for the WebUI, the .wod file provide the bindings into the 
objc code. The .wox files combine template and bindings.

cheers
Sebastian