public inbox for [email protected]
help / color / mirror / Atom feedFrom: Murtuza Zabuawala <[email protected]>
To: Surinder Kumar <[email protected]>
Cc: pgadmin-hackers <[email protected]>
Subject: Re: [pgAdmin4][Patch]: File Manager & Backform FileControl
Date: Tue, 3 May 2016 12:45:10 +0530
Message-ID: <[email protected]> (raw)
In-Reply-To: <CAM5-9D8GX9gNZp95K11rfnpnn4msEH=F6hhZNpBE_WLX46vicg@mail.gmail.com>
References: <CAM5-9D8GX9gNZp95K11rfnpnn4msEH=F6hhZNpBE_WLX46vicg@mail.gmail.com>
List-Unsubscribe: <mailto:[email protected]?body=unsub%20pgadmin-hackers>
Hi,
Adding one more issue:
When we apply disabled attribute on control, only text input gets disable, we are still able to open file manager by clicking on ellipsis button which should also be disabled.
Regards,
Murtuza
> On 27-Apr-2016, at 6:18 pm, Surinder Kumar <[email protected]> wrote:
>
> Hi,
>
> The patch is for File Manager and Backform FileControl.
>
> File Manager: It allows user to store their files at one place. The user can set path to this directory in preferences which file manger will use.
>
> It will be used by various modules of pgAdmin4 such as
> import data from file, query tool, backup & recovery tool so on.. It allows user to perform various operations such as:
> File deletion
> File upload
> Create new directory
> File rename
> File download and
> List files & folders in list and grid view.
> FileControl: This control is used with File Manager. It can be used for:
> File Selection
> Folder Selection
> File Creation
> Storage Manager Dialog.( it supports all operations listed above).
>
> Usage:
>
> schema:[{
> id: 'select_file', label: '{{ _('Select File')}}',
> type: 'text', control: Backform.FileControl,
> dialog_type: 'select_file', supp_types: ['*', 'pdf', 'text', 'patch', 'py']
> }
>
> Where:
> control - It should be Backform.FileControl
> dialog_type - the type of dialog to use.
> options can be: select_file, select_folder, create_file & storage_dialog.
> supp_types(not mandatory) - the types of files allowed to show and upload.
> Please review the patch and let me know for the review comments.
>
>
> Thanks
> Surinder Kumar
> <FileManager_and_Backform_FileControl.patch>
> --
> Sent via pgadmin-hackers mailing list ([email protected])
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
view thread (11+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: [pgAdmin4][Patch]: File Manager & Backform FileControl
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox