Skip to content

Conversation

@labkey-adam
Copy link

Rationale

Migrate Writer to HtmlWriter

Related Pull Requests

@bbimber
Copy link
Collaborator

bbimber commented Mar 14, 2025

hi @labkey-adam , so is the idea here that we need to migrate code to use the HtmlWriter, not Writer? I see the method passes both now - is this an interim stage that will ultimately be deprecated?

@labkey-adam
Copy link
Author

hi @labkey-adam , so is the idea here that we need to migrate code to use the HtmlWriter, not Writer? I see the method passes both now - is this an interim stage that will ultimately be deprecated?

@bbimber Yes, exactly. The primary goal is to convert all the awkward, unsafe String-based HTML generation into DOM and builders. Plenty of examples in DataRegion (which is now completely migrated) and DisplayColumn (migrated except for three methods).

* Finish renderGridCellContents migration
@labkey-adam labkey-adam merged commit cc71f7f into develop Mar 18, 2025
4 checks passed
@labkey-adam labkey-adam deleted the fb_htmlwriter branch March 18, 2025 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants