Skip to content
New issue

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

changed all textarea to richtexteditor #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jethrodelrosario
Copy link

Added TinyMCE (Open Source Rich Text Editor) to views with textareas, and replaced all textareas with Rich Text Editor.

Documentation for TinyMCE may be found under the following link:
https://www.tiny.cloud/

@ZedTT ZedTT assigned ZedTT and jethrodelrosario and unassigned ZedTT Dec 11, 2020
@ZedTT ZedTT self-requested a review December 11, 2020 20:40
Copy link
Collaborator

@ZedTT ZedTT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some formatting that probably didn't need to be changed. Other than that, it looks good

Comment on lines -25 to -30
@Html.TextAreaFor(ballotIssue => ballotIssue.BallotIssueTitle, new { @class = "form-control", @rows = 2 })
@Html.TextAreaFor(ballotIssue => ballotIssue.BallotIssueTitle, new { @class = "form-control", @rows = 2})
@Html.ValidationMessageFor(ballotIssue => ballotIssue.BallotIssueTitle, "", new { @class = "text-danger" })
</div>
<div class="form-group">
@Html.LabelFor(ballotIssue => ballotIssue.Description, new { @class = "control-label" })
@Html.TextAreaFor(ballotIssue => ballotIssue.Description, new { @class = "form-control", @rows = 4 })
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this formatting change necessary?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not necessary, might've been to fix a typo

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.

3 participants