Comparaison entre les composants Epicraft et l’application mobile

Edit me

This document is here to give you an overview of the possibilities of the mobile application.

Roadmap

See CHANGELOG.

  • Support page (1.4.0)
  • Relationships between tables
  • Calculated variables
  • Improve static text, see issue here.

Components from Epicraft

Field components

Component Available? Notes
Text field ✅ Yes
Number ✅ Yes
Date/Time ✅ Yes Voozanoo4 doesn't implement datetime.
Choice ✅ Yes
Boolean ✅ Yes There is no way to clear a value once set.
Searchfield ❌ No

Structuring components

Component Available? Notes
Group ✅ Yes
Columns ✅ Yes
Tabs ✅ Yes
Matrix ✅ Yes 1.3.0 The display is totally different from what is available on Epicraft and Voozanoo4. Has been reworked and transformed to fit a mobile.
Table ❌ No

Other components

Component Available? Notes
Text ✅ Yes Epicraft creates HTML code for this element, but the application does not understand it natively and must transform it to display it. This can create differences between Epicraft and the mobile application. ❗️ Tricks like {varset.var} are not supported.
Button ✅ Yes
Bulk ✅ Yes These do not have the same characteristics and syntaxes as those of Voozanoo4. More informations.
Listing ❌ No
Card ❌ No

Properties for each component

Text field

Property Available? Notes
Name ✅ Yes
Label ✅ Yes
Abbreviation ✅ Yes
Text type ✅ Yes single line / multiline
Mandatory ✅ Yes
Specific label ✅ Yes
Label width ✅ Yes
Hide label ✅ Yes
Label position ✅ Yes
CSS class ❌ Not really Hide element with class: epimob-hide
Length ✅ Yes
Conditional display ✅ Yes
Keep data on hide ✅ Yes
Default value ✅ Yes
Text prefix ✅ Yes
Text suffix ✅ Yes
Placeholder ✅ Yes
Hint ✅ Yes
Read only ✅ Yes
Custom property ✅ Yes These do not have the same characteristics and syntaxes as those of Voozanoo4. More informations.

Number

Property Available? Notes
Name ✅ Yes
Label ✅ Yes
Abbreviation ✅ Yes
Sub type ✅ Yes integer / decimal
Mandatory ✅ Yes
Specific label ✅ Yes
Label width ✅ Yes
Hide label ✅ Yes
Label position ✅ Yes
CSS class ❌ Not really Hide element with class: epimob-hide
Min ✅ Yes
Max ✅ Yes
Conditional display ✅ Yes
Keep data on hide ✅ Yes
Default value ✅ Yes
Text prefix ✅ Yes
Text suffix ✅ Yes
Placeholder ✅ Yes
Hint ✅ Yes
Read only ✅ Yes
Custom property ✅ Yes These do not have the same characteristics and syntaxes as those of Voozanoo4. More informations.

Date/Time

Property Available? Notes
Name ✅ Yes
Label ✅ Yes
Abbreviation ✅ Yes
Sub type ✅ Yes date / datetime / time
Mandatory ✅ Yes
Specific label ✅ Yes
Label width ✅ Yes
Hide label ✅ Yes
Label position ✅ Yes
CSS class ❌ Not really Hide element with class: epimob-hide
Min ✅ Yes
Max ✅ Yes
Conditional display ✅ Yes
Keep data on hide ✅ Yes
Default value ✅ Yes
Hint ✅ Yes
Read only ✅ Yes
Custom property ✅ Yes These do not have the same characteristics and syntaxes as those of Voozanoo4. More informations.

Choice

Property Available? Notes
Name ✅ Yes
Label ✅ Yes
Abbreviation ✅ Yes
Choice type ✅ Yes single (radio and select) / multiple (checkbox)
Mandatory ✅ Yes
Specific label ✅ Yes
Label width ✅ Yes
Hide label ✅ Yes
Label position ✅ Yes
Single type (if selected) ✅ Yes radio or dropdown menu
Columns offset ✅ Yes
Number of columns ✅ Yes
CSS class ❌ Not really Hide element with class: epimob-hide
Conditional display ✅ Yes
Keep data on hide ✅ Yes
Default value ✅ Yes
Hint ✅ Yes
Read only ✅ Yes
Custom property ✅ Yes These do not have the same characteristics and syntaxes as those of Voozanoo4. More informations.

Boolean

Property Available? Notes
Name ✅ Yes
Label ✅ Yes
Abbreviation ✅ Yes
Mandatory ✅ Yes
Specific label ✅ Yes
Label width ✅ Yes
Hide label ✅ Yes
Label position ✅ Yes
CSS class ❌ Not really Hide element with class: epimob-hide
Conditional display ✅ Yes
Keep data on hide ✅ Yes
Default value ✅ Yes
Hint ✅ Yes
Read only ✅ Yes
Custom property ✅ Yes These do not have the same characteristics and syntaxes as those of Voozanoo4. More informations.

Group

Property Available? Notes
Title ✅ Yes
Description ❌ No
CSS class ❌ Not really Hide element with class: epimob-hide
Is transparent? ✅ Yes
Conditional display ✅ Yes
Keep data on hide ✅ Yes applied to all contained components
Custom property ✅ Yes These do not have the same characteristics and syntaxes as those of Voozanoo4. More informations.

Columns

Property Available? Notes
Column width ✅ Yes
CSS class ❌ Not really Hide element with class: epimob-hide
Custom property ✅ Yes These do not have the same characteristics and syntaxes as those of Voozanoo4. More informations.

Tabs

Property Available? Notes
Title ✅ Yes
CSS class ❌ Not really Hide element with class: epimob-hide
Custom property ✅ Yes These do not have the same characteristics and syntaxes as those of Voozanoo4. More informations.

Matrix

See Choice.

Button

Property Available? Notes
Label ✅ Yes
Save form data? ✅ Yes
Redirect ✅ Yes
Page ✅ Yes
Hide label ✅ Yes
CSS class ❌ Not really epimob-hide btnBlock btnBorderless btnDanger btnInfo btnLink btnPrimary btnRaised btnSuccess btnTransparent btnWarning btnDisabled
Conditional display ✅ Yes
Custom property ✅ Yes These do not have the same characteristics and syntaxes as those of Voozanoo4. More informations.