Load Content
You can set (or get) the content of the panel with the .content() method. You can also load content from external url with .load()
method. If the content property of the panel is an object and has .render(box) method, it will be called to render the content when
needed. When layout is resized, it will call .resize(width, height) of all panels where content is an object.