Search for preview

  1. Search 9.5.x for preview
  2. Search 8.9.x for preview
  3. Search 10.3.x for preview
  4. Search 11.x for preview
  5. Other projects
Title Object type File name Summary
CommentHelperCase::setCommentPreview function modules/comment/comment.test Set comment preview setting.
CommentPreviewTest class modules/comment/comment.test Test previewing comments.
CommentPreviewTest::getInfo function modules/comment/comment.test
CommentPreviewTest::testCommentEditPreviewSave function modules/comment/comment.test Test comment edit, preview, and save.
CommentPreviewTest::testCommentPreview function modules/comment/comment.test Test comment preview.
comment_form_build_preview function modules/comment/comment.module Build a preview from submitted form values.
comment_preview function modules/comment/comment.module Generate a comment preview.
node_form_build_preview function modules/node/node.pages.inc Form submission handler for node_form().
node_preview function modules/node/node.pages.inc Generates a node preview.
PagePreviewTestCase class modules/node/node.test Tests the node entity preview functionality.
PagePreviewTestCase::$field property modules/node/node.test
PagePreviewTestCase::$field_name property modules/node/node.test
PagePreviewTestCase::$instance property modules/node/node.test
PagePreviewTestCase::$term property modules/node/node.test
PagePreviewTestCase::$vocabulary property modules/node/node.test
PagePreviewTestCase::getInfo function modules/node/node.test
PagePreviewTestCase::setUp function modules/node/node.test Sets up a Drupal site for running functional and integration tests.
PagePreviewTestCase::testPagePreview function modules/node/node.test Checks the node preview functionality.
PagePreviewTestCase::testPagePreviewWithRevisions function modules/node/node.test Checks the node preview functionality, when using revisions.
preview.css file themes/bartik/color/preview.css /* ---------- Color form ----------- */
#color_scheme_form #palette .form-item {
width: 25em;
}
#color_scheme_form #palette .form-item label {
width: 15em;
}

/* ---------- Preview Styles ----------- */

html.js #preview {
clear: both;
float:…
preview.css file themes/garland/color/preview.css /* Positioning */
#preview {
overflow: hidden;
max-width: 100%;
}
#preview,
#preview #img {
width: 600px;
height: 371px;
}
#preview #gradient-0 {
position: absolute;
left: 0;
right: 0;
top: 19px;
height: 120px;
z-index:…
preview.html file themes/bartik/color/preview.html
preview.html file modules/color/preview.html
theme_image_style_preview function modules/image/image.admin.inc Returns HTML for a preview of an image style.
theme_node_preview function modules/node/node.pages.inc Returns HTML for a node preview for display during node creation and editing.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.