본문 바로가기

Front end/JS (JavaScript)

데브익스프레스 (DevExpress) 툴바(toolbar) 위치 변경 (Relocate the Toolbar)

728x90

자바스크립트 (JQuery)

$(function(){
      $(".devLocation").dxHtmlEditor({ //dev 삽입 위치
            toolbar: {
         // ...
         container: ".newLocation" // toolbar, 원하는 위치로 변경
      }
   })
})

 

728x90