Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
e5b2fb24
Commit
e5b2fb24
authored
Aug 04, 2014
by
Qiang Xue
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4588 from marsuboss/patch-1
Fix url
parents
a2c483fc
d752dd76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
structure-views.md
docs/guide/structure-views.md
+2
-2
No files found.
docs/guide/structure-views.md
View file @
e5b2fb24
...
@@ -361,10 +361,10 @@ the places where these methods are called.
...
@@ -361,10 +361,10 @@ the places where these methods are called.
-
[
[yii\web\View::head()|head()
]
]: This method should be called within the
`<head>`
section of an HTML page.
-
[
[yii\web\View::head()|head()
]
]: This method should be called within the
`<head>`
section of an HTML page.
It generates a placeholder which will be replaced with the registered head HTML code (e.g. link tags, meta tags)
It generates a placeholder which will be replaced with the registered head HTML code (e.g. link tags, meta tags)
when a page finishes rendering.
when a page finishes rendering.
-
[
[yii\
base
\View::beginBody()|beginBody()
]
]: This method should be called at the beginning of the
`<body>`
section.
-
[
[yii\
web
\View::beginBody()|beginBody()
]
]: This method should be called at the beginning of the
`<body>`
section.
It triggers the
[
[yii\web\View::EVENT_BEGIN_BODY|EVENT_BEGIN_BODY
]
] event and generates a placeholder which will
It triggers the
[
[yii\web\View::EVENT_BEGIN_BODY|EVENT_BEGIN_BODY
]
] event and generates a placeholder which will
be replaced by the registered HTML code (e.g. JavaScript) targeted at the body begin position.
be replaced by the registered HTML code (e.g. JavaScript) targeted at the body begin position.
-
[
[yii\
base
\View::endBody()|endBody()
]
]: This method should be called at the end of the
`<body>`
section.
-
[
[yii\
web
\View::endBody()|endBody()
]
]: This method should be called at the end of the
`<body>`
section.
It triggers the
[
[yii\web\View::EVENT_END_BODY|EVENT_END_BODY
]
] event and generates a placeholder which will
It triggers the
[
[yii\web\View::EVENT_END_BODY|EVENT_END_BODY
]
] event and generates a placeholder which will
be replaced by the registered HTML code (e.g. JavaScript) targeted at the body end position.
be replaced by the registered HTML code (e.g. JavaScript) targeted at the body end position.
...
...
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