[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.PopupBuilder.IsDraggable

IsDraggable Method

IsDraggable(bool)

Configurates IsDraggable. Sets a value that determines whether the popup can be dragged with the mouse by its header.

Declaration
public PopupBuilder IsDraggable(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
PopupBuilder

Current builder.

Remarks

The header is identified by the '.wj-dialog-header' CSS selector. If the dialog does not contain any elements with the 'wj-dialog-header' class, user will not be able to drag the popup.