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
f2c94dda
Commit
f2c94dda
authored
Jun 23, 2022
by
Kevin Yumang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SERV-2286 - all documentation update. replaced cards inside cards.
parent
5a64ee4f
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
348 additions
and
423 deletions
+348
-423
Index.blade.php
src/Views/Limitless/Codemirror/Documentation/Index.blade.php
+50
-48
Index.blade.php
...iews/Limitless/Element/Card/Documentation/Index.blade.php
+51
-55
Divider.blade.php
src/Views/Limitless/Element/Divider/Divider.blade.php
+1
-1
Index.blade.php
...s/Limitless/Element/Divider/Documentation/Index.blade.php
+6
-7
Index.blade.php
...s/Limitless/Element/Example/Documentation/Index.blade.php
+6
-9
Home.blade.php
src/Views/Limitless/Help/Pages/Home.blade.php
+0
-54
Index.blade.php
src/Views/Limitless/Navigation/Documentation/Index.blade.php
+133
-143
Index.blade.php
src/Views/Limitless/Table/Documentation/Index.blade.php
+101
-106
No files found.
src/Views/Limitless/Codemirror/Documentation/Index.blade.php
View file @
f2c94dda
...
...
@@ -9,59 +9,61 @@
@
Limitless
::
ElementCardStop
{{
--
Elements
--
}}
@
Limitless
::
ElementCardStart
([
'title'
=>
"Elements"
,
'icon'
=>
'icon-grid5'
])
@
Limitless
::
ElementCardStart
([
'title'
=>
"Fragments"
,
'icon'
=>
'icon-grid5'
])
<
div
class
="
bg
-
dark
rounded
py
-
2
px
-
3
mb
-
3
">
<h6 class="
mb
-
0
font
-
weight
-
semibold
">Codemirror</h6>
<p class="
mb
-
3
text
-
muted
">A themed writable container for codes.</p>
<p class="
font
-
italic
font
-
size
-
lg
">Parameters</p>
<div class="
row
mt
-
2
">
@Limitless::TableStart([ 'extra' => ['class' => 'table table-xs table-striped'] ])
@
Limitless
::
ElementCardStart
([
'title'
=>
"Codemirror"
])
@Limitless::TableAutofillHeader([
['name' => 'Key'],
['name' => 'Type'],
['name' => 'Description']
])
<
p
>
A
themed
writable
container
for
codes
.</
p
>
@
Limitless
::
Divider
</
br
>
<
h6
>
Parameters
</
h6
>
@
Limitless
::
TableStart
([
'extra'
=>
[
'class'
=>
'table table-xs table-striped'
]
])
@Limitless::TableAutofillBody([
[
['value' => 'language'],
['value' => '<i>String</i> [Default = <code>""</code>]', 'secure' => false],
['value' => 'The language of the code to write. <code>javascript | manticore | python | shell</code>', 'secure' => false]
],
[
['value' => 'theme'],
['value' => '<i>String</i> [Default = <code>"
icecoder
"</code>]', 'secure' => false],
['value' => 'The theme of the editor.']
],
[
['value' => 'value'],
['value' => '<i>String</i> [Default = <code>"
...
no
value
parameter
set
...
"</code>]', 'secure' => false],
['value' => 'The value or text to display.']
],
[
['value' => 'extra'],
['value' => '<i>Array</i> [Default = <code>[]</code>]', 'secure' => false],
['value' => 'Adds custom attributes for the codemirror element. existing attributes such as class will be overwritten.']
]
])
@
Limitless
::
TableAutofillHeader
([
[
'name'
=>
'Key'
],
[
'name'
=>
'Type'
],
[
'name'
=>
'Description'
]
])
@Limitless::TableStop
</div>
@
Limitless
::
TableAutofillBody
([
[
[
'value'
=>
'language'
],
[
'value'
=>
'<i>String</i> [Default = <code>""</code>]'
,
'secure'
=>
false
],
[
'value'
=>
'The language of the code to write. <code>javascript | manticore | python | shell</code>'
,
'secure'
=>
false
]
],
[
[
'value'
=>
'theme'
],
[
'value'
=>
'<i>String</i> [Default = <code>"icecoder"</code>]'
,
'secure'
=>
false
],
[
'value'
=>
'The theme of the editor.'
]
],
[
[
'value'
=>
'value'
],
[
'value'
=>
'<i>String</i> [Default = <code>"... no value parameter set..."</code>]'
,
'secure'
=>
false
],
[
'value'
=>
'The value or text to display.'
]
],
[
[
'value'
=>
'extra'
],
[
'value'
=>
'<i>Array</i> [Default = <code>[]</code>]'
,
'secure'
=>
false
],
[
'value'
=>
'Adds custom attributes for the codemirror element. existing attributes such as class will be overwritten.'
]
]
])
<div class="
mb
-
3
"></div>
<p class="
font
-
italic
font
-
size
-
lg
">Themes</p>
<div class="
row
mt
-
2
">
<code>
3024-day | 3024-night | abcdef | ambiance | base16-dark | base16-light | bespin | blackboard | cobalt |
codemirror | colorforth | darcula | dracula | duotone-dark | duotone-light | eclipse | elegant | erlang-dark |
gruvbox-dark | hopscotch | icecoder | idea | isotope | lesser-dark | liquibyte | lucario | material | mbo |
mdn-like | midnight | monokai | neat | neo | night | nord | oceanic-next | panda-syntax | paraiso-dark |
paraiso-light | pastel-on-dark | railscasts | rubyblue | seti | shadowfox | solarized | the-matrix |
tomorrow-night-bright | tomorrow-night-eighties | ttcn | twilight | vibrant-ink | xq-dark | xq-light |
yeti | yonce | zenburn
</code>
</div>
@
Limitless
::
TableStop
@
Limitless
::
Divider
</
br
>
<
h6
>
Themes
</
h6
>
<
code
>
3024
-
day
|
3024
-
night
|
abcdef
|
ambiance
|
base16
-
dark
|
base16
-
light
|
bespin
|
blackboard
|
cobalt
|
codemirror
|
colorforth
|
darcula
|
dracula
|
duotone
-
dark
|
duotone
-
light
|
eclipse
|
elegant
|
erlang
-
dark
|
gruvbox
-
dark
|
hopscotch
|
icecoder
|
idea
|
isotope
|
lesser
-
dark
|
liquibyte
|
lucario
|
material
|
mbo
|
mdn
-
like
|
midnight
|
monokai
|
neat
|
neo
|
night
|
nord
|
oceanic
-
next
|
panda
-
syntax
|
paraiso
-
dark
|
paraiso
-
light
|
pastel
-
on
-
dark
|
railscasts
|
rubyblue
|
seti
|
shadowfox
|
solarized
|
the
-
matrix
|
tomorrow
-
night
-
bright
|
tomorrow
-
night
-
eighties
|
ttcn
|
twilight
|
vibrant
-
ink
|
xq
-
dark
|
xq
-
light
|
yeti
|
yonce
|
zenburn
</
code
>
</div>
@Limitless::ElementCardStop
...
...
src/Views/Limitless/Element/Card/Documentation/Index.blade.php
View file @
f2c94dda
...
...
@@ -10,61 +10,57 @@
@
Limitless
::
ElementCardStop
{{
--
Elements
--
}}
@
Limitless
::
ElementCardStart
([
'title'
=>
"Elements"
,
'icon'
=>
'icon-grid5'
])
@
Limitless
::
ElementCardStart
([
'title'
=>
"ElementCardStart"
])
<
p
>
The
opening
element
for
the
card
.</
p
>
@
Limitless
::
Divider
</
br
>
<
h6
>
Parameters
</
h6
>
@
Limitless
::
TableStart
([
'extra'
=>
[
'class'
=>
'table table-xs table-striped'
]
])
@
Limitless
::
TableAutofillHeader
([
[
'name'
=>
'Key'
],
[
'name'
=>
'Type'
],
[
'name'
=>
'Description'
]
])
@
Limitless
::
TableAutofillBody
([
[
[
'value'
=>
'title'
],
[
'value'
=>
'<i>String</i> [Default = <code>"No Title"</code>]'
,
'secure'
=>
false
],
[
'value'
=>
'The header title of the card.'
]
],
[
[
'value'
=>
'icon'
],
[
'value'
=>
'<i>String</i> [Default = <code>"icon-circle2"</code>]'
,
'secure'
=>
false
],
[
'value'
=>
'The header icon of the card.'
]
],
[
[
'value'
=>
'collapsible'
],
[
'value'
=>
'<i>Boolean</i> [Default = <code>true</code>]'
,
'secure'
=>
false
],
[
'value'
=>
'Option to make the card body to show or hide.'
]
],
[
[
'value'
=>
'removable'
],
[
'value'
=>
'<i>Boolean</i> [Default = <code>false</code>]'
,
'secure'
=>
false
],
[
'value'
=>
'Option to show or hide the close button.'
]
],
[
[
'value'
=>
'extra'
],
[
'value'
=>
'<i>Array</i> [Default = <code>[]</code>]'
,
'secure'
=>
false
],
[
'value'
=>
'Adds custom attributes for the card div element. existing attributes such as class will be overwritten.'
]
]
])
@
Limitless
::
TableStop
@
Limitless
::
ElementCardStop
@
Limitless
::
ElementCardStart
([
'title'
=>
"ElementCardStop"
])
<
p
>
The
closing
element
for
the
card
.</
p
>
@
Limitless
::
Divider
</
br
>
<
h6
>
Parameters
:
NONE
</
h6
>
@
Limitless
::
ElementCardStop
@
Limitless
::
ElementCardStart
([
'title'
=>
"Fragments"
,
'icon'
=>
'icon-grid5'
])
<
div
class
="
bg
-
dark
rounded
py
-
2
px
-
3
mb
-
3
">
<h6 class="
mb
-
0
font
-
weight
-
semibold
">ElementCardStart</h6>
<p class="
mb
-
3
text
-
muted
">The opening fragment of the card element.</p>
<p class="
font
-
italic
font
-
size
-
lg
">Parameters</p>
<div class="
row
mt
-
2
">
@Limitless::TableStart([ 'extra' => ['class' => 'table table-xs table-striped'] ])
@Limitless::TableAutofillHeader([
['name' => 'Key'],
['name' => 'Type'],
['name' => 'Description']
])
@Limitless::TableAutofillBody([
[
['value' => 'title'],
['value' => '<i>String</i> [Default = <code>"
No
Title
"</code>]', 'secure' => false],
['value' => 'The header title of the card.']
],
[
['value' => 'icon'],
['value' => '<i>String</i> [Default = <code>"
icon
-
circle2
"</code>]', 'secure' => false],
['value' => 'The header icon of the card.']
],
[
['value' => 'collapsible'],
['value' => '<i>Boolean</i> [Default = <code>true</code>]', 'secure' => false],
['value' => 'Option to make the card body to show or hide.']
],
[
['value' => 'removable'],
['value' => '<i>Boolean</i> [Default = <code>false</code>]', 'secure' => false],
['value' => 'Option to show or hide the close button.']
],
[
['value' => 'extra'],
['value' => '<i>Array</i> [Default = <code>[]</code>]', 'secure' => false],
['value' => 'Adds custom attributes for the card div element. existing attributes such as class will be overwritten.']
]
])
@Limitless::TableStop
</div>
</div>
<div class="
bg
-
dark
rounded
py
-
2
px
-
3
mb
-
3
">
<h6 class="
mb
-
0
font
-
weight
-
semibold
">ElementCardStop</h6>
<p class="
mb
-
3
text
-
muted
">The closing fragment of the card element.</p>
<p class="
font
-
italic
font
-
size
-
lg
">Parameters</p> NONE
</div>
@Limitless::ElementCardStop
...
...
src/Views/Limitless/Element/Divider/Divider.blade.php
View file @
f2c94dda
<div
style=
"border-top:1px solid #495267;"
class=
"dropdown-divider"
></div>
\ No newline at end of file
<div
style=
"border-top:1px solid #ffffff1a;"
class=
"dropdown-divider"
></div>
\ No newline at end of file
src/Views/Limitless/Element/Divider/Documentation/Index.blade.php
View file @
f2c94dda
...
...
@@ -9,15 +9,14 @@
@
Limitless
::
ElementCardStop
{{
--
Elements
--
}}
@
Limitless
::
ElementCardStart
([
'title'
=>
"Elements"
,
'icon'
=>
'icon-grid5'
])
@
Limitless
::
ElementCardStart
([
'title'
=>
"Divider"
])
@
Limitless
::
ElementCardStart
([
'title'
=>
"Fragments"
,
'icon'
=>
'icon-grid5'
])
<
p
>
A
styled
horizontal
line
for
separating
contents
.</
p
>
@
Limitless
::
Divider
</
br
>
<
h6
>
Parameters
:
NONE
</
h6
>
<
div
class
="
bg
-
dark
rounded
py
-
2
px
-
3
mb
-
3
">
<h6 class="
mb
-
0
font
-
weight
-
semibold
">Divider</h6>
<p class="
mb
-
3
text
-
muted
">A styled horizontal line for separating contents.</p>
<p class="
font
-
italic
font
-
size
-
lg
">Parameters</p> NONE
</div>
@
Limitless
::
ElementCardStop
@Limitless::ElementCardStop
{{-- Sample Output --}}
...
...
src/Views/Limitless/Element/Example/Documentation/Index.blade.php
View file @
f2c94dda
...
...
@@ -9,16 +9,13 @@
@
Limitless
::
ElementCardStop
{{
--
Elements
--
}}
@
Limitless
::
ElementCardStart
([
'title'
=>
"
Ele
ments"
,
'icon'
=>
'icon-grid5'
])
@
Limitless
::
ElementCardStart
([
'title'
=>
"
Frag
ments"
,
'icon'
=>
'icon-grid5'
])
@
Limitless
::
ElementCardStart
([
'title'
=>
"Example"
])
<
p
>
Example
Div
element
with
custom
javascript
and
stylesheet
files
.</
p
>
@
Limitless
::
Divider
</
br
>
<
h6
>
Parameters
:
NONE
</
h6
>
@
Limitless
::
ElementCardStop
<
div
class
="
bg
-
dark
rounded
py
-
2
px
-
3
mb
-
3
">
<h6 class="
mb
-
0
font
-
weight
-
semibold
">Example</h6>
<p class="
mb
-
3
text
-
muted
">Example Div element with custom javascript and stylesheet files.</p>
<p class="
font
-
italic
font
-
size
-
lg
">Parameters</p> NONE
</div>
@Limitless::ElementCardStop
...
...
src/Views/Limitless/Help/Pages/Home.blade.php
View file @
f2c94dda
...
...
@@ -11,58 +11,4 @@
The
raw
design
is
available
via
the
emulated
<
a
target
=
"_blank"
href
=
"
{
{secure_url('/ceetrox/sidekick/resource/public/Webdesigns/design-limitless/Template/layout_1/LTR/dark/full/index.html')}
}
"
>
<
u
>
CDN
</
u
>
</
a
>
of
the
<
i
>
ceetrox
/
sidekick
</
i
>
package
.
@
Limitless
::
ElementCardStop
@
Limitless
::
ElementCardStart
([
'title'
=>
"Codemirror Test"
,
'icon'
=>
'icon-file-empty'
]
)
@
Limitless
::
Codemirror
([
'language'
=>
'javascript'
,
'theme'
=>
'zenburn'
,
'value'
=>
'Hello World!'
])
@
Limitless
::
ElementCardStop
@
Limitless
::
Example
<
br
/>
@
Limitless
::
ElementCardStart
([
'title'
=>
"Navigation Sample Output"
]
)
@
Limitless
::
NavigationStart
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=card'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-square'
,
'title'
=>
'Card'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=table'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-table2'
,
'title'
=>
'Table'
])
@
Limitless
::
NavigationMenuStart
([
'title'
=>
'submenu test'
,
'icon'
=>
'icon-three-bars'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=card'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-square'
,
'title'
=>
'Card'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=table'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-table2'
,
'title'
=>
'Table'
])
@
Limitless
::
NavigationMenuStart
([
'title'
=>
'sub submenu test'
,
'icon'
=>
'icon-three-bars'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=card'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-square'
,
'title'
=>
'Card'
])
@
Limitless
::
NavigationMenuItem
([
'url'
=>
'?page=table'
,
'target'
=>
'_blank'
,
'icon'
=>
'icon-table2'
,
'title'
=>
'Table'
])
@
Limitless
::
NavigationMenuStop
@
Limitless
::
NavigationMenuStop
@
Limitless
::
NavigationStop
@
Limitless
::
ElementCardStop
@
Limitless
::
ElementCardStart
([
'title'
=>
"Table Test"
]
)
@
Limitless
::
TableStart
([
'extra'
=>
[
'class'
=>
'table table-striped'
]
])
@
Limitless
::
TableAutofillHeader
([
[
'name'
=>
'#'
],
[
'name'
=>
'<a href="#">TestUrl</a>'
,
'secure'
=>
false
],
[
'name'
=>
'Two'
],
[
'name'
=>
'Three'
]
])
@
Limitless
::
TableAutofillBody
([
[
[
'value'
=>
'data 1 row 1'
],
[
'value'
=>
'data 2 row 1'
],
[
'value'
=>
'data 3 row 1'
],
[
'value'
=>
'data 4 row 1'
]
],
[
[
'value'
=>
'data 1 row 2'
],
[
'value'
=>
'data 2 row 2'
],
[
'value'
=>
'data 3 row 2'
],
[
'value'
=>
'data 4 row 2'
]
]
])
@
Limitless
::
TableStop
@
Limitless
::
ElementCardStop
@
stop
src/Views/Limitless/Navigation/Documentation/Index.blade.php
View file @
f2c94dda
This diff is collapsed.
Click to expand it.
src/Views/Limitless/Table/Documentation/Index.blade.php
View file @
f2c94dda
This diff is collapsed.
Click to expand it.
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