Return-Path: X-Original-To: apmail-ofbiz-user-archive@www.apache.org Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AAFC1DDC2 for ; Mon, 24 Sep 2012 17:29:14 +0000 (UTC) Received: (qmail 16494 invoked by uid 500); 24 Sep 2012 17:29:13 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 16483 invoked by uid 500); 24 Sep 2012 17:29:13 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 16473 invoked by uid 99); 24 Sep 2012 17:29:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 17:29:13 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=FSL_RCVD_USER,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [80.74.131.79] (HELO bender.digitalcane.com) (80.74.131.79) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 17:29:07 +0000 Received: from localhost (ip6-localhost [127.0.0.1]) by bender.digitalcane.com (Postfix) with ESMTP id 14F2AA520031 for ; Mon, 24 Sep 2012 19:28:47 +0200 (CEST) Received: from [192.168.1.20] (19-108.104-92.cust.bluewin.ch [92.104.108.19]) (Authenticated sender: gregi) by bender.digitalcane.com (Postfix) with ESMTPSA id DD8D3A520009 for ; Mon, 24 Sep 2012 19:28:46 +0200 (CEST) Message-ID: <506098D7.4020509@digitalcane.com> Date: Mon, 24 Sep 2012 19:31:03 +0200 From: greg jocher User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120920 Thunderbird/15.0.1 MIME-Version: 1.0 To: user@ofbiz.apache.org Subject: Re: wysiwyg fileupload References: <5060142C.1060902@digitalcane.com> <8B4107C03474488497F2F7A25DB27398@inspiron530> In-Reply-To: <8B4107C03474488497F2F7A25DB27398@inspiron530> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi Jacques thanks for your answer. Yes, you are right - the js is there, but it is not used. And: On the server side, a connector has to manage the dataresources and/or content, if I understand the content app correctly. But i will take a closer look tomorrow. greg On 09/24/2012 04:32 PM, Jacques Le Roux wrote: > elfinder is already embedded in elrte no? > > I read in > elrte.src.html > closeOnEditorCallback : true, // close elFinder after file select > > And also in > framework/images/webapp/images/jquery/plugins/elrte-1.3/README > > * Designed to work with elFinder (http://elrte.org/elfinder), but also > can be used with any other file manager > > HTH > > Jacques > > From: "greg jocher" >> Hi all >> >> are there any plans for integrating a fileuploader in the wysiwyg >> editor? >> If not, i will take a closer look into: >> - elFinder: http://elfinder.org/ >> - and optionally its elfinder-servlet: >> https://github.com/Studio-42/elfinder-servlet (unmaintaned...) >> (Both BSD-license) >> >> regards >> greg >>