striven-erp/striven-editor

Should align text to the right

Opened this issue · 4 comments

Should align text to the right

Can i take up this issue?

@XIZT07 Absolutely! You can write this test here: striven-editor/demo/src/test.js

Please reach out for any help.

Please provide a clear description - if any content has to be aligned right or tests are to be written for aligning right?
I didn't get it clearly!!

I think the test should do the following:

  1. Set some content in the editor with se.setContent
  2. Use se.executeCommand to apply align right formatting
  3. Should call se.getContent and check to make sure the HTML has right alignment on the content that was formatted.