Zmiany pomiędzy wersją 4 and wersją 5 dla DeployerGuide/Others/CustomWidgets

Pokaż
Ignoruj:
Data i czas:
08/14/12 11:19:41 (12 years temu)
Autor:
TS (IP: 213.227.67.33)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Others/CustomWidgets

    v4 v5  
    3333    public static function init() { 
    3434 
     35        // wyświetla monit eDokumentowy 
     36        JScript::alert(Translator::translate('Witaj to ja Twój plugin')); 
     37 
     38        // wyświetla monit JavaScriptowy alert 
     39        JScript::add('alert(666)');         
     40 
    3541    } 
    3642