Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 

18 rindas
520 B

  1. Writing Scripts
  2. ===============
  3. In your application, you can put in automation by writing scripts. These scripts can be use for
  4. checking value of inputs, doing calculations, fetching values from other records etc.
  5. Scripts are executed on events. These events can be triggered on the server-side or client-side.
  6. For more advanced function relating to scripts, please see the API and Cookbook
  7. .. toctree::
  8. server_side_script
  9. client_side_script
  10. server_side_cookbook
  11. client_side_cookbook
  12. report_cookbook