Frontend
Froala Editor License Key 세팅 (By AngularJS)
herojoon
2020. 4. 10. 00:13
반응형
- Froala Editor Docs : https://froala.com/wysiwyg-editor/docs/
app.value('froalaConfig', {
toolbarInline: false,
placeholderText: "Enter Text Here",
toolbarButtons : ["bold", "italic", "underline", "fontSize", "textColor"],
height: 500, // froala editor 세로길이
width: 800, // froala editor 가로길이
key: 'froala editor license key정보 입력'
});
반응형