Hi Tobias,
that list makes more sense for development questions compared to German
user-list.
Perhaps I should say, I have egw 1.8.004. (not trunk).
echo “egw_framework: “.class_exists(egw_framework).”
”; ==> True
echo “egw_framework::validate_file:
”.function_exists(egw_framework::validate_file)."
"; ==> false
echo “egw_framework::includeCSS:
”.function_exists(egw_framework::includeCSS)."
"; ==> false
echo “egw(): “.function_exists(egw()).”
”; ==> false
This functions you tell of are not available in my application.
False version?
Yeap, these methods are only available in EPL-11.1 or Trunk.
validate_file is available in 1.8 in via
$GLOBALS[‘egw’]->javascript->validate_file() for includeCSS there’s no
pondon in 1.8 aside from (mis-)using
$GLOBALS[‘egw_info’][‘flags’][‘css’] for it.
Thought most easy (and already supported in 1.8) to include a single css
file for you application is to put it in
$appname/templates/default/app.css to get it automatically loaded by
framework.
Ralf
Ralf Becker
Director Software Development
Stylite AG
Morschheimer Strasse 15 | Tel. +49 6352 70629 0
D-67292 Kirchheimbolanden | Fax. +49 6352 70629 30
Email: rb@stylite.de
www.stylite.de | 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
Live Security Virtual Conference
Exclusive live event will cover all the ways today’s security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
eGroupWare-developers mailing list
eGroupWare-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/egroupware-developers