File: SOGoDraftObject.toolbar

package info (click to toggle)
sogo 2.2.9%2Bgit20141017-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 43,812 kB
  • sloc: objc: 115,592; python: 5,696; sh: 1,380; perl: 861; makefile: 240; xml: 114; sql: 53; php: 43
file content (39 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
( /* the toolbar groups -*-cperl-*- */
  ( /* first group */
    { link  = "#";
      isSafe = NO;
      onclick  = "return clickedEditorSend(this);";
      image = "tb-compose-send-flat-24x24.png";
      cssClass = "tbicon_send";
      label = "Send";
      tooltip = "Send this message now"; }
  ),
  (
    { link  = "#";
      onclick  = "return onContactAdd(this);";
      image = "tb-compose-contacts-flat-24x24.png";
      cssClass = "tbicon_addressbook";
      label = "Contacts";
      tooltip = "Select a recipient from an Address Book"; },
    { link  = "#";
      isSafe = NO;
      onclick  = "return clickedEditorSave(this);";
      image = "tb-mail-file-flat-24x24.png";
      cssClass = "tbicon_save";
      label = "Save";
      tooltip = "Save this message"; },
    { link  = "#";
      hasMenu = YES;
      onclick = "return onSelectOptions(event);";
      image = "options.png";
      cssClass = "tbicon_options";
      label = "Options"; }
  ),
  (
    { link = "#";
      isSafe = NO;
      onclick = "return onCloseButtonClick(event);";
      label = "Close";
      image = "tb-mail-stop-flat-24x24.png"; }
  )
)