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
<html>
webforj/webforj#638
Remove the usage of the <html> tag from the documentation and samples, and switch to using the setHtml method. Don't Mention the <html> tag.
setHtml
For instance : https://documentation.webforj.com/docs/components/button#adding-icons-to-buttons
The text was updated successfully, but these errors were encountered:
The usage of the <html> tag in the docs was only in reference to adding an icon. The following PRs combined will resolve this issue for the docs:
The usage of the <html> tag in the samples will be addressed in the webforj-docs-samples PR #89.
Sorry, something went wrong.
The usage of the <html> tag in the docs was only in reference to adding an icon. The following PRs combined will resolve this issue for the docs: PR PR: Updated "Adding icons to buttons" section #286 PR PR: Icon Component Article #283 The usage of the <html> tag in the samples will be addressed in the webforj-docs-samples PR #89.
All the PRs mentioned in this previous comment have been merged, so this issue is now closed.
bbrennanbasis
When branches are created from issues, their pull requests are automatically linked.
webforj/webforj#638
Remove the usage of the
<html>
tag from the documentation and samples, and switch to using thesetHtml
method. Don't Mention the<html>
tag.For instance :
https://documentation.webforj.com/docs/components/button#adding-icons-to-buttons
The text was updated successfully, but these errors were encountered: