|
|
|
|
|
|
|
A Contextual Menu control can be manipulated in WLanguage in an Page with the following... |
|
|
|
|
|
|
The popup menu of the windows (right mouse click on the window) contains the following options...... |
|
|
|
|
|
|
The menu options can be handled...... |
|
|
|
|
|
|
Once the drop-down menu of your site is created, all you have to do is associate an action... |
|
|
|
|
|
|
The context menu of menu options allows you to perform all the operations required to define... |
|
|
|
|
|
|
Context menus are often used in websites...... |
|
|
|
|
|
|
By default, TimeLine controls contain a context menu.... |
|
|
|
|
|
|
You can manipulate Context Menu controls in a page using the following WLanguage properties...... |
|
|
|
|
|
|
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min |
|
|
|
|
|
|
Each Scheduler control found in a window proposes a menu to the user.... |
|
|
|
|
|
|
Each TreeView control found in a window proposes a popup menu to the user...... |
|
|
|
|
|
|
A context menu is available for Image controls...... |
|
|
|
|
|
|
Each Organizer control found in a window proposes a menu to the user...... |
|
|
|
|
|
|
The MDI windows must respect some constraints specific to the MDI applications...... |
|
|
|
|
|
|
This page presents some operations specific to the menus and to the menu options...... |
|
|
|
|
|
|
An option of a drop-down or context menu in a page can be associated with an action...... |
|
|
|
|
|
|
WEBDEV includes different WLanguage functions and properties to handle Context Menu controls... |
|
|
|
|
|
|
The Table and TreeView Table controls can propose Check Box columns allowing the user to select... |
|
|
|
|
|
|
Each Gantt Chart control in a window has a default menu that is available to users...... |
|
|
|
|
|
|
WINDEV applications automatically include a context menu for Table controls, TreeView Table... |
|
|
|
|
|
|
Enables a menu option (popup menu or drop-down menu). |
|
|
|
|
|
|
Makes a menu option invisible (popup menu or drop-down menu). |
|
|
|
|
|
|
Disables (grays out) a menu option (popup menu or drop-down menu). |
|
|
|
|
|
|
Positions the checkmark in front of the menu option (popup menu or drop-down menu). |
|
|
|
|
|
|
Deletes a menu or a menu option. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|