Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
sidekick
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Privat - Marco Schmiedel
sidekick
Commits
b141a7d7
Commit
b141a7d7
authored
Aug 02, 2022
by
Kevin Yumang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SERV-2286 - legend element added
parent
2cbb72a8
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
27 additions
and
2 deletions
+27
-2
Config.php
src/Views/Limitless/Element/Config.php
+14
-1
Index.blade.php
...Limitless/Element/Copyright/Documentation/Index.blade.php
+1
-1
Index.blade.php
...ws/Limitless/Element/Legend/Documentation/Index.blade.php
+10
-0
Legend.blade.php
src/Views/Limitless/Element/Legend/Legend.blade.php
+1
-0
Master.blade.php
src/Views/Limitless/Help/Layout/Master.blade.php
+1
-0
No files found.
src/Views/Limitless/Element/Config.php
View file @
b141a7d7
...
...
@@ -42,7 +42,8 @@
'Limitless::RandomSelect'
=>
'randomSelect'
,
'Limitless::Divider'
=>
'divider'
,
'Limitless::Example'
=>
'example'
,
'Limitless::Copyright'
=>
'copyright'
'Limitless::Copyright'
=>
'copyright'
,
'Limitless::Legend'
=>
'legend'
,
];
...
...
@@ -135,6 +136,18 @@
}
/*
|--------------------------------------------------------------------------------------------
| Method "legend"
|--------------------------------------------------------------------------------------------
*/
public
function
legend
(
$parameters
)
{
return
View
(
'Limitless::Element.Legend.Legend'
)
->
withLegend
(
$parameters
??
'No Title'
);
}
}
...
...
src/Views/Limitless/Element/Copyright/Documentation/Index.blade.php
View file @
b141a7d7
...
...
@@ -3,7 +3,7 @@
@
section
(
'Limitless::Content'
)
@
Limitless
::
CardStart
([
'title'
=>
"
Alert"
,
'icon'
=>
'icon-bubble-notification
'
])
@
Limitless
::
CardStart
([
'title'
=>
"
Description"
,
'icon'
=>
'icon-info22
'
])
@
Limitless
::
Copyright
(
'Ceetrox GmbH'
)
@
Limitless
::
CardStop
...
...
src/Views/Limitless/Element/Legend/Documentation/Index.blade.php
0 → 100644
View file @
b141a7d7
{{
--
Layout
Reference
--
}}
@
extends
(
'Limitless::Help.Layout.Master'
)
@
section
(
'Limitless::Content'
)
@
Limitless
::
CardStart
([
'title'
=>
"Description"
,
'icon'
=>
'icon-info22'
])
@
Limitless
::
Legend
(
'Form Header Title'
)
@
Limitless
::
CardStop
@
stop
\ No newline at end of file
src/Views/Limitless/Element/Legend/Legend.blade.php
0 → 100644
View file @
b141a7d7
<legend
class=
"text-uppercase font-size-sm font-weight-bold"
>
{{ $legend }}
</legend>
\ No newline at end of file
src/Views/Limitless/Help/Layout/Master.blade.php
View file @
b141a7d7
...
...
@@ -37,6 +37,7 @@
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Codemirror'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-circle-code'
,
'title'
=>
'Code Mirror'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.Copyright'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-info22'
,
'title'
=>
'Copyright'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.Divider'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-minus2'
,
'title'
=>
'Divider'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.Legend'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-vcard'
,
'title'
=>
'Legend'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.LoremIpsum'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-bubble-lines3'
,
'title'
=>
'Lorem Ipsum'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Modal'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-stack'
,
'title'
=>
'Modal'
])
@
Limitless
::
SideNavMenuItem
([
'url'
=>
'?page=Element.RandomSelect'
,
'target'
=>
'_self'
,
'icon'
=>
'icon-shuffle'
,
'title'
=>
'Random Select'
])
...
...
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