Adobe Encore DVD 2.0 Features:: Include extra files in the DVD-ROM zone for extra value when your DVD discs are read on a computer. Use a single command to add chapter points at fixed intervals, View and edit XMP metadata from within the project panel in Encore DVD, Add and design text directly within Adobe Encore DVD 2.0 using tools http://www.adobetutorialz.com/articles/1635/1/Adobe-Encore-DVD-20-FeaturesHOME | Will be useful if the Panel tools could include a tool for 'print'... :)
Agreed! I can see how that would be useful. We will just have to stress that Ext does not provide any printing support as I can see how that may confuse users.
I've added it to our list.
Actually, I think the documentation has already made it quite clear that the buttons don't inherently do much - it is the developers' responsibility to implement the handler... :) 185+ Very Useful and Categorized CSS Tools, Tutorials, Cheat :: Feb 23, 2010 Learn how to re-create the Facebook footer admin panel with CSS and jQuery. .. I also hate having to write & any time I want to include an ampersand. CSSFly is a web 2.0 tool for easy editing websites direct and in Print out your favorite Cheat Sheet and put it on the wall just next to http://www.tripwiremagazine.com/2010/02/185-very-useful-and-categorized-css-tools-tutorials-cheat-sheets.htmlHOME |
Agreed! I can see how that would be useful. We will just have to stress that Ext does not provide any printing support as I can see how that may confuse users.
I've added it to our list.
What I would really like is the ability to specify a full Ext.Toolbar to live in a Panel's header element.
+1 - myself and a number of others have requested this in the past as well.
Oh, didn't realise there was a afterRender hook... /:)
I'm listening to the render event to do up similar toolbars on panel and tab strip headers.
Sweet deal, will be updating. :)
That's pretty easy to do Animal. Here's a code snippet I used in a recent project:
CSS:
.x-panel-header .x-toolbar {
position:absolute;
right:5px;
top:3px;
border-width:0 !important;
background:transparent !important;
}
Then I added an afterRender to the Panel:
afterRender : function(){
YourPanel.superclass.afterRender.call(this);
this.header.position();
this.yourToolbar.render(this.header);
}
I think that was it!
For the OP, I agree a print tool item makes sense.
Print tool added in SVN rev 1609.
Microsoft Unleashes Visual Studio .NET
IBM's iPhrase Buy Adds to WebSphere |