Threaded View
-
16 Jan 2011 8:20 PM #1
How does one display PDFs in a panel?
How does one display PDFs in a panel?
What are my options for displaying a PDF in one of the panels of a border layout?
Code:CPOPExt.UIObjects.Body = function() { return ({ layout: "border", border: false, items: [ { region: "north", id: "bodyTopContainer", layout: "border", height: 30, border: false, items: [{ region: "center", id: "bodyTopTitle", border: false, html: "Manage Forms" }, { region: "east", id: "bodyTopFunctions", bodyCssClass: "bodyButtonPanel", width: 120, border: false }] }, { region: "center", layout: "fit", id: "BodyCenterContainer", items: [CPOPExt.UIObjects.Grid], split: true, border: false }, { region: "south", title: "PDF Viewer", id: "BodyBottomContainer", height: 200, border: true, split: true, collapsible: true, collapsed: true } ] }); };
Similar Threads
-
Embed PDFs within a Ext.Panel (.pdb)
By RandyMcMillan in forum Sencha Touch 1.x: Examples and ShowcasesReplies: 0Last Post: 17 Aug 2010, 6:16 PM -
Button menus showing behind embedded pdfs?
By zhegwood in forum Ext 3.x: Help & DiscussionReplies: 1Last Post: 10 Dec 2009, 9:17 AM -
Sending PDFs to the client. Best Practice?
By francescoNemesi in forum Ext GWT: DiscussionReplies: 3Last Post: 29 Sep 2009, 8:24 PM -
PDFs and AJAX Requests?
By jpnet in forum Community DiscussionReplies: 3Last Post: 21 Nov 2008, 12:59 PM -
Embedding PDFs in iframes
By Max Carey in forum Ext 2.x: Help & DiscussionReplies: 8Last Post: 13 Jun 2008, 9:00 AM


Reply With Quote