browserui/browser/SrcData/BrowserScriptDialogs.rssi
branchRCL_3
changeset 64 6385c4c93049
parent 63 4baee4f15982
child 65 8e6fa1719340
equal deleted inserted replaced
63:4baee4f15982 64:6385c4c93049
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *      Script dialogs resources
       
    16 *
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //  RESOURCE DEFINITIONS 
       
    22 // ---------------------------------------------------------
       
    23 //   
       
    24 //    r_wb_script_prompt_lines
       
    25 //
       
    26 // ---------------------------------------------------------
       
    27 //
       
    28 RESOURCE DIALOG r_wb_script_prompt_url_address
       
    29 	{
       
    30 	flags = EGeneralQueryFlags;
       
    31 	buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
    32     items =
       
    33 		{
       
    34 		DLG_LINE
       
    35 			{
       
    36 			type = EAknCtQuery;
       
    37 			id = EGeneralQuery;
       
    38 			control = AVKON_DATA_QUERY
       
    39 				{ 
       
    40 				layout = EDataLayout;
       
    41                 control = EDWIN
       
    42                     {
       
    43                     width = 20;
       
    44                     maxlength = 128;
       
    45 					default_case = EAknEditorLowerCase;
       
    46 					allowed_case_modes = EAknEditorLowerCase | EAknEditorUpperCase;
       
    47 					default_input_mode = EAknEditorTextInputMode;
       
    48 					allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode;
       
    49 					avkon_flags = EAknEditorFlagLatinInputModesOnly;
       
    50                     };
       
    51 				};
       
    52 			}
       
    53 		};
       
    54 
       
    55 	}
       
    56 
       
    57 
       
    58 RESOURCE DIALOG r_wb_script_prompt_lines
       
    59 	{
       
    60 	flags = EGeneralQueryFlags;
       
    61 	buttons = R_AVKON_SOFTKEYS_OK_CANCEL__OK;
       
    62     items =
       
    63 		{
       
    64 		DLG_LINE
       
    65 			{
       
    66 			type=EAknCtQuery;
       
    67 			id=EGeneralQuery;
       
    68 			control= AVKON_DATA_QUERY
       
    69 				{ 
       
    70 				layout=EDataLayout;
       
    71                 control = EDWIN
       
    72                     {
       
    73                     width = 20;
       
    74                     maxlength = 128;
       
    75 					default_case = EAknEditorLowerCase;
       
    76 					allowed_case_modes = EAknEditorAllCaseModes; 
       
    77 					default_input_mode = EAknEditorTextInputMode;
       
    78 					allowed_input_modes = EAknEditorTextInputMode | EAknEditorNumericInputMode;
       
    79                     };
       
    80 				};
       
    81 			}
       
    82 		};
       
    83 
       
    84 	}
       
    85 
       
    86 //  RESOURCE DEFINITIONS 
       
    87 // ---------------------------------------------------------
       
    88 //   
       
    89 //    r_wb_script_query_lines
       
    90 //
       
    91 // ---------------------------------------------------------
       
    92 //
       
    93 RESOURCE DIALOG r_wb_script_query_lines
       
    94 	{
       
    95 	flags=EGeneralQueryFlags;
       
    96 	buttons=R_AVKON_SOFTKEYS_YES_NO__YES;
       
    97    	 items=
       
    98 		{
       
    99 		DLG_LINE
       
   100 			{
       
   101 			type=EAknCtQuery;
       
   102 			id=EGeneralQuery;
       
   103 			control= AVKON_CONFIRMATION_QUERY 
       
   104 				{ 
       
   105 					layout = EConfirmationLayout;
       
   106 					label = "dummy";
       
   107 				};
       
   108 			}
       
   109 		};
       
   110 	}
       
   111 
       
   112 
       
   113 //  RESOURCE DEFINITIONS 
       
   114 // ---------------------------------------------------------
       
   115 //   
       
   116 //    r_wb_script_info_lines
       
   117 //
       
   118 // ---------------------------------------------------------
       
   119 //
       
   120 RESOURCE DIALOG r_wb_script_info_lines
       
   121 	{
       
   122 	flags=EGeneralQueryFlags;
       
   123 	buttons=R_AVKON_SOFTKEYS_OK_EMPTY__OK;
       
   124 	items=
       
   125 		{
       
   126 		DLG_LINE
       
   127 			{
       
   128 			type=EAknCtQuery;
       
   129 			id=EGeneralQuery;
       
   130 			control= AVKON_CONFIRMATION_QUERY 
       
   131 				{ 
       
   132 					layout = EConfirmationLayout;
       
   133 					label = "dummy";
       
   134 				};
       
   135 			}
       
   136 		};
       
   137 	}
       
   138 
       
   139 
       
   140 // End of File