1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00

Правка доков

This commit is contained in:
Anton Titovets
2024-07-10 14:33:00 +03:00
parent ce2c4bcbc0
commit 377f6b6326
679 changed files with 0 additions and 1358 deletions

View File

@@ -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`

View File

@@ -6,8 +6,6 @@ sidebar_position: 5
Gets the description of a file field
<br/>
`Function GetAttachmentField(Val Name) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 6
Gets the description of a boolean field
<br/>
`Function GetCheckboxField(Val Name) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 7
Gets the description of a date field
<br/>
`Function GetDateField(Val Name) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 8
Gets the description of an email field
<br/>
`Function GetEmailField(Val Name) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 10
Gets the description of a URL field
<br/>
`Function GetLinkField(Val Name) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 4
Gets the description of a numeric field
<br/>
`Function GetNumberField(Val Name, Val Precision = 0) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 9
Gets the description of a phone number field
<br/>
`Function GetPhoneField(Val Name) Export`

View File

@@ -6,8 +6,6 @@ sidebar_position: 3
Gets the description of a string field
<br/>
`Function GetStringField(Val Name) Export`

View File

@@ -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`