You are here

Files in Fences 7

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt Fences 7.x-1.x-dev, xxxx-xx-xx (development release) -------------------------- - Fences 7.x-1.2, 2015-09-24 -------------------------- - #2573745 by JohnAlbin: Un-configured fields appear to be configured to "no wrapper" Fences 7.x-1.1,…
fences.admin.inc fences.admin.inc Functions only needed on configuration pages.
fences.api.php fences.api.php Hooks provided by the Fences module.
fences.fences.inc fences.fences.inc Include file for fences hook implementations.
fences.info fences.info name = Fences description = Configurable field wrappers package = Fields core = 7.x dependencies[] = field configure = admin/config/content/fences
fences.install fences.install Provides install, update and un-install functions for menu_position.
fences.module fences.module Fences is a module providing configurable field wrappers.
field--fences-address.tpl.php templates/field--fences-address.tpl.php field--fences-address.tpl.php Wrap each field value in the <address> element.
field--fences-article.tpl.php templates/field--fences-article.tpl.php field--fences-article.tpl.php Wrap each field value in the <article> element.
field--fences-aside.tpl.php templates/field--fences-aside.tpl.php field--fences-aside.tpl.php Wrap each field value in the <aside> element.
field--fences-b.tpl.php templates/field--fences-b.tpl.php field--fences-b.tpl.php Wrap each field value in the <b> element.
field--fences-bdi.tpl.php templates/field--fences-bdi.tpl.php field--fences-bdi.tpl.php Wrap each field value in the <bdi> element.
field--fences-blockquote.tpl.php templates/field--fences-blockquote.tpl.php field--fences-blockquote.tpl.php Wrap each field value in the <blockquote> element.
field--fences-cite.tpl.php templates/field--fences-cite.tpl.php field--fences-cite.tpl.php Wrap each field value in the <cite> element.
field--fences-code.tpl.php templates/field--fences-code.tpl.php field--fences-code.tpl.php Wrap each field value in the <code> element.
field--fences-dd.tpl.php templates/field--fences-dd.tpl.php field--fences-dd.tpl.php Wrap each field value in the <dd> element.
field--fences-del.tpl.php templates/field--fences-del.tpl.php field--fences-del.tpl.php Wrap each field value in the <del> element.
field--fences-details.tpl.php templates/field--fences-details.tpl.php field--fences-details.tpl.php Wrap each field value in the <details> element.
field--fences-div-div-div.tpl.php templates/field--fences-div-div-div.tpl.php field--fences-div-div-div.tpl.php This file is identical to Drupal's default field markup, which uses multiple nested <div> elements. Note: This template is never used; instead Drupal core's theme_field() is used.
field--fences-div.tpl.php templates/field--fences-div.tpl.php field--fences-div.tpl.php Wrap each field value in the <div> element.
field--fences-dl.tpl.php templates/field--fences-dl.tpl.php field--fences-dl.tpl.php Wrap all field values in a single <dl> element.
field--fences-dt.tpl.php templates/field--fences-dt.tpl.php field--fences-dt.tpl.php Wrap each field value in the <dt> element.
field--fences-em.tpl.php templates/field--fences-em.tpl.php field--fences-em.tpl.php Wrap each field value in the <em> element.
field--fences-figcaption.tpl.php templates/field--fences-figcaption.tpl.php field--fences-figcaption.tpl.php Wrap all field values in a single <figcaption> element.
field--fences-figure.tpl.php templates/field--fences-figure.tpl.php field--fences-figure.tpl.php Wrap each field value in the <figure> element.
field--fences-footer.tpl.php templates/field--fences-footer.tpl.php field--fences-footer.tpl.php Wrap each field value in the <footer> element.
field--fences-h1.tpl.php templates/field--fences-h1.tpl.php field--fences-h1.tpl.php Wrap each field value in the <h1> element.
field--fences-h2.tpl.php templates/field--fences-h2.tpl.php field--fences-h2.tpl.php Wrap each field value in the <h2> element.
field--fences-h3.tpl.php templates/field--fences-h3.tpl.php field--fences-h3.tpl.php Wrap each field value in the <h3> element.
field--fences-h4.tpl.php templates/field--fences-h4.tpl.php field--fences-h4.tpl.php Wrap each field value in the <h4> element.
field--fences-h5.tpl.php templates/field--fences-h5.tpl.php field--fences-h5.tpl.php Wrap each field value in the <h5> element.
field--fences-h6.tpl.php templates/field--fences-h6.tpl.php field--fences-h6.tpl.php Wrap each field value in the <h6> element.
field--fences-header.tpl.php templates/field--fences-header.tpl.php field--fences-header.tpl.php Wrap each field value in the <header> element.
field--fences-hgroup.tpl.php templates/field--fences-hgroup.tpl.php field--fences-hgroup.tpl.php Wrap each field value in the <hgroup> element.
field--fences-i.tpl.php templates/field--fences-i.tpl.php field--fences-i.tpl.php Wrap each field value in the <i> element.
field--fences-ins.tpl.php templates/field--fences-ins.tpl.php field--fences-ins.tpl.php Wrap each field value in the <ins> element.
field--fences-kbd.tpl.php templates/field--fences-kbd.tpl.php field--fences-kbd.tpl.php Wrap each field value in the <kbd> element.
field--fences-mark.tpl.php templates/field--fences-mark.tpl.php field--fences-mark.tpl.php Wrap each field value in the <mark> element.
field--fences-menu.tpl.php templates/field--fences-menu.tpl.php field--fences-menu.tpl.php Wrap each field value in the <li> element and all of them in the <menu> element.
field--fences-nav.tpl.php templates/field--fences-nav.tpl.php field--fences-nav.tpl.php Wrap each field value in the <nav> element.
field--fences-no-wrapper.tpl.php templates/field--fences-no-wrapper.tpl.php field--fences-no-wrapper.tpl.php Render each field value with no wrapper element.
field--fences-ol.tpl.php templates/field--fences-ol.tpl.php field--fences-ol.tpl.php Wrap each field value in the <li> element and all of them in the <ol> element.
field--fences-p.tpl.php templates/field--fences-p.tpl.php field--fences-p.tpl.php Wrap each field value in the <p> element.
field--fences-pre-code.tpl.php templates/field--fences-pre-code.tpl.php field--fences-precode.tpl.php Wrap each field value in the <pre> and <code> elements.
field--fences-pre.tpl.php templates/field--fences-pre.tpl.php field--fences-pre.tpl.php Wrap each field value in the <pre> element.
field--fences-q.tpl.php templates/field--fences-q.tpl.php field--fences-q.tpl.php Wrap each field value in the <q> element.
field--fences-rp-rt.tpl.php templates/field--fences-rp-rt.tpl.php field--fences-rp-rt.tpl.php Wrap each field value in the <rt> element with adjacent <rp> elements.
field--fences-rt.tpl.php templates/field--fences-rt.tpl.php field--fences-rt.tpl.php Wrap each field value in the <rt> element.
field--fences-ruby.tpl.php templates/field--fences-ruby.tpl.php field--fences-ruby.tpl.php Wrap each field value in the <ruby> element.
field--fences-s.tpl.php templates/field--fences-s.tpl.php field--fences-s.tpl.php Wrap each field value in the <s> element.

Pages

Other projects