1,844
การแก้ไข
| บรรทัดที่ 48: | บรรทัดที่ 48: | ||
Special types valid within CuneiFox system are shown below: | Special types valid within CuneiFox system are shown below: | ||
* '''Date types''' | * '''Date types''' | ||
** '''{{code|lang=python|'date'}}''' | ** '''{{code|lang=python|'date'}}''': Value with date, month, and year. | ||
** '''{{code|lang=python|'month'}}''' | ** '''{{code|lang=python|'month'}}''': Value with only date and month. | ||
* '''Time types''' | * '''Time types''' | ||
** '''{{code|lang=python|'time'}}''' | ** '''{{code|lang=python|'time'}}''': Value with hour, minute, and second. | ||
* '''Numeric types''' | * '''Numeric types''' | ||
** '''{{code|lang=python|'acc'}}''' | ** '''{{code|lang=python|'acc'}}''': Numerical value, rounded to {{code|acc}} decimal places. ''(See Company Settings)'' | ||
** '''{{code|lang=python|'pct'}}''' | ** '''{{code|lang=python|'pct'}}''': Numerical value, rounded to {{code|pct}} decimal places, with "%" sign appended. ''(See Company Settings)'' | ||
** '''{{code|lang=python|'qty'}}''' | ** '''{{code|lang=python|'qty'}}''': Numerical value, rounded to {{code|qty}} decimal places. ''(See Company Settings)'' | ||
** '''{{code|lang=python|'amt'}}''' | ** '''{{code|lang=python|'amt'}}''': Numerical value, rounded to {{code|amt}} decimal places. ''(See Company Settings)'' | ||
** '''{{code|lang=python|'int'}}''' | ** '''{{code|lang=python|'int'}}''': Numerical value, rounded to nearest integer. | ||
* '''File types''' | * '''File types''' | ||
** '''{{code|lang=python|'file'}}''' | ** '''{{code|lang=python|'file'}}''': File field with CuneiFox custom action buttons. | ||
** '''{{code|lang=python|'img'}}''' | ** '''{{code|lang=python|'img'}}''': File field with CuneiFox custom action buttons and an associated {{code|img}} HTML element. | ||
* '''Other types''' | * '''Other types''' | ||
** '''{{code|lang=python|'color'}}''' | ** '''{{code|lang=python|'color'}}''': String field with an associated colour selector element. | ||
== Initiate == | == Initiate == | ||