data-win-selectable property

Expand
Language: JavaScript and HTML | VB/C#/C++ and XAML
This topic has not yet been rated - Rate this topic

data-win-selectable property

[This documentation is preliminary and is subject to change.]

Applies to: Metro style apps only

Specifies that the element is selectable. By default, all input elements and elements with the contentEditable attribute set to true are selectable. Other elements must have this attribute to be selectable.

Syntax


<div data-win-selectable="true" 

Property value

Requirements

Namespace

Library

Ui.js

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD