2014-05-23 77 views
0

從錨標記創建的按鈕未禁用。我曾嘗試以下方法:如何禁用Nativedroid(v0.2.2)中的按鈕?

<li data-role="fieldcontain" id="listDownViewSubProject"> 
    <fieldset data-role="controlgroup"> 
     <legend style="text-transform:none;">SubProjects:</legend> 
     <a href="#" data-role="button" id='btnSubProject' class="ui-disabled" data-icon='circle-arrow-down' data-iconpos='right' style="text-transform:none;" >Select the SubProject</a> 
    </fieldset> 
</li> 

謝謝。

回答

0

嘗試disabled屬性

<a href="#" data-role="button" id='btnSubProject' data-icon='circle-arrow-down' data-iconpos='right' style="text-transform:none;" disabled>Select the SubProject</a> 
+0

我已經嘗試過這一點。這不是幫助我.. – RamGrg

+0

我剛測試過這個。它爲我工作。 – AtanuCSE

+0

你在測試nativedroid(v0.2.2)嗎? – RamGrg