calendarui/controller/data/calencommonui.rss
branchRCL_3
changeset 13 1984aceb8774
parent 11 0f07cd1b5772
equal deleted inserted replaced
11:0f07cd1b5772 13:1984aceb8774
   932             flags = EEikMenuItemAction;
   932             flags = EEikMenuItemAction;
   933             },
   933             },
   934         MENU_ITEM
   934         MENU_ITEM
   935             {
   935             {
   936             command = ECalenViewAttachmentCmdSave;
   936             command = ECalenViewAttachmentCmdSave;
   937             txt = qtn_cale_opt_save_attachment;
   937            txt = qtn_cale_stylus_popup_save;
   938              //Single click
   938              //Single click
   939             flags = EEikMenuItemSpecific;
   939             flags = EEikMenuItemSpecific;
   940             },
   940             },
   941         MENU_ITEM
   941         MENU_ITEM
   942             {
   942             {
   944             txt = qtn_calen_editor_opt_add_attachment;
   944             txt = qtn_calen_editor_opt_add_attachment;
   945             },
   945             },
   946         MENU_ITEM
   946         MENU_ITEM
   947             {
   947             {
   948             command = ECalenViewAttachmentCmdRemove;
   948             command = ECalenViewAttachmentCmdRemove;
   949             txt = qtn_cale_opt_remove_attachment;
   949             txt = qtn_cale_stylus_popup_remove_attachment;
   950              //Single click 
   950              //Single click 
   951             flags = EEikMenuItemSpecific;
   951             flags = EEikMenuItemSpecific;
   952             },
   952             },
   953         MENU_ITEM
   953         MENU_ITEM
   954             {
   954             {
  1111     }
  1111     }
  1112     
  1112     
  1113 RESOURCE TBUF r_qtn_cale_tb_custom_view 
  1113 RESOURCE TBUF r_qtn_cale_tb_custom_view 
  1114     {
  1114     {
  1115     buf = qtn_cale_opt_open;
  1115     buf = qtn_cale_opt_open;
  1116     }    
  1116     }  
       
  1117 
       
  1118 // ---------------------------------------------------------
       
  1119 //      r_calen_multidb_editor_color_grid_dlg
       
  1120 //      Color selection dialog with customized "none" text.
       
  1121 // ---------------------------------------------------------
       
  1122 //
       
  1123 RESOURCE DIALOG r_calen_multidb_editor_color_grid_dlg
       
  1124     {
       
  1125     flags = EEikDialogFlagNotifyEsc | 
       
  1126             EEikDialogFlagCbaButtons | EEikDialogFlagNoDrag | 
       
  1127             EEikDialogFlagNoBorder;
       
  1128     buttons=R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
  1129     items=
       
  1130         {
       
  1131         DLG_LINE
       
  1132             {
       
  1133             type = EAknCtPopupHeadingPane;
       
  1134             id = EColourGridPopup;
       
  1135             control = AVKON_HEADING
       
  1136                 {
       
  1137                 label = qtn_select_colour_prompt;
       
  1138                 headinglayout = R_AVKON_LIST_HEADING_PANE;
       
  1139                 };
       
  1140             },
       
  1141         DLG_LINE
       
  1142             {
       
  1143             type = EAknCtColourSelectionGridDialog;
       
  1144             id   = ECtrlGridType;
       
  1145             control = AVKON_COLOUR_SELECTION_GRID
       
  1146                 {
       
  1147                 nonetext = qtn_chat_set_colour_default;
       
  1148                 gridcontrol = GRID
       
  1149                     {
       
  1150                     style = R_COLOUR_SEL_GRID_STYLE_NONE;
       
  1151                     flags = EEikDlgItemTakesEnterKey;
       
  1152                     height  = 4;
       
  1153                     width = 4 ;
       
  1154                     };
       
  1155                 };
       
  1156             }
       
  1157         };
       
  1158     }
  1117 // End of File
  1159 // End of File