Bootstrap, from Twitter |
js/plugins/widgetbootstrap/samples/index.html |
|
Bootstrap, from Twitter |
CHANGELOG.txt |
CHANGELOG.txt |
|
2015-06-25: jlyon: Improved method that angular app is bound
2015-06-25: jlyon: Moved angular app into main module code (rather than requiring a download to sites/all/libraries)
2015-06-25: jlyon: Added CKEditor config steps to README
2015-06-25:… |
ckeditor_widgets.info.yml |
ckeditor_widgets.info.yml |
|
ckeditor_widgets.info.yml |
contents.css |
js/plugins/widgetcommon/contents.css |
|
.box,
.quotebox {
padding: 8px;
margin: 10px auto;
background: #eee;
border-radius: 8px;
border: 1px solid #ddd;
box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
}
.box .box-title,
.box .box-content,
.quotebox .quote,
.quotebox .byline… |
contents.css |
js/plugins/widgetbootstrap/contents.css |
|
/* Bootstrap styles */
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before, .row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,… |
contents.css |
js/plugins/widgettemplatemenu/samples/contents.css |
|
.two-col,
.three-col {
padding: 8px;
margin: 10px auto;
background: #eee;
border-radius: 8px;
border: 1px solid #ddd;
box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
}
.two-col .columns,
.three-col .columns {
box-shadow: 0 1px 1px #ddd… |
contents.css |
js/plugins/widgetcommon/samples/contents.css |
|
.two-col,
.three-col {
padding: 8px;
margin: 10px auto;
background: #eee;
border-radius: 8px;
border: 1px solid #ddd;
box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
}
.two-col .columns,
.three-col .columns {
box-shadow: 0 1px 1px #ddd… |
Tutorial — Simple Box Widget, part 2 |
js/plugins/widgettemplatemenu/samples/simplebox.html |
|
Tutorial — Simple Box Widget, part 2 |
Tutorial — Simple Box Widget, part 2 |
js/plugins/widgetcommon/samples/simplebox.html |
|
Tutorial — Simple Box Widget, part 2 |
Tutorial — Simple Box Widget, part 2 |
js/plugins/widgetbootstrap/samples/simplebox.html |
|
Tutorial — Simple Box Widget, part 2 |
WidgetBootstrap.php |
src/Plugin/CKEditorPlugin/WidgetBootstrap.php |
Drupal\ckeditor_widgets\Plugin\CKEditorPlugin |
Definition of \Drupal\ckeditor_widgets\Plugin\CKEditorPlugin\AnchorLink. |
WidgetCommon.php |
src/Plugin/CKEditorPlugin/WidgetCommon.php |
Drupal\ckeditor_widgets\Plugin\CKEditorPlugin |
Definition of \Drupal\ckeditor_widgets\Plugin\CKEditorPlugin\AnchorLink. |
WidgetTemplateMenu.php |
src/Plugin/CKEditorPlugin/WidgetTemplateMenu.php |
Drupal\ckeditor_widgets\Plugin\CKEditorPlugin |
Definition of \Drupal\ckeditor_widgets\Plugin\CKEditorPlugin\AnchorLink. |