PDA

View Full Version : Problem inserting JSON Toolbar in a layout



malotor
7 Jul 2007, 2:40 AM
A few days ago i create a toolbar from JSON and post here in the examples forum

http://extjs.com/forum/showthread.php?p=43999#poststop

Now i'm tring to integrate it in a layout and i find some problems.

Here is the html code

[HTML]<html>
<head>
<title>LimeStudio - Servicios de imagen,comunicaci

smokeman
27 Sep 2007, 12:31 PM
maybe I missed it, but...

I didn't see a toolbar config option in your layout.add?

here is one from the feed viewer layout example:

layout.add('west', new Ext.ContentPanel('feeds', {title: 'My Feeds', fitToFrame:true, toolbar: feedtb, resizeEl:'myfeeds-body'}));

notice the toolbar: