diff -r 4d198a32ac7d -r d4809db37847 plugins/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-4F4EE10B-BC2C-4046-ADDB-AD4B67DB2A11.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plugins/org.symbian.tools.wrttools.doc.WebDeveloper/html/GUID-4F4EE10B-BC2C-4046-ADDB-AD4B67DB2A11.html Thu Aug 19 17:48:04 2010 -0700 @@ -0,0 +1,69 @@ + + +
Home screen widgets are WRT widgets that are enabled for the home screen. They have two views, home screen view and a full screen view.
+Mobile device users can manage widgets on the home screen, as follows:
+Add a widget to the home screen.
Remove a widget from the home screen.
Suspend the home screen by sending from the foreground to the background.
Launch the home screen widget in full view.
Resume the home screen by sending it from the background to the foreground.
Mobile device users can access widgets from:
Home screen
Applications menu
The following table lists features of a widget enabled for the home screen and differences in the widget functionality in the home screen view and full screen view.
Widget feature |
+Home screen view |
+Full screen view |
+
---|---|---|
Users can interact with the widget |
+No |
+Yes |
+
Widget appears in the open applications list |
+No The home screen is listed in the open applications list but individual home screen widgets are not |
+Yes |
+
Users can exit the widget |
+No Users can remove widgets from the home screen |
+Yes However, the widget remains running in the background and is still displayed on the home screen, until users remove it |
+
Users can uninstall the widget |
+Yes However, users must first remove the widget from the home screen |
+Yes However, users must first remove the widget from the home screen |
+
Once mobile device users add widgets to the home screen, they are running. If users launche the widget (for example, from Applications ) the home screen widget is displayed in full screen view. A separate instance of the widget is not launched.
Widgets that you enable for the home screen are automatically added to the list of available content in home screen options in alphabetic order. The name that appears in the list is determined by the DisplayName
key in the info.plist
file.
Widgets that are currently displayed on the home screen are hidden from the content list. When users uninstall a widget, it is removed from the content list automatically.
The home screen informs the widget when mobile device users remove a widget from the home screen. The widget shuts down.
Note: The widget does not need to do anything in response to the
onhide()
event.