|
|
|
|
|
|
|
|
|
|
|
|
|
|
| The main keyboard shortcuts in the editors are as follows... |
|
|
|
|
|
|
|
| "Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor. |
|
|
|
|
|
|
|
| WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors. |
|
|
|
|
|
|
|
| All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor... |
|
|
|
|
|
|
|
| Count keyword can correspond to:
the Count function. This function returns the number of occurrences of a control in a window, page or group of controls.
The Count property, which returns a number of elements. This property can be used on:
the controls of a window or page. For more details, see Count.
a xmlNode variable.
a JSON variable.... |
|
|
|
|
|
|
|
| The following events appear by default in the WEBDEV code editor: |
|
|
|
|
|
|
|
| Adds a new menu to an existing drop-down or context menu of a window or page. |
|
|
|
|
|
|
|
| The docHeaderFooter type is used to define the text of the different paragraphs found in a page header or footer. |
|
|
|
|
|
|
|
| The pdfPage type is used to define all the advanced characteristics of a page from a PDF document loaded in memory. |
|
|
|
|
|
|
|
| Adds a new menu to an existing drop-down or context menu of a window or page. |
|
|
|
|
|
|
|
| Executes a WLanguage event associated with a control in an HTML page displayed by an HTML Display control. |
|
|
|
|
|
|
|
| Executes a WLanguage browser procedure in an HTML Display control that displays a page created with WEBDEV. |
|
|
|
|
|
|
|
| Executes a WLanguage event associated with a control in an HTML page displayed by an HTML Display control. |
|
|
|
|
|
|
|
| Indicates whether the code is run:
from a WINDEV application, a WEBDEV site or a PHP page.
from a component.... |
|
|
|
|
|
|
|
| Used to manage the horizontal position (X-coordinate) of print cursor in the page. |
|
|
|
|
|
|
|
| Used to manage the vertical position (Y-coordinate) of print cursor in the page. |
|
|
|
|
|
|
|
| This is "Reports & Queries"...... |
|
|
|
|
|
|
|
| List of WLanguage properties associated with Internal Page controls... |
|
|
|
|
|
|
|
| You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties...... |
|
|
|
|
|
|
|
| You can manipulate List Box controls in a window or page using the following WLanguage properties...... |
|
|
|
|
|
|
|
| You can manipulate Combo Box controls in a window or page using the following WLanguage properties...... |
|
|
|
|
|
|
|
| List of properties associated with a Static control... |
|
|
|
|
|
|
|
| List of properties associated with the Thumbnail control... |
|
|
|
|
|
|
|
| List of properties associated with the Cell control... |
|
|
|
|
|
|
|
| List of properties associated with the TreeView Table control... |
|
|
|
|
|
|
|
| Several WLanguage properties can be used on a group of controls found in a window, in a page or in a report...... |
|
|
|
|
|
|
|
| The minimap is an option that allows you to quickly navigate the code editor...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|