Skip to content

4dgeek/4d-component-tinymce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

4d-component-tinymce-editor

Update-History

  • Nov. 2018 4D update to v16

Further links

Your own setup

In the html file you can adjust your own preferences. See the online documentation: https://www.tiny.cloud/docs/. As an example in the component the current setup: (../Resources/tinymce/htmleditor.html)

<script>tinymce.init({
	plugins: 'link code',
	selector:'textarea',
	resize: true,
	width : '100%',
	height : '80%',
	menu : 'newdocument undo redo visualaid cut copy paste ...',
	toolbar: 'newdocument undo redo bold styleselect italic underline  alignleft  bullist numlist outdent indent link removeformat code'
});</script>

About

4D Component with tinymce in a WebArea

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published