[PR #491] [MERGED] Set Placeholder for HTML-editor components #2202

Closed
opened 2026-01-29 18:17:43 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/491
Author: @rebnis-johan
Created: 6/14/2022
Status: Merged
Merged: 6/14/2022
Merged by: @akorchev

Base: masterHead: placeholders-for-htmleditorcomponents


📝 Commits (3)

  • 1a96568 Possible to set placeholder for HtmlEditorFontName
  • 8f89e05 Possible to set placeholder for HtmlEditorFontSize
  • 0e21aac Possible to set placeholder for HtmlEditorFormatBlock

📊 Changes

6 files changed (+21 additions, -3 deletions)

View changed files

📝 Radzen.Blazor/RadzenHtmlEditorFontName.razor (+1 -1)
📝 Radzen.Blazor/RadzenHtmlEditorFontName.razor.cs (+6 -0)
📝 Radzen.Blazor/RadzenHtmlEditorFontSize.razor (+1 -1)
📝 Radzen.Blazor/RadzenHtmlEditorFontSize.razor.cs (+6 -0)
📝 Radzen.Blazor/RadzenHtmlEditorFormatBlock.razor (+1 -1)
📝 Radzen.Blazor/RadzenHtmlEditorFormatBlock.razor.cs (+6 -0)

📄 Description

This PR adds possibility to set the Placeholder-texts for the sub components to the RadzenHtmlEditor, specifically RadzenHtmlEditorFontName, RadzenHtmlEditorFontSize and RadzenHtmlEditorFormatBlock. As all titles/tooltips colud already be set, this was the only(?) thing missing to make it possible to change language for the html-editor.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/491 **Author:** [@rebnis-johan](https://github.com/rebnis-johan) **Created:** 6/14/2022 **Status:** ✅ Merged **Merged:** 6/14/2022 **Merged by:** [@akorchev](https://github.com/akorchev) **Base:** `master` ← **Head:** `placeholders-for-htmleditorcomponents` --- ### 📝 Commits (3) - [`1a96568`](https://github.com/radzenhq/radzen-blazor/commit/1a965683c549617f8d0efe124c22d19cd2119f96) Possible to set placeholder for HtmlEditorFontName - [`8f89e05`](https://github.com/radzenhq/radzen-blazor/commit/8f89e0534ae87b79acb83490266347a98609f5ff) Possible to set placeholder for HtmlEditorFontSize - [`0e21aac`](https://github.com/radzenhq/radzen-blazor/commit/0e21aac6dd454ea182574714187d20debe952997) Possible to set placeholder for HtmlEditorFormatBlock ### 📊 Changes **6 files changed** (+21 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenHtmlEditorFontName.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenHtmlEditorFontName.razor.cs` (+6 -0) 📝 `Radzen.Blazor/RadzenHtmlEditorFontSize.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenHtmlEditorFontSize.razor.cs` (+6 -0) 📝 `Radzen.Blazor/RadzenHtmlEditorFormatBlock.razor` (+1 -1) 📝 `Radzen.Blazor/RadzenHtmlEditorFormatBlock.razor.cs` (+6 -0) </details> ### 📄 Description This PR adds possibility to set the Placeholder-texts for the sub components to the RadzenHtmlEditor, specifically RadzenHtmlEditorFontName, RadzenHtmlEditorFontSize and RadzenHtmlEditorFormatBlock. As all titles/tooltips colud already be set, this was the only(?) thing missing to make it possible to change language for the html-editor. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:17:43 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2202