859627: Code snippet correction updated - #9874
Open
kaliraj2026 wants to merge 2 commits into
Open
Conversation
Contributor
|
Build Status: INPROGRESS 🔃 |
Contributor
|
CI Status: SUCCESS ✅ |
| </div> | ||
| </div> | ||
| <style> | ||
| .msg-custom-section .content-section { |
Collaborator
There was a problem hiding this comment.
Is thi custom class styles needed ?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Documentation(859627): Review and fix issues in Blazoromponent customization documentation
Issue
The Blazor Message component customization documentation contains multiple issues identified during review:
@using Syncfusion.Blazordirective in the Rounded and Square customization samples, resulting in compilation errors.@usingdirective included in the pure HTML/CSS Message sample where no Blazor components are used.id="msg"attribute present in the CSS Message sample, causing redundant markup.Solution
Updated the Message component customization documentation to resolve all reported issues by:
@using Syncfusion.Blazordirective to the Rounded and Square samples.@usingdirective from the HTML/CSS Message sample.id="msg"attribute from the CSS Message sample.These changes ensure that the samples compile correctly, follow documentation best practices, and provide cleaner, more accurate code examples.
Code Studio usage(Mandatory)
Code Studio used in this PR/MR?
If
Yes: Primary use (choose one)Outcome
If “Cost time” explain in short (1 or 2 lines):
Type of Change
Reviewer Checklist (Mandatory)