phonebookui/Phonebook2/GroupExtension/rss/PguMembersListViewBase.rss
branchRCL_3
changeset 18 d4f567ce2e7c
parent 0 e686773b3f54
equal deleted inserted replaced
17:2666d9724c76 18:d4f567ce2e7c
    52             txt = qtn_phob_opt_fetch_members;
    52             txt = qtn_phob_opt_fetch_members;
    53             }
    53             }
    54         };
    54         };
    55     }
    55     }
    56 
    56 
    57 // ---------------------------------------------------------
       
    58 // Groups Members View's context menu bar
       
    59 // ---------------------------------------------------------
       
    60 //
       
    61 RESOURCE MENU_PANE r_phonebook2_groupmembers_markable_list_menu
       
    62     {
       
    63     items =
       
    64         {
       
    65         MENU_ITEM
       
    66             {
       
    67             command = EAknCmdMark;
       
    68             txt = qtn_options_list_mark_one;
       
    69             flags = EEikMenuItemSpecific;
       
    70             },
       
    71         MENU_ITEM
       
    72             {
       
    73             command = EAknCmdUnmark;
       
    74             txt = qtn_options_list_unmark_one;
       
    75             flags = EEikMenuItemSpecific;
       
    76             },
       
    77         MENU_ITEM
       
    78             {
       
    79             command = EAknMarkAll;
       
    80             txt = qtn_options_list_mark_all;
       
    81             },
       
    82         MENU_ITEM
       
    83             {
       
    84             command = EAknUnmarkAll;
       
    85             txt = qtn_options_list_unmark_all;
       
    86             }
       
    87         };
       
    88     }
       
    89 
    57 
    90 // ---------------------------------------------------------
    58 // ---------------------------------------------------------
    91 // Groups Members View's menu bar
    59 // Groups Members View's menu bar
    92 // ---------------------------------------------------------
    60 // ---------------------------------------------------------
    93 //
    61 //
    99             {
    67             {
   100             menu_pane = R_PHONEBOOK2_SYSTEM_MENU;
    68             menu_pane = R_PHONEBOOK2_SYSTEM_MENU;
   101             },
    69             },
   102         MENU_TITLE
    70         MENU_TITLE
   103             {
    71             {
   104             menu_pane = R_AVKON_MENUPANE_MARKABLE_LIST;
    72             menu_pane = R_AVKON_MENUPANE_MARK_MULTIPLE;
   105             },             
    73             },             
   106         MENU_TITLE
    74         MENU_TITLE
   107             {
    75             {
   108             menu_pane = R_PHONEBOOK2_BCARD_SEND_MENU;
    76             menu_pane = R_PHONEBOOK2_BCARD_SEND_MENU;
   109             },
    77             },
   138             }
   106             }
   139         
   107         
   140         };
   108         };
   141     }
   109     }
   142     
   110     
   143 // ---------------------------------------------------------
       
   144 // Groups Members View's context menu bar
       
   145 // ---------------------------------------------------------
       
   146 //
       
   147 RESOURCE MENU_BAR r_phonebook2_groupmembers_context_menubar
       
   148     {
       
   149     titles = 
       
   150         {
       
   151         MENU_TITLE
       
   152             {
       
   153             menu_pane = R_PHONEBOOK2_MARKABLE_LIST_CONTEXT_MENU;
       
   154             },                
       
   155         MENU_TITLE
       
   156             {
       
   157             menu_pane = R_PHONEBOOK2_BCARD_SEND_MENU;
       
   158             },
       
   159         MENU_TITLE
       
   160             {
       
   161             menu_pane = r_phonebook2_groupmembers_context_menu;
       
   162             }
       
   163         };
       
   164     }
       
   165 
   111 
   166 // End of File
   112 // End of File