WYMeditor Documentation Contents¶
- WYMeditor Documentation
- Description
- Resources
- Full Table of Contents
- Chapters and Sections
- About WYMeditor
- Getting Started With WYMeditor
- Using WYMeditor
- Upgrade Guides
- Upgrading to v1
- High Impact Backwards Incompatible Changes
- Semantic Versioning
- Internet Explorer 7 Not Supported
- Internet Explorer 8 Requires Shims
- No jQuery-migrate
- New Document Getters and Setters
- Test Your Dialogs
- Plugins Should Register Modifications
- Object Re-sizing is Gone
- Using the Legacy Skin and Editor Styles
- No More Skin Auto-loading
- No More CSS Configuration Options
- No More Language Automatic Loading
- Low Impact Backwards Incompatible Changes
- High Impact Backwards Incompatible Changes
- Upgrading to v1
- Customizing WYMeditor
- Basics of Customization
- Using WYMeditor Options
- WYMeditor Options
- Common Options
- Uncommon Options
- UI Customization Options
- UI Selectors Options
- WYMeditor Plugins
- Writing WYMeditor Plugins
- API
- Core
- Selection Setting and Getting
- Content Manipulation
body()$body()exec(cmd)link(attrs)insertImage(attrs)paste(data)insert(data)setRootContainer(sType)registerModification()switchTo(node, sType, stripAttrs)toggleClass(sClass, jqexpr)isBlockNode(node)isForbiddenRootContainer(tagName)isInlineNode(node)keyCanCreateBlockElement(keyCode)prepareDocForEditing()findUp(node, filter)unwrapIfMeaninglessSpan(node)
- Undo/Redo
- List manipulation
- User Interface
- Dialogs
- Helpers
WYMeditor.consolewym.uniqueStamp()jQuery.fn.nextContentsUntil()andjQuery.fn.prevContentsUntil()jQuery.fn.nextAllContents()andjQuery.fn.prevAllContents()jQuery.fn.parentsOrSelf()jQuery.fn.isPhantomNode()andWYMeditor.isPhantomNode()WYMeditor.isPhantomString()WYMeditor.arrayContains(array, thing)WYMeditor.replaceAllInStr(str, old, new)WYMeditor.editor.get$CommonParent(one, two)
- Constants
- Internationalization
- Utilities
- Custom Events
- Plugin-Writing Mini Guide
- Plugin Do’s and Don’ts
- API
- WYMeditor Development
- Contributing
- Contributing Documentation
- Building WYMeditor
- Testing WYMeditor
- Coding Standard
- WYMeditor Architecture
- Expected Cross-browser behavior of the Cursor in Reaction to Keystrokes
- Planning For Future Enhancements
- Making WYMeditor Releases
- WYMeditor Website
- Troubleshooting
- Resources