Giter Site home page Giter Site logo

Comments (3)

 avatar commented on May 13, 2024

Hi @nkoterba,

first of all, many thanks for your feedback in regards to packaging. Something must have gone a bit wrong there with the automated release process.

GoldenLayout can easily be created in any element you want. This can be done by passing an element as a second argument to the constructor, e.g.

myLayout = new GoldenLayout( config, document.getElementById( 'layout-container'));

Writing a GoldenLayout directive is definately feasable. Since the hierarchy of your controllers is relative to the hirarchie of the DOM elements they belong to you might however want to avoid nesting them too deeply

from golden-layout.

 avatar commented on May 13, 2024

You can find an example of GoldenLayout in a specific element here

from golden-layout.

nkoterba avatar nkoterba commented on May 13, 2024

@hoxton-one: Thanks for the info and examples.

After playing with the framework more I was able to figure out how to set it on a specific element within the webapp as well as use angular's $compile method to use custom directives we already have in a container.

To still need to figure out how to correctly dispose of controllers and DOM when a container containing our custom directives is destroyed. I see there are destroy events I can register for on the container so that's my next exploration task.

Overall we are really liking the framework...I especially love the createDrag method to turn any element into a draggable add to a container. When I first saw that....mind blown.

from golden-layout.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.