Class type Ext_dd_StatusProxy.configs


class type configs = object .. end
Inherits
method dropAllowed : Js.js_string Js.t Js.prop

The CSS class to apply to the status element when drop is allowed.

Defaults to: Ext.baseCSSPrefix + 'dd-drop-ok'

method dropNotAllowed : Js.js_string Js.t Js.prop

The CSS class to apply to the status element when drop is not allowed.

Defaults to: Ext.baseCSSPrefix + 'dd-drop-nodrop'

method renderTpl : 'a. 'a Js.t Js.prop

An XTemplate used to create the internal structure inside this Component's encapsulating Element.

You do not normally need to specify this. For the base classes Ext.Component and Ext.container.Container, this defaults to null which means that they will be initially rendered with no internal structure; they render their Element empty. The more specialized Ext JS and Sencha Touch classes which use a more complex DOM structure, provide their own template definitions.

This is intended to allow the developer to create application-specific utility Components with customized internal structure.

Upon rendering, any created child elements may be automatically imported into object properties using the renderSelectors and childEls options.

Defaults to: '<div class=''' + Ext.baseCSSPrefix + 'dd-drop-icon''></div>' + '<div id=''{id}-ghost'' class=''' + Ext.baseCSSPrefix + 'dd-drag-ghost''></div>'