UNPKG

@phoenix-plugin-registry/swmitra.html-designer

Version:

NOW WITH RESPONSIVE DESIGN TOOLS (BETA)! Design and customize web ui with HTML and CSS. Now with taggable Design snippet/bookmark support.

16 lines (12 loc) 580 B
/*jslint vars: true, plusplus: true, devel: true, nomen: true, indent: 4, maxerr: 50 */ /*global define */ define(function (require, exports, module) { "use strict"; $(document).on("click","#interaction-mode", function(){ $(this).toggleClass('activated'); $("#html-design-editor").trigger("deselect.all"); $("#info-overlay-plane,.eventListnerPane").toggleClass('deactivated'); $("#designer-content-placeholder .horz-resizer .gripper").toggle(); $("#designer-content-placeholder .vert-resizer .gripper").toggle(); }); });