Create an idx/mobile/About widget or idx/mobile/AboutPane widget, supplying your product's name, version, build identifier, the applicable copyright year(s), any additional trademark text you need to include, and optionally requesting to include the standard Eclipse logo if applicable. Additional HTML and widget content may also be included in the about panel by placing it within the <div> tag.

The idx/mobile/About widget is a dialog which should be used on tablet displays. The idx/mobile/AboutPane widget is a view which should be used on phone displays.

<div data-dojo-type="idx/mobile/About" data-dojo-props="
		name: 'Product Name',
		version: '3.2',
		build: 'c5415',
		copyright: '2013, 2010',
		trademarks: '<i>[Use exact text from www.ibm.com/legal/copytrade.shtml ' +
					'for the special non-IBM trademarks that appear on the label. ' +
					'If you have insufficient space, consult with your Division ' +
					'Intellectual Property attorney].</i>'
	">
	</div>