Difference between revisions of "Lcdnumber"

From Lianjapedia
Jump to: navigation, search
(Description)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 +
 +
====Description====
 +
Shown below in a standalone [[Form]].  Click the image to see in a [[Custom_Sections_and_Gadgets|Custom Section]] in a Lianja [[Page Attributes|Page]].
 +
 +
[[{{ns:file}}:lcd.png|link={{filepath:lcd_cs.png}}|Lcdnumber]]
 +
 +
Lcdnumber is a numeric label control with LCD-like digits.
  
 
====Properties====
 
====Properties====
  
This class supports the '''Common properties''' plus the following:
+
This class supports the [[:Category:Common_Properties|Common Properties]] plus the following:
  
{| class="wikitable"
+
{| class="wikitable" width="100%"
 
!width="20%"|Property
 
!width="20%"|Property
 
!Access (R/RW)
 
!Access (R/RW)
 
!Value
 
!Value
 
!width="50%"|Description
 
!width="50%"|Description
 +
|-
 +
|NumDigits
 +
|RW
 +
|Numeric
 +
|Number of digits in display
 
|-
 
|-
 
|Text
 
|Text
Line 20: Line 32:
 
|Numeric
 
|Numeric
 
|Current numeric value displayed
 
|Current numeric value displayed
|-
 
|NumDigits
 
|RW
 
|Numeric
 
|Number of digits in display
 
 
|-
 
|-
 
|}
 
|}
Line 30: Line 37:
 
====Methods====
 
====Methods====
  
This class supports the '''Common methods''' plus the following:
+
This class supports the [[:Category:Common_Methods|Common Methods]] plus the following:
  
{| class="wikitable"
+
{| class="wikitable" width="100%"
 
!width="20%"|Method
 
!width="20%"|Method
 
!Args
 
!Args
Line 45: Line 52:
 
====Events====
 
====Events====
  
This class supports the '''Common events''' plus the following:
+
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
  
{| class="wikitable"
+
{| class="wikitable" width="100%"
 
!width="20%"|Event
 
!width="20%"|Event
 
!Args
 
!Args

Latest revision as of 10:54, 9 April 2018

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Description

Shown below in a standalone Form. Click the image to see in a Custom Section in a Lianja Page.

Lcdnumber

Lcdnumber is a numeric label control with LCD-like digits.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
NumDigits RW Numeric Number of digits in display
Text RW Character Object's value converted to text
Value RW Numeric Current numeric value displayed

Methods

This class supports the Common Methods plus the following:

Method Args Description
Reset None Reset value to 0

Events

This class supports the Common Events plus the following:

Event Args Description