Deprecated functions
These functions have been deprecated or moved to a new namespace since 2.5 and will no longer be available in the next major release.
- mendix.lib
- mendix.lib.MxObject- .getClasshas moved to- mendix.lib.MxObject.getEntity
- .getAttributehas moved to- mendix.lib.MxObject.get
- .setAttributehas moved to- mendix.lib.MxObject.set
- .hasAttributehas moved to- mendix.lib.MxObject.has
- .getAttributeClasshas moved to- mendix.lib.MxObject.getAttributeType
- .inheritsOfhas moved to- mendix.lib.MxObject.inheritsFrom
- .hasSubClasseshas moved to- mendix.lib.MxObject.hasSubEntities
- .getSubClasseshas moved to- mendix.lib.MxObject.getSubEntities
- .hasSuperClasseshas moved to- mendix.lib.MxObject.hasSuperEntities
- .getSuperClasseshas moved to- mendix.lib.MxObject.getSuperEntities
- .getSelectorClasshas moved to- mendix.lib.MxObject.getSelectorEntity
 
- mendix.lib.MxMetaObject- .getClasshas moved to- mendix.lib.MxMetaObject.getEntity
- .hasAttributehas moved to- mendix.lib.MxMetaObject.has
- .inheritsOfhas moved to- mendix.lib.MxMetaObject.inheritsFrom
- .getAttributeClasshas moved to- mendix.lib.MxMetaObject.getAttributeType
- .hasSubClasseshas moved to- mendix.lib.MxMetaObject.hasSubEntities
- .getSubClasseshas moved to- mendix.lib.MxMetaObject.getSubEntities
- .hasSuperClasseshas moved to- mendix.lib.MxMetaObject.hasSuperEntities
- .getSuperClasseshas moved to- mendix.lib.MxMetaObject.getSuperEntities
- .getSelectorClasshas moved to- mendix.lib.MxMetaObject.getSelectorEntity
 
- mendix.html- .dispatchEventhas moved to- mxui.html.dispatchEvent
- .setContenthas moved to- mxui.html.setContent
- .stripTagshas moved to- mxui.html.stripTags
- .sanitizeHTMLStringhas moved to- mxui.html.sanitizeHTMLString
- .renderValueshas moved to- mxui.html.renderValues
- .getRenderAttributeshas moved to- mxui.html.getRenderAttributes
- .renderValuehas moved to- mxui.html.renderValue
 
- mendix.html.MxFormRenderer- .renderObjectAttributeToNodehas moved to- mxui.html.MxFormRenderer
- .syncObjectAttributeFromNodehas moved to- mxui.html.MxFormRenderer
 
- mendix.dom- .copyChildrenhas moved to- mxui.dom.copyChildren
- .insertBeforehas moved to- mxui.dom.insertBefore
- .insertAfterhas moved to- mxui.dom.insertAfter
- .walkTreehas moved to- mxui.dom.walkTree
- .getNodeByDepthhas moved to- mxui.dom.getNodeByDepth
- .nextNodehas moved to- mxui.dom.nextNode
- .walkNodehas moved to- mxui.dom.walkNode
- .getFirstElementhas moved to- mxui.dom.getFirstElement
- .getAncestorClasshas moved to- mxui.dom.getAncestorClass
- .getAncestorNodehas moved to- mxui.dom.getAncestorNode
- .getFirstChildhas moved to- mxui.dom.getFirstChild
- .getElementsByTagNameshas moved to- mxui.dom.getElementsByTagNames
- .removeElementhas moved to- mxui.dom.removeElement
- .removeChildNodeshas moved to- mxui.dom.removeChildNodes
- .getAncestorNodeWithAttributehas moved to- mxui.dom.getAncestorNodeWithAttribute
- .escapeHTMLhas moved to- mxui.dom.escapeHTML
- .setHTMLhas moved to- mxui.dom.setHTML
- .setTextContenthas moved to- mxui.dom.setTextContent
- .getTextContenthas moved to- mxui.dom.getTextContent
- .textContenthas moved to- mxui.dom.textContent
- .clearSelectOptionshas moved to- mxui.dom.clearSelectOptions
- .setSelectOptionshas moved to- mxui.dom.setSelectOptions
- .getSelectOptionshas moved to- mxui.dom.getSelectOptions
- .getSelectedValuehas moved to- mxui.dom.getSelectedValue
- .getSelectedTexthas moved to- mxui.dom.getSelectedText
- .selectOptionhas moved to- mxui.dom.selectOption
- .selectOptionByTexthas moved to- mxui.dom.selectOptionByText
- .setInputValuehas moved to- mxui.dom.setInputValue
- .hasClasshas moved to- mxui.dom.hasClass
- .getClasshas moved to- mxui.dom.getClass
- .addClasshas moved to- mxui.dom.addClasses
- .addClasseshas moved to- mxui.dom.addClasses
- .removeClasshas moved to- mxui.dom.removeClass
- .hidehas moved to- mxui.dom.hide
- .showhas moved to- mxui.dom.show
- .enableNodehas moved to- mxui.dom.enableNode
- .disableNodehas moved to- mxui.dom.disableNode
- .setReadOnlyhas moved to- mxui.dom.setReadOnly
- .unsetReadOnlyhas moved to- mxui.dom.unsetReadOnly
- .applyDisableStylehas moved to- mxui.dom.applyDisableStyle
- .applyEnableStylehas moved to- mxui.dom.applyEnableStyle
- .setClasshas moved to- mxui.dom.setClass
- .setOpacityhas moved to- mxui.dom.setOpacity
- .insertCsshas moved to- mxui.dom.insertCss
- .removeCsshas moved to- mxui.dom.removeCss
- .striphas moved to- mxui.dom.strip
- .getFormElementTexthas moved to- mxui.dom.getFormElementText
- .disableSelectionhas moved to- mxui.dom.disableSelection
- .clearSelectionhas moved to- mxui.dom.clearSelection
- .getStringSizehas moved to- mxui.dom.getStringSize
- .selectTextRangehas moved to- mxui.dom.selectTextRange
- .getCursorPositionhas moved to- mxui.dom.getCursorPosition
- .clonehas moved to- mxui.dom.clone
- .getSelectionhas moved to- mxui.dom.getSelection
- .liveconnecthas moved to- mxui.dom.liveConnect
- .livedisconnecthas moved to- mxui.dom.liveDisconnect
- .datahas moved to- mxui.dom.data
- .getTabIndexhas moved to- mxui.dom.getTabIndex
- .getFocusIndexhas moved to- mxui.dom.getFocusIndex
- .removeTabIndexhas moved to- mxui.dom.removeTabIndex
- .isChildhas moved to- mxui.dom.isChild
 
- mendix.wm- .focushas moved to- mxui.wm.focus
 
- mendix.widget- mendix.widget.fireOnReadyhas moved to- mxui.widget.fireOnReady
- mendix.widget.destroyChildrenhas moved to- mxui.widget.destroyChildren
- mendix.widget.createConstructorhas moved to- mxui.widget.createConstructor
- mendix.widget.defineClasshas moved to- mxui.widget.defineClass
- mendix.widget.createPrototypehas moved to- mxui.widget.createPrototype
- mendix.widget.declarehas moved to- mxui.widget.declare
- mendix.widget.createCSSMaphas moved to- mxui.widget.createCSSMap
- mendix.widget.hideTooltiphas moved to- mxui.widget.hideTooltip