Last active
May 23, 2020 13:56
-
-
Save mysiar/c76297da2d09399bceb1571357f192b4 to your computer and use it in GitHub Desktop.
Revisions
-
mysiar revised this gist
May 23, 2020 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,3 @@ {% extends '@!EasyAdmin/default/edit.html.twig' %} {% block main %} -
mysiar revised this gist
May 23, 2020 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,4 @@ {# https://mysiar.github.io/dev/2020/05/23/color-picker4easyadmin.html #} {% extends '@!EasyAdmin/default/edit.html.twig' %} {% block main %} -
mysiar revised this gist
May 23, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ {# https://mysiar.github.io/dev/2020/05/23/color-picker4easyadmin.html #} {% extends '@!EasyAdmin/default/edit.html.twig' %} {% block main %} -
mysiar renamed this gist
May 23, 2020 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,17 +2,14 @@ {% block main %} {{ parent() }} {% endblock %} {% block body_javascript %} {{ parent() }} <script src="{{ asset('js/jqColorPicker.min.js') }}" type="text/javascript"></script> <script type="text/javascript"> $('.colorpicker').colorPicker(); </script> {% endblock %} -
mysiar renamed this gist
May 23, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
mysiar created this gist
May 23, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ {% extends '@!EasyAdmin/default/edit.html.twig' %} {% block main %} {{ parent() }} <entity_id data-id="{{ _entity_id }}"></entity_id> {% endblock %} {% block body_javascript %} {{ parent() }} <script src="{{ asset('js/jquery-ui.min.js') }}" type="text/javascript"></script> <script src="{{ asset('js/jqColorPicker.min.js') }}" type="text/javascript"></script> <script type="text/javascript"> $('.colorpicker').colorPicker(); $('.datepicker').datepicker({ dateFormat: 'yy-mm-dd' }); </script> {% endblock %}