• htmlEncode (value) : String
    Encodes HTML characters to entities.

    Parameters

    value: String
    The string that needs to be HTML encoded.
    Returns
    String The encoded string.
  • onResize (callback)
    Binds to orientation change or resize (depending on the platform) Abstracts problem with android triggering event before the dimensions have changed.

    Parameters

    callback: Function
    The callback to be executed
  • preventDefault ()
    Prevents the default event action. Should be supplied as an event callback
  • render ()
    Shorthand for {@link kendo.Template.render}.
  • template ()
    Shorthand for {@link kendo.Template.compile}.
  • touchScroller (element)
    Enables kinetic scrolling on touch devices

    Parameters

    element: Selector
    The container element to enable scrolling for.
  • widgetInstance (element, suite)
    Retrieves the widget for a given element (if any)

    Parameters

    element
    suite