1.1 --- a/epoc32/include/mw/browseruisdkcrkeys.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/mw/browseruisdkcrkeys.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -11,7 +11,7 @@
1.4 *
1.5 * Contributors:
1.6 *
1.7 -* Description:
1.8 +* Description:
1.9 *
1.10 */
1.11 #ifndef BROWSERUISDKCRKEYS_H
1.12 @@ -69,7 +69,7 @@
1.13 // Any String value
1.14 const TUint32 KBrowserSelfDownloadContentTypes = 0x0000001D;
1.15
1.16 -enum TBrowserCenRepApSelectionModeValues
1.17 +enum TBrowserCenRepApSelectionModeValues
1.18 {
1.19 EBrowserCenRepApSelModeUserDefined = 0, // User defined
1.20 EBrowserCenRepApSelModeAlwaysAsk = 1, // Always ask
1.21 @@ -99,8 +99,8 @@
1.22 *
1.23 */
1.24
1.25 -// Load Content
1.26 -// Valid values:
1.27 +// Load Content
1.28 +// Valid values:
1.29 // If flash plugin is present: 0 = Text only, 1 = Images,No flash, 2 = All
1.30 // If flash plugin is not present 0 = Text only, 1 = All
1.31 const TUint32 KBrowserNGImagesEnabled = 0x00000025;
1.32 @@ -130,6 +130,25 @@
1.33 // Valid values: 0 = off 1 = on
1.34 const TUint32 KBrowserNGPageOverview = 0x0000002E;
1.35
1.36 +// Valid values for KBrowserNGHomepageType
1.37 +enum TBrowserCenRepHomePageTypeValue
1.38 +{
1.39 + EBrowserCenRepAccessPoint = 0, // AccessPoint
1.40 + EBrowserCenRepUserDefinedHomePage = 1, // User defined home page address
1.41 + EBrowserCenRepCurrentURL = 2, // Current URL
1.42 + EBrowserCenRepBookmarks = 3 // Bookmarks
1.43 +};
1.44 +
1.45 +// Integer type value to indicate what type of Home Page
1.46 +// should be launched when "Home" option is activated.
1.47 +// Valid values:
1.48 +// AccessPoint = 0,
1.49 +// User defined home page address = 1,
1.50 +// Current URL = 2,
1.51 +// Bookmarks = 3
1.52 +// Enums for these valid values are as defined in TBrowserCenRepHomePageTypeValue
1.53 +const TUint32 KBrowserNGHomepageType = 0x00000031;
1.54 +
1.55 // Mime types for HTTP accept header.
1.56 // Any String value
1.57 const TUint32 KBrowserNGMimeTypes = 0x00000032;
1.58 @@ -161,7 +180,7 @@
1.59 // Any String value
1.60 const TUint32 KBrowserNGShortCutFuncHomePg = 0x0000003A;
1.61
1.62 -// Short cut keys for function: Go to bookmark
1.63 +// Short cut keys for function: Go to bookmark
1.64 // Any String value
1.65 const TUint32 KBrowserNGShortCutFuncBkMark = 0x0000003B;
1.66
1.67 @@ -200,12 +219,12 @@
1.68 const TUint32 KBrowserNGRotateDisplay = 0x00000044;
1.69
1.70 // Setting to enable "Open download" menu item
1.71 -// Valid value 0 = no, 1 = yes
1.72 +// Valid value 0 = no, 1 = yes
1.73 const TUint32 KBrowserNGOpenDownloads = 0x00000045;
1.74
1.75 //DEPRECATED/OBSOLETE: Smart Link.
1.76 // Valid values: 0 = off 1 = on
1.77 -const TUint32 KBrowserNGSmartLink = 0x00000046;
1.78 +const TUint32 KBrowserNGSmartLink = 0x00000046;
1.79
1.80 // Setting to enable updating while roaming
1.81 // Valid values: 0 = off 1 = on
1.82 @@ -246,7 +265,7 @@
1.83
1.84 //Setting for Toolbar Button 2 Command
1.85 const TUint32 KToolbarButton2Cmd = 0x00000057;
1.86 -
1.87 +
1.88 //Setting for Toolbar Button 3 Command
1.89 const TUint32 KToolbarButton3Cmd = 0x00000058;
1.90
1.91 @@ -308,24 +327,24 @@
1.92 // Valid values: 0 = disabled 1 = log to file 1 = log to UI console
1.93 const TUint32 KBrowserNGScriptLog = 0x00000070;
1.94
1.95 -// KBrowserNGZoomMin represents the minimum percentage zoom level to be
1.96 -// supported by the browser.
1.97 +// KBrowserNGZoomMin represents the minimum percentage zoom level to be
1.98 +// supported by the browser.
1.99 // Valid values: 10 to 2000, default value for this field 10
1.100 const TUint32 KBrowserNGZoomMin = 0x00000071;
1.101
1.102 // The browser supports zoom levels between 10-2000 percent.
1.103 -// KBrowserNGZoomMax represents the maximum percentage zoom level to be
1.104 +// KBrowserNGZoomMax represents the maximum percentage zoom level to be
1.105 // supported by the browser.
1.106 // Valid values: 10 to 2000, default value for this field 200
1.107 const TUint32 KBrowserNGZoomMax = 0x00000072;
1.108
1.109 -// KBrowserNGZoomDefault represents the default percentage zoom level to be
1.110 +// KBrowserNGZoomDefault represents the default percentage zoom level to be
1.111 // supported by the browser when opening a webpage for the first time.
1.112 // Valid values: 10 to 2000, default value for this field 100
1.113 const TUint32 KBrowserNGZoomDefault = 0x00000073;
1.114
1.115 -// KBrowserNGMaxRecentUrls is the number of Recent URLs to be shown in
1.116 -// the pop up list
1.117 +// KBrowserNGMaxRecentUrls is the number of Recent URLs to be shown in
1.118 +// the pop up list
1.119 // Valid values: 1 to 10, default value for this field is 6
1.120 const TUint32 KBrowserNGMaxRecentUrls = 0x00000074;
1.121
1.122 @@ -361,22 +380,22 @@
1.123 const TUint32 KBrowserServiceUrl = 0x0000007B;
1.124
1.125 // KBrowserFirstBoot
1.126 -// Valid values: 1 if browser first boot is not done yet, other 0
1.127 +// Valid values: 1 if browser first boot is not done yet, other 0
1.128 const TUint32 KBrowserFirstBoot = 0x0000007C;
1.129
1.130 -// KBrowserSearch TInt if browser search is present
1.131 +// KBrowserSearch TInt if browser search is present
1.132 // Valid values: 0, 1
1.133 const TUint32 KBrowserSearch = 0x0000007D;
1.134
1.135 // KBrowserServices TInt if browser service is present
1.136 -// Valid values: 0,1
1.137 +// Valid values: 0,1
1.138 const TUint32 KBrowserServices = 0x0000007E;
1.139
1.140 // KBrowserSearchAppUid - browser Search Application UID
1.141 // Valid values:any positive 32-bit integer value
1.142 const TUint32 KBrowserSearchAppUid= 0x0000007F;
1.143
1.144 -// Search Application View UID for selection of Default
1.145 +// Search Application View UID for selection of Default
1.146 // Search Provider.
1.147 // Valid values:any positive 32-bit integer value.
1.148 const TUint32 KBrowserSearchProviderSettingViewId = 0x00000080;
1.149 @@ -385,4 +404,10 @@
1.150 // Used by Search Scheme Handler.
1.151 const TUint32 KBrowserSearchProviderUrl = 0x00000081;
1.152
1.153 +// Cursormode which defines the cursor display supported status depends on phones.
1.154 +const TUint32 KBrowserCursorShowMode = 0x00000082;
1.155 +
1.156 +// Controls whether enter key can activate a link, ot just has a default behavior.
1.157 +const TUint32 KBrowserEnterKeyMode = 0x00000083;
1.158 +
1.159 #endif // BROWSERUISDKCRKEYS_H
1.160 \ No newline at end of file