Feedback

Express Edit

Express Edit

In this article, you learn how to edit various application at the same time. Using the Express Edit tool, you can define values for various common attributes for these applications. It is useful specially to add updates to your applications.

Only some settings are available within the Express Edit tool.

Select Application

Firstly, You need to inform which applications You want to edit.

Define the affected applications

All

You edit all the applications in the project, with no exceptions.

Select Applications

All the applications existing in the project are listed so that you can select the applications that you want to edit.

Select the application to edit with the express option

Apply Modifications

After selecting the applications, you define the modifications that you want for those applications. On this page, You can define how the modifications are applied.

Defining the modifications for the applications

Appling to all the applications

This option allows applying the same configurations, to all the selected applications, automatically.

Header Image

Define the image for the header of the applications.

Use Security

Define the use of security on the applications of the project.

Enable direct call by URL

Allow the applications to be called directly by the URL.

Enable CSRF

It enables “Cross-Site Request Forgery” protection. (This option only applies for the Control and Form applications)

Show HTML content

Defines if the HTML code stored in the database is interpreted or not by the browser. (This option only applies for the Grid application)

Remove the HTML tags

Defines if the HTML code stored in the database will have the HTML tags removed for display.

Run content in JavaScript

Defines if the JavaScript code stored in the database runs on the browser.

Save HTML tags

Stores the HTML tags informed within the Application field to the database. (This option only applies for the Form application)

Text input in JavaScript

Stores the JavaScript informed within the Application field to the database. (This option only applies for the Form application)

Fixed Label

It allows you to transform the Fields labels in static labels when you scroll down the page.

Use Select2

It allows you to apply the Select2 as default in the applications.

Grid export modules

It allows you to select the Grid Modules in the exportation.

Export with Password

It allows defining a password in the Applications exportation.

Select columns of Export

It allows selecting the desired application columns in the exportation.

Distinguish uppercase/loYourcase

It allows the Scriptcase to distinguish the letters uppercase and loYourcase.

SYouetAlert

It allows using the alerts messages with SYouetAlert components.

Toast

It allows that all Scriptcase error messages use Toast error messages.

Language

It applies the selected language for all the selected applications in the project.

Connection

It applies the desired connection (Connections created in the “New Connection” module) for the applications.

Connection for fields

It applies the desired connection (Connections created in the “New Connection” module) for the fields in the applications.

Theme

It applies the desired Theme (Only the ones included in the Project properties) to all the applications.

Hotkey Templates

it allows configuring the hotkey template for all applications.

Reset Toolbar

It allows resetting the application toolbar settings.

Template

Change the Header and Footer template of the applications.

After selecting the modifications that you want to do for all the applications, you see a list with all the selected attributes.

Apply the modifications to all the applications automatically

Apply individually

This option allows you to apply the modifications individually for each application selected. This option contains not only the previous attributes, but also three exclusive attributes.

Description

It applies a description individually for the selected applications.

Friendly URL

It applies a friendly URL individually for each selected application.

Title

It applies the title individually for each application.

After selecting the modifications individually for all the select applications, It displays a list with all the selected attributes listed for modification.

Apply the modifications individually

When you apply the modifications, It displays a list of the applications that Youre modified.

Application Generation Log

Enable mobile optimization

Enables mobile optimization for adapting to mobile devices.

Table Width

Defines the width of the table according to the unit of measure selected in the Table Unit option

Value is applied when selecting pixel or percentage

Table Unit

Sets the unit of measure for the Table Width option:

  • Pixel - Fixed width of the application with its minimum value limited by the options available in the application.
  • Percentage - adaptable width according to defined screen percentage. It has the limitation of application items.
  • Automatic - Automatically fits the screen.

Image Viewer

Defines whether the image viewer will be available.

Highlight Results

Defines whether search results will be highlighted.

Show password characters

Enables the option to display password in password type fields.

HttpOnly

Defines the use or not of the resource.

This option tells the browser that cookies should only be accessed via the HTTP protocol, preventing its access to scripting languages ​​such as Javascript.

Session ID

Determines that the session ID must be stored in cookies on the client side and cannot be passed through URLs.

Determines that cookies should only be transmitted over secure connections.

Disable XSS Auditor

Determines whether or not to use the XSS Auditor option

Strict-Transport-Security

Determines that the application’s pages can only be accessed through the HTTPS protocol.

X-Frame-Options

Determines the rule for including the application in iframes.

  • SAMEORIGIN - allows only pages on the same site to include your application in iframes.
  • DENY does - not allow your applications to be opened in iframes.

X-Content-Type-Options

Determines that the MIME types of the requested files must be respected by the browser.

Referrer-Policy

Determines how much reference information should be included in requests.

Feature-Policy

Determines which resources can be loaded by the browser. Add the rule on the same line being separated by semicolon(;) Example: Feature-Policy: unsized-media ‘none’; geolocation ‘self’ https://example.com; camera *;

Content-Security-Policy

Determines the behavior of certain browser APIs and functionality. Add the rule on the same line separated by semicolons(;) Example: Content-Security-Policy: default-src https: ‘unsafe-eval’ ‘unsafe-inline’; object-src ‘none’

Permissions-policy

Determines the behavior of certain browser characteristics. Add the rule on the same line separated by a comma(,) Example: fullscreen=(), geolocation=()