Centrallix - It's Different than what you Think
Home   |   Technology   |   Screen Shots   |   Download   |   Documentation   |   History   |   For Developers

Search...


Search For:

Index...


Centrallix Documentation
1. Getting Started
2. Applications Overview
3. Application Components
4. Reports Overview
5. Report Components
6. SQL Language
7. Process Modeling
8. Application Modeling
9. Role-Based Security
10. Business Logic Modeling
11. Other Objects
12. External API's
13. Internal API's

widget/hints


hints :: Contains default values and modifier settings for various components

Metadata:
type:widget/hints
visual: no
container: no
form element: yes


Overview:

The hints widget stores default values and other component modifying properties.


Usage:

The hints widget can be placed inside of any visual component. Hints do not contain visual widgets.


Properties:

PropertyTypeDescription
allowchars string Defines a set of acceptable characters (e.g. allowchars="0123456789").
default mixed A string or integer that specifies the initial, default, starting value for the component which containing this widget/hints widget.
style string Optional: contains a combination of 1 or more items following set {readonly, alwaysdef} separated by a comma if multiple items are chosen.


Child Properties:

none currently available

Actions:

none currently available

Events:

none currently available

Client Properties:

none currently available

Sample Code:

$Version=2$
// Here is a checkbox which uses widget/hints.
f_trx_mod "widget/checkbox"
{
	width=16;
	y=4;
	readonly=yes;
	fieldname="a_modified";
	f_trx_mod_h "widget/hints"
	{
		style=readonly,alwaysdef;
		default=1;
	}
}




Comments...


(none yet)

Add a Comment...


Your Name:
Comment:


(c) 2001-2020 LightSys Technology Services, Inc. All trademarks are property of their respective owners.

Project Hosting Provided By:
Hosted by Sourceforge