Class idx.mobile.About


Extends dojox.mobile.SimpleDialog.
The About widget is a dialog presenting information about an IBM One UI application in a standard way. It extends dojox/mobile/SimpleDialog to perform initialisation and configuration.

To create the dialog, initialise the widget with the required properties. The appropriate HTML and CSS is created immediately, and subsidiary dijit components may be created and marshalled, but the dialog is initially hidden. When the dialog is to be shown, call the show() method. The dialog incorporates its own 'Close' button which will hide the dialog automatically. If programmatic closing of the dialog is required, the hide() method may be called.


Defined in: <idx\mobile\About.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Creates a new "About" dialog

Field Summary

Field Attributes Field Name and Description
 
build 
The product build identifier (optional).
 
The copyright year or years that should be inserted into the legal information.
 
legal 
The copyright or other legal information that should be displayed.
 
logos 
An array of names of third-party logos to be displayed.
 
name 
The product name (required), to a maximum of 90 characters.
 
Additional trademark information that should be inserted into the legal information.
 
The product version (optional) in the form "V", "V.r", "V.r.m" or "V.r.m.f".

Method Summary

Method Attributes Method Name and Description
 
 
 

Constructor Detail

idx.mobile.About()

Creates a new "About" dialog
var about = new idx.mobile.About({

Field Detail

{string} build

The product build identifier (optional).

copyright

The copyright year or years that should be inserted into the legal information. This may be a single year number or a comma-separated list of year numbers. The default is to omit copyright years.

{string} legal

The copyright or other legal information that should be displayed. This may include simple HTML mark-up (e.g. for special characters or emphasis). It may also include string substitutions, eg ${copyright}.

logos

An array of names of third-party logos to be displayed. There are no pre-defined names currently defined.

{string} name

The product name (required), to a maximum of 90 characters. This may include simple HTML mark-up (e.g. for special characters or emphasis).

trademarks

Additional trademark information that should be inserted into the legal information. This may include simple HTML mark-up (e.g. for special characters or emphasis). The exact text from www.ibm.com/legal/copytrade.shtml should be used for the special non-IBM trademarks that appear on the label. If there is insufficient space, consult with your Division Intellectual Property attorney.

{string} version

The product version (optional) in the form "V", "V.r", "V.r.m" or "V.r.m.f".

Method Detail

addCover()


buildRendering()


refresh()