You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
Правка доков
This commit is contained in:
@@ -6,8 +6,6 @@ sidebar_position: 1
|
||||
Creates a new field in the table
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function CreateField(Val Token, Val Base, Val Table, Val FieldStructure) Export`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ sidebar_position: 5
|
||||
Gets the description of a file field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetAttachmentField(Val Name) Export`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ sidebar_position: 6
|
||||
Gets the description of a boolean field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetCheckboxField(Val Name) Export`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ sidebar_position: 7
|
||||
Gets the description of a date field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetDateField(Val Name) Export`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ sidebar_position: 8
|
||||
Gets the description of an email field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetEmailField(Val Name) Export`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ sidebar_position: 10
|
||||
Gets the description of a URL field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetLinkField(Val Name) Export`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ sidebar_position: 4
|
||||
Gets the description of a numeric field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetNumberField(Val Name, Val Precision = 0) Export`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ sidebar_position: 9
|
||||
Gets the description of a phone number field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetPhoneField(Val Name) Export`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ sidebar_position: 3
|
||||
Gets the description of a string field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function GetStringField(Val Name) Export`
|
||||
|
||||
|
||||
@@ -6,8 +6,6 @@ sidebar_position: 2
|
||||
Changes the name and/or description of an existing table field
|
||||
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
`Function ModifyField(Val Token, Val Base, Val Table, Val Field, Val Name = "", Val Description = "") Export`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user