hi :
<p>
<strong>examp</strong>
<button id="delTokenBtn">quit</button>
<div id="delTokenInfo"></div>
</p>
<pre><code>
$("#delTokenBtn").click(function(){
var info = $.fn.umshare.delToken("facebook");
$("#delTokenInfo").html('quit success');
});
</code></pre>
i want add social share function to my project,and i found one phonegap plugin to achieve it,see the above code
To the problem,the smartgwt.mobile output code was confused,can't add click handler on one button?
does other solutions,or use smartgwt.mobile with java code?
thank you
oh i see the gwt compile setting to change obfusecate to pretty to see the code
<p>
<strong>examp</strong>
<button id="delTokenBtn">quit</button>
<div id="delTokenInfo"></div>
</p>
<pre><code>
$("#delTokenBtn").click(function(){
var info = $.fn.umshare.delToken("facebook");
$("#delTokenInfo").html('quit success');
});
</code></pre>
i want add social share function to my project,and i found one phonegap plugin to achieve it,see the above code
To the problem,the smartgwt.mobile output code was confused,can't add click handler on one button?
does other solutions,or use smartgwt.mobile with java code?
thank you
oh i see the gwt compile setting to change obfusecate to pretty to see the code