Changes between Version 2 and Version 3 of phpgwapi/expressoAjax


Ignore:
Timestamp:
04/23/10 15:16:10 (14 years ago)
Author:
amuller
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • phpgwapi/expressoAjax

    v2 v3  
    4646}}} 
    4747Esta requisição chama delete_message do módulo corrente, e apaga os resultados gravados anteriores 
     48 
     49==Funções== 
     50{{{ 
     51borkb(size) 
     52Retorna no formato kb,mb ou gb um tamanho em bytes 
     53entrada integer 
     54saída string 
     55 
     56 
     57function url_encode(str) 
     58Codifica uma string para ser usada em url 
     59entrada string 
     60saída string 
     61 
     62 
     63function url_decode(str) 
     64Decodifica uma string url 
     65entrada string 
     66saída string 
     67 
     68function replaceAll(string, token, newtoken) 
     69 
     70function config_events(pObj, pEvent, pHandler) 
     71 
     72function removeAll(id) 
     73 
     74function validateEmail(email) 
     75 
     76function validateDomain(domain) 
     77 
     78function validateUrl(url) 
     79 
     80function trim(inputString) 
     81 
     82function LTrim(value) 
     83 
     84function add_className(obj, className) 
     85 
     86function remove_className(obj, className) 
     87 
     88function exist_className(obj, className) 
     89 
     90function validate_date(date) 
     91 
     92function get_lang(_key) 
     93 
     94function showBar() 
     95 
     96function hideBar() 
     97 
     98function changeBar() 
     99 
     100function initBar(val) 
     101 
     102function zoom_in(id) 
     103 
     104function zoom_out(id) 
     105}}}