pgadmin4/web
Surinder Kumar 03349f4af6 Update the backform control to support sql-fields.
Following are the enhancements:
1. Added border to control which was missing earlier.
2. Allows user to provide height to sql-field control by specifying extraClasses field in model schema.
3. Defined new classes for sql-field control height in overrides.css
4. Added scrollbar to the control.

Usage:

{
  id: 'definition', label:'{{ _("Definition") }}', cell: 'string',
  type: 'text', mode: ['create', 'edit'], group: 'Definition',
  control: Backform.SqlFieldControl, extraClasses:['custom_height_css_class']
}
2016-03-22 16:36:54 +00:00
..
pgadmin Update the backform control to support sql-fields. 2016-03-22 16:36:54 +00:00
babel.cfg Fix i18n for the docking system. 2015-03-03 10:51:29 +00:00
config.py Server side session management support. 2016-03-22 15:05:43 +00:00
pgAdmin4.py Copyright updates for 2016. 2016-01-18 14:48:14 +00:00
setup.py Server side session management support. 2016-03-22 15:05:43 +00:00