Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe

Editor.js

A collection of 1 post
Editor.js

XQuared 사용하기 4

이번에는 XQuared API를 조금 살펴봤습니다. API 문서화를 매우 잘 해두었기 때문에, API만 보는 것으로도 많은 도움을 받을 수 있습니다. var xed; window.onload = function() { xed = new xq.Editor($(“xqEditor”)); xed.setEditMode(‘wysiwyg’); xed.loadStylesheet(“css/xq_contents.css”); xed.focus(); } 위의 코드가 XQuared 11월 8일 배포판에 포함되어 있던 코드 입니다.
Nov 14, 2007 — 1 min read
Whiteship © 2022
Powered by Ghost