wed
Version:
Wed is a schema-aware editor for XML documents.
13 lines (12 loc) • 380 B
TypeScript
/**
* Make a bootstrap dialog resizable by clicking on its edge.
*
* @param $top The top level element of the dialog.
*/
export declare function makeResizable($top: JQuery): void;
/**
* Make a bootstrap dialog draggable by clicking and dragging the header.
*
* @param $top The top level element of the dialog.
*/
export declare function makeDraggable($top: JQuery): void;