webforj / webforj-docs

Documentation and code examples for webforJ.
https://docs.webforj.com
0 stars 2 forks source link

Remove the usage of `<html>` tag from the docs and samples #177

Closed hyyan closed 3 weeks ago

hyyan commented 5 months ago

https://github.com/webforj/webforj/pull/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.

For instance : https://documentation.webforj.com/docs/components/button#adding-icons-to-buttons

bbrennanbasis commented 1 month ago

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.

bbrennanbasis commented 3 weeks ago

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.

All the PRs mentioned in this previous comment have been merged, so this issue is now closed.