This topic has not yet been rated - Rate this topic

AppBarCommand.extraClass property

Adds an extra CSS class during construction.

Syntax


<div data-win-control="WinJS.UI.AppBarCommand" data-win-options="{ extraClass : 'value'}" />


var extraClass = appBarCommand.extraClass;
appBarCommand.extraClass = extraClass;

Property value

Type: string

The name of the CSS class.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

WinJS.UI

Library

Ui.js

See also

AppBarCommand

 

 

Build date: 12/5/2012

© 2013 Microsoft. All rights reserved.