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/pane


pane :: A visible rectangular container widget with a border

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


Overview:

The pane is Centrallix's simplest container. It consists only of a background and a border, which can either have a "raised" edge or "lowered" edge style.


Usage:

This container can be placed inside any widget having a visible container. Visual or nonvisual widgets may be placed inside a pane.


Properties:

PropertyTypeDescription
background string A background image for the pane.
bgcolor string A color, RGB or named, to be used as the pane's background. If neither bgcolor nor background is specified, the pane will be transparent.
border_color string For "bordered" pane styles, this is the color of the border, either named or a #number.
height integer height, in pixels, of the pane.
style string "raised", "lowered", "bordered", or "flat". Determines the style of the pane's border.
width integer width, in pixels, of the pane.
x integer x-coordinate of the upper left corner of the pane, relative to its container.
y integer y-coordinate of the upper left corner of the pane, relative to its container.


Child Properties:

none currently available

Actions:

none currently available

Events:

none currently available

Sample Code:

$Version=2$
mypane "widget/pane"
	{
	x=100; y=100; width=300; height=300;
	style = "raised";
	bgcolor = "#c0c0c0";
	}




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