Scnck

Results 15 issues of Scnck

what is the proper way to showing an icon next to the tab title v2.4?

what's the proper way to set isClosable: false within the new v2 and still have reordering work correctly? container.on( 'tab', function( tab ) { if ( !state.isClosable ) { const...

Having issues with reordering the windows what is the proper way in goldenLayout v2? ` CodePen - GoldenLayout Light Theme import {GoldenLayout, LayoutConfig} from 'https://cdn.skypack.dev/pin/[email protected]/mode=imports/optimized/golden-layout.js'; // UI layout configuration var...

is there a way to refresh the Layout(sizing, position) without reloading the page? I don't want to refresh the info within the "registerComponent"

how to determine if workers are running, lets say if I click an event to spin off a worker, what is the best approach to see if the previous workers...

How do you get a "pane" to resize based on jstree width within that pane; max-size match the current jstree width?

unable to gets this example running any help would be appreciated. Thank you. ` Super Workers | Home Start a new low-priority task Start a new mediun-priority task Start a...

what is the proper method to override the initData function? ``` !function($) { 'use strict'; var BootstrapTable = $.fn.bootstrapTable.Constructor, _initData = BootstrapTable.prototype.initData; BootstrapTable.prototype.initData = function(data, type) { if (type ===...

When do you plan on removing the use of inlines since most companys are moving toward a CSP with no inlines/eval allowed? Thank you.