id stringlengths 14 14 | text stringlengths 4 2.78k | source stringlengths 62 143 |
|---|---|---|
c14f201f98fa-0 | DevelopmentChangeHistory
This App will provide an overview for the changes done in the current workspace. The default view will list the changes chronologically and show the different types of changes.
Provided the necessary access rights a selection of other workspaces is shown. Marked lines within the change histor... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/developmentchangehistory |
446cd780e198-0 | AuditHistory
Record History
The Record or audit) history allows you to monitor all the changes to records and restore previous states for single records.
Demo
{% embed url="https://youtu.be/mDoX_vjp2Eg" %} | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/audithistory |
e003e10b2fc5-0 | UserDashboards
User Dashboards
User dashboard is a whole panel or a page dedicated to creating shortcuts for users workspace. Here Brixxbox allows users to add apps which are the most important ones. Each of the app will be shown on the dashboard page. User can access this page by clicking on the logo of their worksp... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-userdashboards |
bbd62e20df34-0 | DocumentTypes
Document Types
Here in the demom below we provide with all the necessary information for adding, editing, and using different document types inside our workspace.
Demo
{% embed url="https://youtu.be/PbOQi7cH4zc" %} | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/documenttypes |
af2967f856a3-0 | Menu Editor
Menu Editor
The brixxbox menu for a workspace can be configured here. The menu is a tree like structure with folders and app endpoints in it.
Demo
{% embed url="https://youtu.be/K2SlHfd4WHA" %}
How to edit the menu | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/menu-editor |
f8ddf52b9254-0 | Attachments
Attachments
In this app Brixxbox allow users to add any number of different file types to Brixxbox workspace from outside. It also allows all the documents generated within the workspace to be stored in this app. These documents can be used to facilitate the proper functioning of the user systems like gen... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-attachments |
f4e6d21a8dcf-0 | Reports
Reports
Reports are integral part of Brixxbox. They allow system user's to represent desired information to their clients. Basic example of any Point of Sale System is Order Report, it contains all the information of the user, the details of goods being purchased, and complete bill of whole order. Brixxbox al... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/reports |
f4e6d21a8dcf-1 | In order to protect any workspace database, all the information is made private. User need to add its ip address to firewall exception list which is also present on the same page in order to access the data. User can add its ip address by clicking on new button and then providing its public ip. User is also allowed to ... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/reports |
d0006af874dc-0 | Configuration | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/README |
b7623fdd371c-0 | description: This app lets you create or delete api access keys.
ApiKeys
Installation of cloud Connector for Printing
{% hint style="info" %}
This is not the cloudGateway!
{% endhint %}
See how to use the Cloud Connector for printing.
{% embed url="https://youtu.be/x4U6f5cEe4o" %}
Upcoming Features
Run As a Serv... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/apikeys |
5b71efe75d41-0 | StandardMessages
Custom messages
User can add thank you, warning, and error messages here and they can be used afterwards anywhere in your app. Brixxbox allows custom messages with placeholders that can be queried and translated by script. These test parameters are captured in Json format.
Example Usages
Here we wi... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/standardmessages |
689305a5aab5-0 | Cron Definitions
Cron Expression
Basic structure
A cron expression consists of five individual parts (That is the basic version. Some cron expressions support additional values).
| Part | Allowed Values | |
| ------------ | --------------------------- | - |
| Minutes | 0-59 ... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/jobs/cron-definitions |
8a8f7ee431f8-0 | Jobs
In this app, Brixxbox allow users to add automated jobs to their workspace. If a user want to perform a task at regular intervals then user can add its task in a job schedular provided by Brixxbox.
Job
Job provides functionality to automate the tasks provided by user after specific time interval and on regular ... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/jobs/README |
8a8f7ee431f8-1 | Example
Lets now look at one example job. Suppose we want to prepare status emails for managers. We want to generate these emails at 03:00 every day. For this purpose we need to set the CRON value to (00 3 * * *). It means that on 00 minute of 03:00 hour, on every day of each month and on each week day execute this jo... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/jobs/README |
36ab0e6db4a6-0 | App Editor | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/README |
ef47ef87147f-0 | AppDiscussion
Discussion
When enabled, the toolbar button for record based discussions will be activated.
You will need to activate discussions for the master table in the table editor before using this. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/appdiscussion |
6d49374f6d00-0 | AppIcon
App Icon
you can choose an app icon, that will be displayed in the single page tab headers, for example. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/appicon |
dd8198da4e12-0 | App Editor Properties | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties |
35399ee75cce-0 | AppHistory
History
This will activate the audit trail record history in the toolbar.
You will have to create the audit history for your mastertable in the table editor first. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/apphistory |
9beeeb844f7f-0 | Controls | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/controls/README |
a4945eaa78d7-0 | description: >-
A grid displays a list of records, specified by the sub data source of that
control.
grid
Documentation
In Brixxbox, app configuration allows you to add different controls in your app. It also provides four types of properties which manages how control should behave or look in app. Those four pro... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/controls/grid |
a4945eaa78d7-1 | Server Side Paging
Use this property for big data tables. If checked, grid will only be able to data from server side only instead of getting all the data from data source.
Smooth Scroll
If checked, this property allows the users to scroll through list of items of grid instead of scrolling up and down via paging but... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/controls/grid |
a4945eaa78d7-2 | Now you can see that our grid list all customer orders. In its menu, grid allows multiple options like adding new data row, deleting data row, refresh grid, copy data, search filter and drop down list for specifying number of entries for display. Grid provides each data row with plus, select, and edit button. Depending... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/controls/grid |
e19c761dd419-0 | description: >-
Comboboxes are often used to refer to header records (an order line record
will most likely have a combobox with its order record).
combobox
Demo
{% embed url="https://youtu.be/KhrooXGYBQ4" %}
Documentation
In Brixxbox app configurations you can add different controls. One of them is ComboBox. ... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/controls/combobox |
e19c761dd419-1 | Combobox Value Field
This option defines how each entry of your combobox will be displayed. It can be a single or multiple columns from sub data source. For single column just name the column. For Example, "adrName". If you want to choose multiple columns, then use curly brackets. You can choose any place holders betw... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/controls/combobox |
e19c761dd419-2 | Now save the control. It is time to assign a sub data source to our control. Click a sub data source button. Here you can assign different types of data sources. For this example, we will use config data source type. After that select the corresponding app config. We are selecting "address" config because we want to di... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/controls/combobox |
e19c761dd419-3 | Now save and set a combobox value and we will be able to see only selected record in "myGrid". As we can see from figure below.
Combobox also allows us to select multiple records at a same time. To achieve this functionality, select "multiselect" checkbox from combobox properties. You can see from figure below that mu... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/controls/combobox |
0bc0fa7d06b7-0 | AppAttachments
Attachments
When enabled, users can add files to the records of this app. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/appattachments |
28721c221295-0 | GridColumnFilter
GridColumnFilter
You can create filter in all grid columns. You need to specify the column name and the type of filter you would like for this column.
The following types are available:
text: Will show a text input field for the search criteria.
select: A selection for all available options is sho... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/gridcolumnfilter |
28721c221295-1 | For columns with date controls (datebox.md and datetimebox.md) a date range selection will be provided. The range selection enables the user to set a start and end date. Additionally the brixxApi call 'gridColumnConfig' enables setting of predefined selection ranges. Those ranges can be picked by the user without the n... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/gridcolumnfilter |
6b101e186b70-0 | AddToAttachements
This setting controls whether the captured image should be saved directly as an attachment to the current record. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/addtoattachements |
cc3bd333347d-0 | editAbsoloutGridHeight
Here you can set a fixed height for the grid. The specification is in percent of the complete screen height. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/editabsoloutgridheight |
597e35261809-0 | CreateMenu
Create Menu
A default menu Folder and Entry will be created. This is just a more convenient way than using the menu editor. You will probably use the menu editor at some point to move things around in the menu tree. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/createmenu |
de87dc1957eb-0 | HiddenGridColumns
Hidden Columns
This is a comma separated list of control, that you want to hide in this grid control.
myControl1, myControl2 | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/hiddengridcolumns |
4f73ad3b50bc-0 | DecimalDigits
DecimalDigits
Set the number of decimal digits here | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/decimaldigits |
d23cefbd3857-0 | ComboboxMinSearchLength
ComboboxMinSearchLength
Minumin Characters for a comboboxy to trigger the search. -1 for no search function at all | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/comboboxminsearchlength |
b0e6278c49b3-0 | dateTimeUtc
DateTimeBox UTC
If this Checkbox is activated. You will see the Date time in you local timezone but the value behind the control is a utc (GMT) time. setFieldValue will assume you set a utc time and will add the local timezone just for the display. getFieldValue will give you the utc time as well. So user... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/datetimeutc |
a9d2f18204d7-0 | AppMasterTable
Master Table
You can define the underlying table for your app, if it stores data. You can also create a new table. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/appmastertable |
2758931608bc-0 | AppConfigToStartSourceField
AppConfigToStartSourceField
The field that should be submitted to the child app | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/appconfigtostartsourcefield |
eb630dcd26c8-0 | ChartLabel
ChartLabel
The column from the sub data source for the Chart label | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/chartlabel |
6aa997ce67f9-0 | AppConfigToStartTargetField
AppConfigToStartTargetField
The field in the child app that should get the Source Field Value | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/appconfigtostarttargetfield |
c5b13e21ca14-0 | ComboBoxListButton
ComboBoxListButton
This setting determines if a Combobox has a List Button next to it, to select the value from a List instead of the Combobox itself. The List provides more features for filtering and searching than a Combobox . The selected Value from the list will be set in the Combobox on select... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/comboboxlistbutton |
b4d5480d33cb-0 | HelpText
Help Text
You can set a help text, to display below a field. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/helptext |
93a3013d6315-0 | chartLabelAxesY
Chart Label for Y Axes
This is a text, that will be used to label the chart y Axis | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/chartlabelaxesy |
8fd107117bef-0 | ComboboxValue
Combobox Value
This defines what will be displayed in the combobox. It can be a single column from the sub data source or a string with placeholders
adrName
{id} - {adrName}, {adrFirstName} | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/comboboxvalue |
8e65b0ab6b5b-0 | AppTitle
Title
This title will be translated and it can contain variables from four loaded record, that will be replaced in the title, once a record is loaded.
We used a @prefix in the past, that is deprecated.
Order {id} {cordAddressId.adrName}
This will result in: Order 1 John Doe
if no '{' character is found i... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/apptitle |
9f74c1aee0fd-0 | AutoDisableOnEdit
AutoDisableOnEdit
This will disable a field, if a record id is set. In other words, the field is enable in create mode but disabled in edit mode | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/autodisableonedit |
4c45d1eeb1bd-0 | GroupGridColumns
GroupGridColumns
A comma separated list of columns, that should be used for grouping. By default the grouping criteria will be the cell values for this column. The same cell values are put in one group. The column itself will be hidden from view because it will only show the group name. If a search i... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/groupgridcolumns |
c499ea4c248c-0 | DisableGridResponsiveness
DisableGridResponsiveness
This will disable the responsive layout of the grid and you will be able to scroll horizontally | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/disablegridresponsiveness |
261858b9f6e7-0 | Data
Data specifies where this control gets its Data from. If no DataSource is set for the control, you get a List of table columns from the master table. If DataSource is set, you have to enter a Field from this DataSource (like a controlId if your DataSource is a Config) | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/data |
4838f2563fa1-0 | CascadeCopy
CascadeCopy
If this property is set, a copy Operation in the app, that contains this Grid Control, will copy all Lines in the Grid for that Record. Say you want to copy an order record with all its orderlines. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/cascadecopy |
228ecca4006c-0 | hideEditButtonColumn
hideEditButtonColumn
Set this if you want the edit button column to disappear. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/hideeditbuttoncolumn |
8ebcd15b2ee1-0 | AppMailHistory
Email History
When enabled, this app gets a new toolbar button for the email history sidebar. This sidebar will show emails regarding the actual record. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/appmailhistory |
a06f0d873563-0 | DevMode
Develop Mode
If the develop mode flag is set, this Version of the app will no be delivered to endusers. They will get the latest, non dev mode version. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/devmode |
dc43a05fdc4e-0 | chartLabelAxesX
Chart Label for X Axes
This is a text, that will be used to label the chart x Axis | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/chartlabelaxesx |
dca9bf56719c-0 | AppPreviewRecordId
App Preview Record Id
This is just a convenient way of loading a record at design time. It is specially useful, if you need a record to be loaded when designing your app, because some fields might be invisible when no record is loaded. This has absolutely no effect outside the app designer. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/apppreviewrecordid |
1f2e72c68fb2-0 | Enable
Enable
This will enable or disable the input. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/enable |
1977de60c639-0 | AppColor
App Color
You can choose a color theme for your app. This will be used in the single page tab headers for example. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/appcolor |
f3a0b775842e-0 | AppParameters
App Parameters
App Parameters are Flags, that can be set by calls from the menu. You can react oto these flags in app events to change your app behavior.
javascript
if(app.parameters.includes("myFlag")){
console.log("Parameter is set");
} | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/appparameters |
bea281c5484d-0 | AppPrefix
App Prefix
Just like table prefixed, you could specify a prefix for all your controls in your app. Opposite to tables, this prefix is not mandatory | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/appprefix |
912bd8ea4996-0 | ChartData
ChartData
The column from the sub data source for the Chart data | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/chartdata |
197439aea3df-0 | ComboboxKey
ComboboxKey
This is a fieldid from the sub data source that will represent the value of the combobox. In most cases this is "id" | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/comboboxkey |
af67f53ef7d6-0 | GridToolbarVisibility
GridToolbarVisibility
Set the visibility for the toolbar right above the grid | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/gridtoolbarvisibility |
af0ae5672d16-0 | CascadeDelete
Cascade Delete
If this property is set, a delete Operation in the app, that contains this Grid Control, will delete all Lines in the Grid for that Record. Say you want to delete an order record with all its orderlines. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/cascadedelete |
c9486ed7b035-0 | CssTemplateContent
CssTemplateContent
The css Content for the control | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/csstemplatecontent |
74e04d9e6435-0 | GridFooter
You can create a footer for grid columns. The value for "column" specifies the target column.
The following parameter can be supplied:
column: name for the target column
select: will specify the Range for data selection. Possible values are all or visible. all is the default setting and will se... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/gridfooter |
8bd5e8657aa0-0 | ComboBoxEditButton
ComboBoxEditButton
This setting determines if a Combobox has a Edit Button next to it, to jump right to the selected record. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/comboboxeditbutton |
ed0a96712973-0 | ChartType
ChartType
Choose from different chart types | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/charttype |
f44cfd13a5bc-0 | GridFilterVisibility
GridFilterVisibility
Set if the filter (search) field above a grid should be visible | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/gridfiltervisibility |
41ef74fc0ac7-0 | GridColumnOrder
GridColumnOrder
A comma separated list of column, that should be displayed as the left most columns. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/gridcolumnorder |
e11e6dd5209a-0 | AttaDocType
Here you can select a document type for the attachment. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/attadoctype |
106dd2403fe4-0 | AttachementFilename
User defined file name for the attachment. This can be extended with values from fields of the current application. This is achieved with @controlId at any position of the text.
A user defined file name is always extended by the current timestamp. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/attachementfilename |
440ce18a5550-0 | ConcurrencyControl
Concurrency Control
This is used to prevent users from overwriting records. If two users have loaded the same record, and both make changes, than the user that saves first, will commit his changes, but the second user will not be able to save after the first user saved. In other words, you will onl... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/concurrencycontrol |
029fc7137259-0 | GridRowOrderDragDropParam
RowOrder Drag & Drop Parameter
If an app config is used as a sub data source, the values will be filled in automatically. If u want to set the parameter manually, the values must match the needed information for a SQL-Update statement. See the example below. In addition the relevant table/ta... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/gridroworderdragdropparam |
ea890c1eae3d-0 | EditDefineUnit
You can specify the unit character here ($, ⬠ans so on) | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/editdefineunit |
74c467e68e9e-0 | chartData
ChartData
Thsi is a simple form to configure the chart. Just list the Columns of the sub datasource you want as lines (or bars, depending on your chart type). The lines will be rendered with default behavior and random colors. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/chartdata-1 |
ec2ba26dea9d-0 | ComboboxMultiselect
Combobox Multiselect
Set if you want your users to select multiple values. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/comboboxmultiselect |
a59f144eab56-0 | ChartDataJson
ChartDataJson
This is a more complex method to configure the chart than chartData but offers a lot more possibilities.
See a List of properties, you can set per line, or bar:
json
[{
"data": "OverallPrice", //the column to take for the line values from the sub dataset
"color": "red", //line co... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/chartdatajson |
fa8d93d9870e-0 | DefaultValue
This value is set when the app is opened or a new record is created. In the background, the brixxApi function setFieldValue is called with this value.
Example 1
```
1
```
Example 2
```
"Hello World"
```
Example 3
```
await app.sqlReadValue("readAddressName", { id: 1 } )
``` | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/defaultvalue |
20fbc8798a9d-0 | GridPageSizeVisibility
GridPageSizeVisibility
Set if the page size should be choose able for users | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/gridpagesizevisibility |
344529dac434-0 | GridAutoRefreshIntervals
GridAutoRefreshIntervals
You can provide a comma separated list of values for seconds. For each value the user will have the option to select it as an auto refresh value for reloading the grid content. Values above 59 seconds will be rounded and shown as minutes.
e.g. A list like "30, 60, 90... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/gridautorefreshintervals |
aed34a94bb83-0 | GridSelectMode
GridSelectMode
Choose the select mode | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/gridselectmode |
f78ea9900661-0 | blockInputDuringEventExecution
BlockInputDuringEventExecution
if set, the brixxbox will block all user actions until the event has finished | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/blockinputduringeventexecution |
dee67aea0d1d-0 | ButtonStyleClass
Icon Size
Icons inherit the font-size of their parent container which allow them to match any text you might use with them. With the settings, we can increase or decrease the size of icons relative to that inherited font-size. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/buttonstyleclass |
17922d3375b7-0 | hideSelectCheckboxColumn
hideSelectCheckboxColumn
Set this if you want the select checkbox column to disappear. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/hideselectcheckboxcolumn |
54a0b266533a-0 | AppAltViewName
Alternative View Name
All Apps with an underlying master table will create a view bbv_{AppName} if you want an additional view with a special name, you can specify that here. The bbv_* view will be created in all cases. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/appaltviewname |
8e0d74fbab2c-0 | GridNoHyperLink
This allows you to set a list of combobox columns, that will not have a hyperlink, like the usual combobox column would have | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/gridnohyperlink |
2de7b079996b-0 | AppConfigToStartName
AppConfigToStartName
Place the id of an app config here to embed | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/appconfigtostartname |
ad0cfe5c23b0-0 | GridInlineEdit
GridInlineEdit
Grid inline editing is not available at the moment | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/gridinlineedit |
cf3680b8190c-0 | GridSortingMode
GridSortingMode
Set if sorting by the user should be allowed
If you want to allow the user to manually sort rows in the grid, options for "Allow Drag & Drop" are available. To use this extended option the underlying sub data source must be able to handle the manual sorting information. If an app conf... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/gridsortingmode |
393340a3be3e-0 | ServerSidePagingIndexColumns
Server Side Paging Indexed Columns
When using serverside paging, most of the time it is not usefull to search in all columns as that means the grid is as slow as if it was not paged on server at all. We need to configure the columns that are indexed and can be used for ordering and search... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/serversidepagingindexcolumns |
f7c23582c07a-0 | Label
This is the Label, that is displayed for this control. The Label is translated automatically but you can set your manual translation in the translation Tab.
All Labels must be in the Workspace Default Language (english if not set differently in the workspace settings) | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/label |
a48830ab0a48-0 | htmlTableDisablePagination
Disable Pagination
If checked, there will be no pagination for the HTML table.
Be careful with the amount of data! | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/htmltabledisablepagination |
067923385b8a-0 | ServerSidePaging
Server Side Paging
Reads only the actual page from the server instead of all table data at once. Use this for large tables to improve performance.
The subdata requests must NOT have ORDER BY | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/serversidepaging |
1521f7824a4b-0 | wysiwygHtmlFragment
When checked. brixxbox will save the html content as a fragment, exactly as you see it in the editors code view. If unchecked, brixxbox will wrap the content in a valid html document with header tag and \\.
If you would like to print the text in telerik reporting, you should check this, to keep th... | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/wysiwyghtmlfragment |
06975c626604-0 | NoSpinButton
Check this option, if you do not want up/down arrows next to the number input. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/nospinbutton |
a68401468b26-0 | InputTag
InputTag
if set, the user is allowed to add new tags | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/inputtag |
a58aabd3c8ba-0 | TagValue
TagValue
The value that should be displayed | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/tagvalue |
8ba19e90832c-0 | ValidateInputBeforeExecution
ValidateInputBeforeExecution
If set, the brixxbox will check the validation before executing the event sourcecode | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/validateinputbeforeexecution |
449a96e7dace-0 | RecordObservation
Record Observation
When 2 ore more users open the same record, only the first will be able to edit it. Other users will have to option to request the edit mode. | https://brixxbox.gitbook.io/brixxbox-documentation/configuration/app-editor/app-editor-properties/recordobservation |
End of preview. Expand in Data Studio
No dataset card yet
- Downloads last month
- 5