web/data/cubicweb.goa.js
changeset 11057 0b59724cb3f2
parent 11052 058bb3dc685f
child 11058 23eb30449fe5
equal deleted inserted replaced
11052:058bb3dc685f 11057:0b59724cb3f2
     1 /**
       
     2  *  functions specific to cubicweb on google appengine
       
     3  *
       
     4  *  :organization: Logilab
       
     5  *  :copyright: 2008-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
       
     6  *  :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
       
     7  */
       
     8 
       
     9 /**
       
    10  * .. function:: rql_for_eid(eid)
       
    11  *
       
    12  * overrides rql_for_eid function from htmlhelpers.hs
       
    13  */
       
    14 function rql_for_eid(eid) {
       
    15         return 'Any X WHERE X eid "' + eid + '"';
       
    16 }