not quite sure, what you want to do. but I think its not as easy as you hoped it would be.
But you may try using custom fields:
- they are pretty much available in the major apps,
- you should not need to mess with the code, and
- you can add fields to an app, without breaking code
for anything else you may need a deeper understanding of how EGroupware is designed
and how it works.
And Yes, all php code is pretty much in APP/inc/*
But to actually put out a page to the user most input (and the resulting output) is handeled
by etemplate. more or less our rendering engine (not in all apps, but pretty much involved
all over the place).
So there is only the easy way to use what is available, and stay with the flow by using
customfields. Everything else will pretty much detach you from any changes that are
applied to EGroupware (and we are quite active).
Best regards
klaus
--
kl@...
Stylite AG
[ open style of IT ]
Morschheimer Strasse 15
67292 Kirchheimbolanden
fon 06352 . 70629-0
fax 06352 . 70629-30
http://www.stylite.de | http://www.egroupware.org
Managing Directors: Andre Keller | Ralf Becker | Gudrun Mueller
Chairman of the supervisory board: Prof. Dr. Birger Leon Kropshofer
VAT DE214280951 | Registered HRB 31158 Kaiserslautern Germany
----------------ursprüngliche Nachricht-----------------
Von: Detox [sklund@... ]
An: egroupware-developers@...
Datum: Tue, 19 Feb 2013 07:18:48 -0800 (PST)
-------------------------------------------------
> hello all!
>
> I hope I am posting in the correct place. I am attempting to understand
> EGW better so I can modify / customize small portions for local use. I am
> unclear on how to view the coding for any given page. Are all located in
> (windows PC) /htdocs/egw/calendar (addressbook ;filemanger; timesheet;
> etc)/inc as php files?
>
> If so, is there a way to search for s specific column in a table that would
> be a part of any one php file?
>
> I need to add / modify parts of db to include information needed locally, as
> well as add in fields on a page / screen . I do not want to break the
> programme in the process.
>
> Thanks for any input
>
>
>
> --
> View this message in context:
> http://egroupware.219119.n3.nabble.com/can-I-view-the-code-on-any-pa
> ge-tp3988742.html
> Sent from the egroupware-developers mailing list archive at Nabble.com.
>
>
> --------------------------------------------------------------------
> ----------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> eGroupWare-developers mailing list
> eGroupWare-developers@...
> https://lists.sourceforge.net/lists/listinfo/egroupware-developers
>
|