| demos\outlook\email\email_reader.sdf |
1 GridPane { 2 borders: "shadow" 3 contentPadding { top: "3"; left: "3"; bottom: "3"; right: "3" } 4 columns: "1" 5 rows: "1" 6 regions { 7 { 8 bounds { x: "0"; y: "0" } 9 viewer { 10 Form { 11 name: "email_reader_form" 12 bgColor: "#ffffff" 13 borders: "focus" [ thickness="3" ] 14 bounds { width: "5"; height: "8" } 15 contentPadding { top: "5"; left: "5"; bottom: "5"; right: "5" } 16 layout: "table" 17 columns: "5" 18 widgets { 19 { 20 Label { 21 name: "subject_field" 22 columnSpan: "-1" 23 font { size: "15"; style: "bold" } 24 bounds { x: "0"; y: "0" } 25 textHAlignment: "left" 26 } 27 } 28 { 29 Label { 30 name: "from_field" 31 columnSpan: "-1" 32 font { size: "+3" } 33 bounds { x: "0"; y: "1" } 34 icon: "resource:pim.icon.yellowball" 35 textHAlignment: "left" 36 } 37 } 38 { 39 Label { 40 font { style: "bold" } 41 fgColor: "textHighlight" 42 bounds { x: "0"; y: "2" } 43 value: "To:" 44 } 45 } 46 { 47 Label { 48 name: "to_field" 49 bounds { x: "1"; y: "2" } 50 textHAlignment: "left" 51 } 52 } 53 { 54 Line { 55 columnSpan: "-1" 56 horizontalAlign: "full" 57 bounds { x: "0"; y: "3" } 58 } 59 } 60 { 61 DocumentPane { 62 name: "message_field" 63 columnSpan: "-1" 64 rowSpan: "4" 65 verticalAlign: "full" 66 horizontalAlign: "full" 67 editable: "false" 68 eventForHyperlinks: "true" 69 bounds { x: "0"; y: "4" } 70 supportedActions { 71 "pim_mail_reply" 72 "pim_mail_replytoall" 73 "pim_delete" 74 "pim_moveto" 75 "pim_print" 76 "pim_mail_forward" 77 "pim_mail_create_rule" 78 } 79 } [ onChange="handleHyperlink()" ] 80 } 81 } 82 } 83 } 84 } 85 } 86 } 87 88 89 90