Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8D88F200C64 for ; Fri, 28 Apr 2017 09:48:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8C224160BA3; Fri, 28 Apr 2017 07:48:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D014E160B8C for ; Fri, 28 Apr 2017 09:48:01 +0200 (CEST) Received: (qmail 2491 invoked by uid 500); 28 Apr 2017 07:48:00 -0000 Mailing-List: contact dev-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list dev@ofbiz.apache.org Received: (qmail 2480 invoked by uid 99); 28 Apr 2017 07:48:00 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Apr 2017 07:48:00 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 868EEC031B for ; Fri, 28 Apr 2017 07:48:00 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=6.31 tests=[FROM_MISSPACED=0.001, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 0-TmagCuVr3H for ; Fri, 28 Apr 2017 07:47:59 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 953555FC43 for ; Fri, 28 Apr 2017 07:47:59 +0000 (UTC) Received: from localhost (cust-asf.ponee.io [163.172.22.183]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 60114E042C for ; Fri, 28 Apr 2017 07:47:58 +0000 (UTC) MIME-Version: 1.0 Message-ID: Subject: Re: iframe tag References: From: "James Yong" In-Reply-To: Content-Type: text/plain; charset="iso-8859-1" x-ponymail-sender: 1f120a9c0f9db36b405ee0b2fc2dd9d09df46c43 Date: Fri, 28 Apr 2017 07:47:57 -0000 x-ponymail-agent: PonyMail Composer/0.2 To: X-Mailer: LuaSocket 3.0-rc1 archived-at: Fri, 28 Apr 2017 07:48:02 -0000 Hi Taher, I will try without iframe and see how it goes. Thanks. Regards, James On 2017-04-27 12:52 (+0800), Taher Alkhateeb wrote: > Why iframes? It's rarely useful except maybe in sandboxing (and even then > maybe there are better ways), I would say just a few divs with CSS would > give you a nice layout no? > > Note I don't object to adding it, just wondering what's the value? > > On Thu, Apr 27, 2017 at 7:00 AM, James Yong wrote: > > > Hi all, > > > > I am doing a simple studio plugin. Need an iframe for displaying an OFBiz > > page. > > Proposing a new tag, called iframe, which can be used within the html tag > > like this: > > platform-specific > html > iframe. > > > > Regards, > > James Yong > > >