Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
d380a9c3
Commit
d380a9c3
authored
Sep 25, 2001
by
Amos Latteier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed no-call to nocall
parent
9d57e3e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
lib/python/Products/PageTemplates/help/tales-nocall.stx
lib/python/Products/PageTemplates/help/tales-nocall.stx
+6
-6
lib/python/Products/PageTemplates/help/tales.stx
lib/python/Products/PageTemplates/help/tales.stx
+3
-3
No files found.
lib/python/Products/PageTemplates/help/tales-no
-
call.stx
→
lib/python/Products/PageTemplates/help/tales-nocall.stx
View file @
d380a9c3
TALES No
-
call expressions
TALES Nocall expressions
Syntax
No
-
call expression syntax::
Nocall expression syntax::
nocall_expression ::= 'no
-
call:' expression
nocall_expression ::= 'nocall:' expression
Description
No
-
call expressions avoid rendering the results of another
Nocall expressions avoid rendering the results of another
expression.
An ordinary path expression tries to render the object that it
...
...
@@ -22,13 +22,13 @@ TALES No-call expressions
Examples
Using no
-
call to get the properties of a document::
Using nocall to get the properties of a document::
<span tal:define="doc nocall:here/aDoc"
tal:content="string:${doc/getId}: ${doc/title}">
Id: Title</span>
Using no
-
call expressions on a functions::
Using nocall expressions on a functions::
<p tal:define="join nocall:modules/string/join">
...
...
lib/python/Products/PageTemplates/help/tales.stx
View file @
d380a9c3
...
...
@@ -38,7 +38,7 @@ TALES Overview
* "exists":tales-exists.stx expressions - test existence of a value
* "no
-call":tales-no-
call.stx expressions - don't call a value
* "no
call":tales-no
call.stx expressions - don't call a value
* "not:tales-not.stx expressions - negate a value
...
...
@@ -104,9 +104,9 @@ TALES Overview
"exists":tales-exists.stx expressions
"no
-call":tales-no-
call.stx expressions
"no
call":tales-no
call.stx expressions
"not:tales-not.stx expressions
"not
"
:tales-not.stx expressions
"string":tales-string.stx expressions
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment