Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I created one button in HTML I want to call the java function which should clear the current selection'
tried with below script it is not working.
HTML:
<button onClick=require.testButton()>
Clear
</button>
JS:
}
thanks
Ravi
First I would put a console.log('Inside function testButton') in your javascript function to see if it is really being called.