Ir al contenido
Otras versiones

Cargando…

Extensions configuration parameters

Esta página aún no está disponible en tu idioma.

The application comes with integrated WYSIWYG editor based on tinyMCE v3.

The components of the editor can be parametrized with these parameters:

Field / Property Type Description
tinymce.plugins String Set enabled tinyMCE plugins.
Values:
- codehighlighting
- autolink
- lists
- pagebreak
- style
- layer
- table
- save
- advhr
- advimage
- advlink
- emotions
- iespell
- inlinepopups
- insertdatetime
- preview
- media
- searchreplace
- print
- contextmenu
- paste
- directionality
- fullscreen
- noneditable
- visualchars
- nonbreaking
- xhtmlxtras
- template
- advlist
codehighlighting, autolink, lists, pagebreak, style, layer, table, save, advhr, advimage, advlink, emotions, iespell, inlinepopups, insertdatetime, preview, media, searchreplace, print, contextmenu, paste, directionality, fullscreen, noneditable, visualchars, nonbreaking, xhtmlxtras, template, advlist
tinymce.skin String Set the tinyMCE skin
Values:
- o2k7
o2k7
tinymce.skin.variant String Set the tinyMCE skin variant
Values:
- silver
silver
tinymce.theme String Set the tinyMCE theme
Values:
- simple
- advanced
advanced
tinymce.theme.buttons1 String Set elements present in first toolbar.
Values:
- okm_checkin
- okm_cancelcheckout
- okm_searchDocument
- okm_searchFolder
- okm_searchImage
- newdocument
- codehighlighting
- bold
- italic
- underline
- strikethrough
- justifyleft
- justifycenter
- justifyright
- justifyfull
- styleselect
- formatselect
- fontselect
- fontsizeselect
okm_checkin, okm_cancelcheckout, okm_searchDocument, okm_searchFolder, okm_searchImage, newdocument, codehighlighting, |, bold, italic, underline, strikethrough, |, justifyleft, justifycenter, justifyright, justifyfull, styleselect, formatselect, fontselect, fontsizeselect
tinymce.theme.buttons2 String Set elements present in second toolbar.
Values:
- cutcopy
- paste
- pastetext
- pasteword
- search
- replace
- bullist
- numlist
- outdent
- indent
- blockquote
- undo
- redo
- link
- unlink
- anchor
- image
- cleanup
- help
- code
- insertdate
- inserttime
- preview
- forecolor
- backcolor
cut, copy, paste, pastetext, pasteword, |, search, replace, |, bullist, numlist, |, outdent, indent, blockquote, |, undo, redo, |, link, unlink, anchor, image, cleanup, help, code, |, insertdate, inserttime, preview, |, forecolor, backcolor
tinymce.theme.buttons3 String Set elements present in third toolbar.
Values:
- tablecontrols
- hr
- removeformat
- visualaid
- sub
- sup
- charmap
- emotions
- iespell
- media
- advhr
- print
- ltr
- rtl
tablecontrols, |, hr, removeformat, visualaid, |, sub, sup, |, charmap, emotions, iespell, media, advhr, |, print, |, ltr, rtl
tinymce.theme.buttons4 String Set elements present in fourth toolbar.
Values:
- insertlayer
- moveforward
- movebackward
- absolute
- styleprops
- cite
- abbr
- acronym
- del
- ins
- attribs
- visualchars
- nonbreaking
- template
- pagebreak
insertlayer, moveforward, movebackward, absolute, |, styleprops, |, cite, abbr, acronym, del, ins, attribs, |, visualchars, nonbreaking, template, pagebreak

Application comes with DXF applet viewer. If you observe problems on previewer text, you should configure the URL to indicate an extra fonts repository used in AutoCAD files. Simply copy the files to some public URL that can be resolved by desktop computer.

Field / Property Type Description
dxf.applet.debug.window Boolean Enable debug in java console view. By default is disabled.
false
dxf.applet.default.bigfont String Font might be used by big text. By default is empty.
arial
dxf.applet.default.font String Set the default font. By default is empty.
arial
dxf.applet.fontdir String Public URL with extra font repository. By default is empty.
http://fonts.openkm.com

The Zoho Docs is a Web-based online office suite containing word processing, spreadsheets, etc. Integration make possible online edition on documents stored into OpenKM repository.

You can obtain the user and password registering at http://zapi.zoho.com. Once registered and logged, you can request the API Key and the Secret Key. In the Zoho Dashboard you can also check how many edition requests you have performed.

Field / Property Type Description
zoho.api.key String The api key.
zoho.secret.key String The secret key.
zoho.user String Zoho username.
zoho.password String Zoho password.

OpenMeetings is a free browser-based software that allows you to set up instantly a conference in the Web. You can use your microphone or webcam, share documents on a white board, share your screen or record meetings. It is available as hosted service or you download and install a package on your server with no limitations in usage or users.

Field / Property Type Description
openmeetings.url String The url of the OpenMeetings server.
localhost
openmeetings.port String Default port is 5080.
5080
openmeetings.user String OpenMeetings user with administration grants.
openmeetings.credentials String OpenMeetings password.

With DICOM preview can be shown medical images. DICOM preview allows manipulate images from anywhere as easy as surfing the Internet with zero training.

Field / Property Type Description
dicom.url String URL of the DICOM service.

The ExtraTab allows to easily add a new tab with a name and specific URL.  

Field / Property Type Description
extension.extra.tab.workspace List Title and url pair. You can add single line ( where the character ; is the separator between title and url ) or several lines.
OpenKM;http://www.openkm.com
 If URL does not start with http it’s considered as OpenKM relative path and will be merged with your OpenKM server URL like YOUR_OPENKM_URL/url

The External tab document feature shows extra tabs in tab document view based on external URL request.

Field / Property Type Description
extension.external.tab.document List The format for each line is title;URL where character “;” is used as separator between title of tab and URL of contents.
OpenKM;http;//www.openkm.com

The External Tab Folder feature helps you to show the tab content in properties tab based on external URL request when a node folder is selected.

Field / Property Type Description
extension.external.tab.folder List Each row is a couple of values with a tab content declaration, the format is: name;url
name1;http://localhost:8180/OpenKM/test.jsp
name2;http://www.openkm.com

The External Tab Mail feature helps you to show tab content in properties tab based on external URL request when a node mail is selected.  

Field / Property Type Description
extension.external.tab.mail List Each row is a couple of values with a tab content declaration, the format is: name;url
name1;http://localhost:8180/OpenKM/test.jsp
name2;http://www.openkm.com