Skip to content

Commit

Permalink
Item9693: A few more missed 1.2 references
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Jul 1, 2015
1 parent 9c482d9 commit bf030b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions core/data/System/AppendixCascadingStyleSheets.txt
@@ -1,12 +1,12 @@
%META:TOPICINFO{author="ProjectContributor" date="1435704962" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1435757231" format="1.1" version="1"}%
%META:TOPICPARENT{name="DeveloperDocumentationCategory"}%
%STARTINCLUDE%
---+ Appendix C: CSS

Listing of CSS class names emitted from Foswiki core code and standard extensions.

<div class='foswikiNotification'>
With Foswiki 1.2 a number of classes have been deprecated. These are marked DEPRECATED below.
With Foswiki 2.0 a number of classes have been deprecated. These are marked DEPRECATED below.
</div>

%TOC%
Expand Down Expand Up @@ -169,9 +169,9 @@ See also: [[#HtmlFormElements][HTML form elements]]
---+++ Other elements
<sticky>
%TABLE{databg="#fff"}%
|=.foswikiButtonGroup= | Group of buttons. Introduced with Foswiki 1.2. |
|=.foswikiToolbar= | Container for controls. Introduced with Foswiki 1.2. |
|=.foswikiToolbarHeader= | Header in =foswikiToolbar=. Introduced with Foswiki 1.2. |
|=.foswikiButtonGroup= | Group of buttons. Introduced with Foswiki 2.0. |
|=.foswikiToolbar= | Container for controls. Introduced with Foswiki 2.0. |
|=.foswikiToolbarHeader= | Header in =foswikiToolbar=. Introduced with Foswiki 2.0. |
|=.foswikiWebIndent= | Used by =%<nop>WEBLIST%= to indent sub-web names |
|=.foswikiAccessKey= | Access key demarkation |
|=.foswikiSeparator= | Separator element between sequential elements; usually a pipe character |
Expand Down Expand Up @@ -206,7 +206,7 @@ See also: [[#HtmlFormElements][HTML form elements]]
<sticky>
%TABLE{databg="#fff"}%
Markers to invoke behaviour with unobtrusive !JavaScript.
|=.foswikiFocus= | Behaviour marker so a field can be given input focus. As of Foswiki 1.2 this also requires to add =%<nop>JQREQUIRE{"focus"}%= to the page. |
|=.foswikiFocus= | Behaviour marker so a field can be given input focus. As of Foswiki 2.0 this also requires to add =%<nop>JQREQUIRE{"focus"}%= to the page. |
|=.foswikiChangeFormButton= | "Replace form" button; clicking calls !JavaScript function =suppressSaveValidation= |
|=#foswikiNumberOfResultsContainer= | Container identifier to write the number of search results into |
|=input[type="text"].foswikiDefaultText= | Behaviour marker so the field will contain default text that disappears when clicked into. The visual style is set with =foswikiInputFieldBeforeFocus= and =foswikiInputFieldFocus=. The default text is provided by the =title= attribute of the form field. |
Expand Down
4 changes: 2 additions & 2 deletions core/data/System/FormattedSearch.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1434484983" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1435757231" format="1.1" version="1"}%
%META:TOPICPARENT{name="UserDocumentationCategory"}%
---+ Formatted Search
Customize the display of search results.
Expand Down Expand Up @@ -128,7 +128,7 @@ Put the section of the pattern that matches the text you want to keep in parenth

Do not use =.*= _inside_ the parentheses, e.g. =$extract(.*foo(.*)bar.*)= does not work. You can however use =.*?= thus =$extract(.*foo(.*?)bar.*)=

Make sure that the integrity of a web page is not compromised; for example, if you include an HTML table make sure to include everything including the table end tag. =$extract= will automatically escape ="&lt;&gt;&amp;%$= characters so that the string matched by the pattern doesn't break any macros that are wrapped around it. =$pattern= does not do this, and should be used with care. =$extract= is only available in Foswiki 1.2 and later.
Make sure that the integrity of a web page is not compromised; for example, if you include an HTML table make sure to include everything including the table end tag. =$extract= will automatically escape ="&lt;&gt;&amp;%$= characters so that the string matched by the pattern doesn't break any macros that are wrapped around it. =$pattern= does not do this, and should be used with care. =$extract= is only available in Foswiki 2.0 and later.

---++ Examples

Expand Down

0 comments on commit bf030b9

Please sign in to comment.