Topics: |
Mobile Favorites are reports, graphs, hyperlinks, and other item types, except Reporting Objects that you can add to the Mobile Favorites list in the Resources tree. Adding items to the Mobile Favorites list enables you to display them on mobile devices. You can add items to Mobile Favorites from any domain or folder.
This section contains information to help you get up and running quickly using Mobile Favorites.
Note: This parameter may be used by other portions of WebFOCUS.
Topics: |
How to: |
The following image shows a sample Mobile Favorites list.
Report items stored in the Mobile Favorites list are sorted alphabetically by title. All the options that are usually available for an item are available from the Mobile Favorites list, including Run, Run Deferred, and Schedule.
You can access your Mobile Favorites by typing the URL in the browser of a mobile device, or by sending an email from the Resources tree that contains the URL to your Mobile Favorites list and then opening that email using a mobile device. The Mobile Favorites page provides a shortcut to the items that you selected as Mobile Favorites.
The Mobile Favorites Email dialog box opens, as shown in the following image.
Note: The Sent Email option only displays if the Email Server setting is configured in the Administration Console, in the Other section of the Application Settings.
http://hostname[:port]/wf_context_root/mobile
where:
Is the name of the web server and optional port number (specified only if you are not using the default port number), where the WebFOCUS application is deployed.
Is the site-customized context root for the WebFOCUS web application deployed on the application server. The default value is ibi_apps.
An example of a pop-up form is shown in the following image.
Note: When a valid user ID and password is accepted, a non-expiring cookie is written to the mobile device unless you clear the Remember me option. This option is selected by default. This cookie is valid for the duration of the browser session to provide direct access to the Mobile Favorites launch page without having to provide sign-in credentials again. If you close the browser, you have to enter a valid user ID and password to sign in again.
The Mobile Favorites launch page opens. The available report items appear, as shown in the following image.
The interface is styled like a mobile web app, with buttons and page titles at the top, and main content in the middle. The main content is scrollable.
In addition, this interface is optimized for mobile devices, but still can be accessed from desktop browsers. However, desktop browsers, such as Firefox, may require you to use keyboard arrow buttons.
Mobile Favorites links are organized by their domain-based folders and are listed in alphabetical order. This is similar to the behavior experienced with the Mobile Faves app.
The item opens.
The following image is an example of an open visualization.
You can customize Mobile Favorites pages. However, this requires manually modifying the HTML that generates the Mobile Favorites portal pages.
Note:
The files that can be modified are found in the ibi\ibi\WebFOCUS82\webapps\webfocus\mobile directory. These files represent the HTML presented to the user as part of logging in, showing the Mobile Favorites list page, as well as an error page. This can only be done by an administrator.
An administrator can add a corporate logo by replacing the filler image file, mylogo.gif, with your own image. The new image should also be named mylogo.gif.
After replacing the mylogo.gif file in the \ibi\WebFOCUS82\webapps\webfocus\mobile\resources\images directory, you must rebuild the webfocus.war file and redeploy it.
Note: You should also replace the mylogo.gif file in the \ibi\WebFOCUS82\webapps\webfocus\mobile\resources\images directory.
If you use a different image type, you must also manually modify the Mobile Favorite jsp pages found in the \ibi\WebFOCUS82\webapps\webfocus\mobile\jsp\mobileFavorites directory.
The following line of code exists in the MobileList, MobileError, and MobileLogin files
String CORPORATE_IMG_SRC = WORP_AssetsManager.getAssetHREF("img_logos", "mylogo.gif", request.getContextPath());
where:
Can be replaced with the new file name.
Once this is done, restart the application server.
The following is an example of the code.
String POWERED_IMG_SRC = WORP_AssetsManager.getAssetHREF("img_logos", "powered.gif", request.getContextPath()); String CORPORATE_IMG_SRC = WORP_AssetsManager.getAssetHREF("img_logos", "mylogo.gif", request.getContextPath());
WebFOCUS | |
Feedback |