docking-egid
Version:
This library is built to provide a solution for Angular enables the creation of complex layouts consisting of panels that can be floated, docked, nested, resized, pinned, unpinned and closed. Additional components can be integrated to create an IDE-like l
15 lines (14 loc) • 320 B
JavaScript
/**
* English resource strings for the Dock Manager
*/
export const IgcDockManagerResourceStringsEN = {
close: 'Close',
pin: 'Pin',
unpin: 'Unpin',
maximize: 'Maximize',
minimize: 'Minimize',
moreOptions: 'More options',
moreTabs: 'More tabs',
panes: 'Panes',
documents: 'Documents'
};