Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskonsite-архив-перенесен
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Korolev
taskonsite-архив-перенесен
Commits
b00617cf
Commit
b00617cf
authored
Feb 10, 2026
by
duke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tiny
parent
80b98080
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
backend/web/js/form-load.js
backend/web/js/form-load.js
+5
-4
No files found.
backend/web/js/form-load.js
View file @
b00617cf
...
@@ -24,9 +24,9 @@ $(function ()
...
@@ -24,9 +24,9 @@ $(function ()
theme
:
"
modern
"
,
theme
:
"
modern
"
,
language
:
"
ru
"
,
language
:
"
ru
"
,
schema
:
"
html5
"
,
schema
:
"
html5
"
,
custom_elements
:
"
emstart,emend,header,main,span,icon,
uibutton,uiinfotile,template,ui-button,ui-infotile
"
,
custom_elements
:
"
emstart,emend,header,main,span,icon,
template,info-tile,app-button
"
,
valid_children
:
'
+a[div]
'
,
valid_children
:
'
+a[div]
'
,
extended_valid_elements
:
"
span[id|name|class|style],i[id|name|class|style],ul[id|name|class|style],li[id|name|class|style],script[type|src],style,icon[*],
uibutton[*],uiinfotile[*],ui-button[*],ui-infotile
[*],template[*]
"
,
extended_valid_elements
:
"
span[id|name|class|style],i[id|name|class|style],ul[id|name|class|style],li[id|name|class|style],script[type|src],style,icon[*],
info-tile[*],app-button
[*],template[*]
"
,
height
:
'
350px
'
,
height
:
'
350px
'
,
menubar
:
"
edit insert view format table tools
"
,
menubar
:
"
edit insert view format table tools
"
,
plugins
:
[
plugins
:
[
...
@@ -52,11 +52,12 @@ $(function ()
...
@@ -52,11 +52,12 @@ $(function ()
return
;
return
;
}
}
for
(
const
tag
of
[
'
UIButton
'
,
'
UIInfoTile
'
])
{
for
(
const
tag
of
[
'
InfoTile
'
,
'
AppButton
'
])
{
content
=
content
.
replace
(
content
=
content
.
replace
(
new
RegExp
(
`\\b
${
tag
}
\\b`
,
'
g
'
),
new
RegExp
(
`\\b
${
tag
}
\\b`
,
'
g
'
),
tag
.
replace
(
tag
.
replace
(
/
(
UI
)([
a-z
A-Z
])
/g
,
/
(
[
a-z
])([
A-Z
])
/g
,
'
$1-$2
'
'
$1-$2
'
).
toLowerCase
()
).
toLowerCase
()
);
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment