Integrated application specifig egw api into etemplate2 code

This commit is contained in:
Andreas Stöckel
2012-03-02 10:44:56 +00:00
parent bd273c1b45
commit 14e6ceecb6
13 changed files with 110 additions and 89 deletions

View File

@ -138,6 +138,10 @@ function et2_form_name(_cname,_name)
*/
function et2_js_pseudo_funcs(_val, _cname)
{
// TODO: Call et2 specific egw instance
// Move this function to the API!
if (_val.indexOf('egw::link(') != -1)
{
_val = _val.replace(/egw::link\(/g,'egw.link(');