Home | History | Annotate | Download | only in resources

Lines Matching full:draggable

940      <li><a href=#the-draggable-attribute><span class=secno>8.9.5 </span>The <code>draggable</code> attribute</a></li>
8727 attribute boolean <a href=#dom-draggable title=dom-draggable>draggable</a>;
8829 <li><code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code></li>
43916 <!- - v2DGDND: selection should draggable to and from datagrids - ->
62870 <li>Elements with a <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code>
64379 <p>To make an element draggable is simple: give the element a <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> attribute, and set an event
64392 &lt;li draggable data-value="fruit-apple"&gt;Apples&lt;/li&gt;
64393 &lt;li draggable data-value="fruit-orange"&gt;Oranges&lt;/li&gt;
64394 &lt;li draggable data-value="fruit-pear"&gt;Pears&lt;/li&gt;
64883 the IDL attribute <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> set
64890 attribute have their <code title=dom-draggable><a href=#dom-draggable>draggable</a></code>
65432 <h4 id=the-draggable-attribute><span class=secno>8.9.5 </span>The <dfn title=attr-draggable><code>draggable</code></dfn> attribute</h4>
65434 <p>All <a href=#html-elements>HTML elements</a> may have the <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> content attribute set. The
65435 <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> attribute is an
65442 <p>The <i>true</i> state means the element is draggable; the
65446 <dl class=domintro><dt><var title="">element</var> . <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> [ = <var title="">value</var> ]</dt>
65450 <p>Returns true if the element is draggable; otherwise, returns
65453 <p>Can be set, to override the default and set the <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> content attribute.</p>
65459 <p>The <dfn id=dom-draggable title=dom-draggable><code>draggable</code></dfn> IDL
65462 draggable. Generally, only text selections are draggable, but
65463 elements whose <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL
65464 attribute is true become draggable as well.</p>
65466 <p>If an element's <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code>
65467 content attribute has the state <i>true</i>, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute must return
65470 <p>Otherwise, if the element's <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> content attribute has the
65471 state <i>false</i>, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute must return
65474 <p>Otherwise, the element's <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> content attribute has the
65476 or, if the element is an <code><a href=#the-a-element>a</a></code> element with an <code title=attr-hyperlink-href><a href=#attr-hyperlink-href>href</a></code> content attribute, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute must return
65479 <p>Otherwise, the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> DOM
65482 <p>If the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute
65483 is set to the value false, the <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code> content attribute must be
65484 set to the literal value <code title="">false</code>. If the <code title=dom-draggable><a href=#dom-draggable>draggable</a></code> IDL attribute is set to the
65485 value true, the <code title=attr-draggable><a href=#the-draggable-attribute>draggable</a></code>
82369 <tr><th> <code title="">draggable</code>
82370 <td> <a href=#the-draggable-attribute title=attr-draggable>HTML elements</a>
82371 <td> Whether the element is draggable