Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <div class="infoShowFormBdr ps" [perfectScrollbar]="scrollConfig" style="height: calc(100vh - 20px);border: 1px solid #ccc;">
  2. <input type="text" id="infoTitle" tabindex="1" placeholder="Title" maxlength="100"autocomplete="off">
  3. <div class="editorBox" style="height: calc(100vh - 380px);">
  4. <div id="infoEditor" role="textbox" aria-multiline="true" tabindex="2" contenteditable="true">
  5. Enter text here
  6. </div>
  7. </div>
  8.  
  9. <div class="infoShowFormToolbarCntr">
  10. <div id="infoShowFormToolbar">Toolbar </div>
  11. </div>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement