We use cookies to make our website more effective. By using our website you agree to our privacy policy.

Namespace: content

content

content.js is part of Aloha Editor project http://www.alohaeditor.org

Aloha Editor ● JavaScript Content Editing Library
Copyright (c) 2010-2015 Gentics Software GmbH, Vienna, Austria.
Contributors http://www.alohaeditor.org/docs/contributing.html
TODO
  • consider moving this into html/

Methods

allowedAttributes()

This function is missing documentation.
TODO
  • Complete documentation.

allowedStyles()

This function is missing documentation.
TODO
  • Complete documentation.

allowsNesting(outer, inner){boolean}

Checks whether the node name `outer` is allowed to contain a node with
the node name `inner` as a direct descendant based on the HTML5
specification.

Reference:
http://www.w3.org/html/wg/drafts/html/master/index.html#elements-1
http://www.whatwg.org/specs/web-apps/current-work/#elements-1
Name Type Description
outer string
inner string

disallowedNodes()

This function is missing documentation.
TODO
  • Complete documentation.

nodeTranslations()

This function is missing documentation.
TODO
  • Complete documentation.
comments powered by Disqus