We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please, add to JS Compiler an ability to get a text representation of created DOM element object.
The text was updated successfully, but these errors were encountered:
Why do you need it, example?
Sorry, something went wrong.
In WAVE some functions require html-content as parameter. For example, showConfirmationDialog(title, content, buttons, callback, options):
showConfirmationDialog(title, content, buttons, callback, options)
WAVE.GUI.showConfirmationDialog( 'Action confirmation', '<div>Are you sure you want to approve this action?</div><br />'+ '<div class="divWarnIrreversible">The action can't be reversed!</div>", // html-content [WAVE.GUI.DLG_YES, WAVE.GUI.DLG_NO], function (sender, result) { ... }, { btnCls: 'uiSmallButton' });
panagushin
No branches or pull requests
Please, add to JS Compiler an ability to get a text representation of created DOM element object.
The text was updated successfully, but these errors were encountered: