Some guidelines and pointers on how to write phpdoc comments for plugins. Probably...
[squirrelmail.git] / doc / compose.txt
... / ...
CommitLineData
1Using the comp_in_new function
2==============================
3
4comp_in_new is the javascript function to popup a new compose window.
5
6the function needs one argument:
71) url with arguments to the compose window.
8
9example 1:
10<a href="javascript:void(0)" onclick="comp_in_new("")>
11
12example 2:
13<a href="javascript:void(0)" onclick="comp_in_new("../../src/compose.php?argument1=true&amp;argument2=test")>
14