Introduction
"Hello World" Example
Overview of the XML Structure
This is a list of all the elements that can be used in the XML structure of an SRS file.
srs
Node Attributes
label
: Given name.cache
: Cache duration in seconds.acl
: Access control list.opts
: Options.
srs
Node Internal Attributes
name
: File name, e.g.,100-warehouse-stock
.id
: ID, e.g.,100
, valid range is 100-999.success
:true
orfalse
.message
: Empty if successful.apipath
apimethod
:GET
orPOST
.basepath
filepath
executed_at
tables
def
data
debugger
itm
Node Attributes
model
: Default iscommand
. Other options:column
,param
,renderer
,option
,dsn
.name
: Default is auto-number.label
: Default is name.title
: Default is the first non-empty label or name.opts
: Options specific to the model, e.g., for command:clipboard
,uiheader
,uifooter
,uimenu
.css
: Class, e.g.,xd-red
,xd-blue
,xd-green
,xd-orange
,xd-orange0
toxd-orange10
.acl
: Permission allowed on command or column.- Default ACL schema if empty:
app_[app_name]
. - e.g.,
<itm acl="admin" ...>
requires admin role. - e.g.,
<itm acl="@manager" ...>
requires manager team access. - e.g.,
<itm acl="[email protected]" ...>
requires specific username. - e.g.,
<itm acl="public" ...>
allows public access. - Authenticated users have default permissions:
public
,authenticated
,username
,roles
,@team_short
. - Non-authenticated users have default permissions:
public
.
- Default ACL schema if empty:
type
- When
model="command"
:v_srs_table
,v_srs_map
,v_srs_tiles
. - When
model="column"
:tguid
,tdate
,tbool
,tinteger
,tdecimal
,tstring
. - When
model="column"
: UI extended types. - When
model="dsn"
:self
,mssql
. - When
model="option"
:pa_post
,pa_download
,pa_post_single
.
- When
scope
: Limit scope to name, e.g., forparam
andoption
models. Can be separated by commas, e.g.,name1,name2
.req
: Default isfalse
.cache
: Cache duration in minutes. WhenPOST
is executed, the cache is cleared.width
link
: Default isself
,srs
. More...lg
: Display on large screens, default istrue
.sm
: Display on small screens, default islg
.ex
: Export, default islg
. Export to Excel, HTML.active
: Default istrue
.itm.value
- When
model="columns"
: Support for templating variables, e.g.,[[app_name]]
,[[kv.v.*]]
,[[kv.v.user.username]]
.
- When
itm
Node Internal Attributes
ix
: Item index, column ordinal.ec
: Estimated characters.aclv
: ACL validation result,true
orfalse