Taylor Otwell
358e8abde6
Merge pull request #1390 from Anahkiasen/feature/url_language
...
Add URL::to_language and HTML::link_to_language localization helpers
2013-01-05 12:46:43 -08:00
Taylor Otwell
829fa4edd8
Merge pull request #1399 from HiroKws/correct/document/html
...
Correct document page of HTML page.
2013-01-05 12:44:39 -08:00
Taylor Otwell
875cac6c83
Merge branch 'master' into develop
2013-01-05 14:36:48 -06:00
Taylor Otwell
3bbc809c12
Merge pull request #1479 from Ore4444/patch-1
...
Update laravel/documentation/views/templating.md
2013-01-05 12:00:14 -08:00
Taylor Otwell
0339a3276b
Fix bad doc.
2013-01-05 13:02:58 -06:00
Jesse O'Brien
404b59730a
Added callback wrapper for JSONP auto wrapping.
2012-12-06 11:57:26 -05:00
Jesse O'Brien
cf6e2a768b
Add documentation for JSONP Response
2012-12-06 11:22:48 -05:00
Ore Landau
a9f97961ef
Update laravel/documentation/views/templating.md
...
Fixed a false example.
2012-11-27 13:15:14 +02:00
Taylor Otwell
c69c7cac1a
Merge branch 'master' of github.com:laravel/laravel
2012-10-31 08:54:26 -05:00
Hirohisa Kawase
6bef39b0f1
Correct document page of HTML page.
...
No exist secure_link() function, so changed to link_to_secure().
The 2nd parameter of HTML::style() is array, but passed a string in sample code.
Signed-off-by:Hirohisa Kawase <hiro.soft@gmail.com>
2012-10-30 13:17:33 +09:00
Zander Baldwin
a7ea27d0a0
Update "docs/views/html.md", parse error in example code.
...
The example code for the `HTML::entities()` method in the documentation had unescaped apostrophes (single quotes) in the string passed as the first parameter.
A parse error would have resulted should someone try to use that code.
2012-10-27 01:09:54 +00:00
Anahkiasen
89e3bf1fbd
Add URL::to_language and HTML::link_to_language localization helpers
...
Signed-off-by: Anahkiasen <ehtnam6@gmail.com>
2012-10-26 22:32:52 +01:00
Maksim Surguy
e684aa3c00
Added file input form element docs
...
The file input is in the API but not in the documentation.
2012-10-21 13:38:27 +11:00
everclear
9b63f65408
link_to_route requires 3 parameters if wildcard values are required
2012-10-15 15:50:10 +02:00
Franz Liedke
5942771ce9
Add documentation for definition list helper.
2012-09-12 14:42:20 +03:00
Dayle Rees
38562d5007
Merge pull request #1160 from kapv89/patch-2
...
Updated Paginator to fit better with bootstrap 2.1
2012-09-11 03:20:44 -07:00
kapil verma
b63b0c0829
Updated Documentation for Bootstrap-y Pagination
...
The Docs now show bootstrap style Pagination
2012-09-11 08:09:30 +05:30
Taylor Otwell
22962fce4a
Merge pull request #1041 from Jakobud/feature/docs/templating
...
Reorg and Additions and Improvements to Templating Documentation
2012-09-01 17:29:41 -07:00
Taylor Otwell
749948bc9d
fix conflicts.
2012-08-09 22:49:36 -05:00
Simon Aebersold
8227784e11
Documentation Error, see /laravel/html.php line 225 for reference
2012-08-07 17:24:02 +02:00
Jakobud
761186a676
Reorganized Control Structure section.
...
Added Control Structure to TOC.
Added in missing @elseif example.
Move the Blade Comments to more appropriate section.
Simplified Blade Comments examples.
Minor changes to @parent example.
Signed-off-by: Jakobud <jake.e.wilson@gmail.com>
2012-07-31 12:00:47 -06:00
Dayle Rees
30175c2a52
fixing merge issues for comment tweaks
2012-07-31 16:55:02 +01:00
Dayle Rees
2611c1f27a
fixing merge issue for blade comments pull
2012-07-31 14:42:23 +01:00
Jason Lewis
c9710525d9
Merge pull request #1020 from metaphox/develop
...
Removes status parameter for Response::view() in documentation section "Views & Responses"
2012-07-30 20:27:32 -07:00
Tao Wu
0dd1af665f
changes binding data variable to an array
2012-07-29 12:44:58 +02:00
Tao Wu
a497a3efcb
changed header to data
2012-07-28 13:58:11 +02:00
Tao Wu
9268b1eb4e
Merge branch 'master' into develop
2012-07-28 13:49:19 +02:00
Pascal Borreli
8a34aa5077
Fixed typos
2012-07-27 11:29:59 +00:00
Dayle Rees
c27614b217
Merge pull request #996 from Jakobud/feature/pagination-docs
...
Added documentation for paginate's second optional argument.
2012-07-27 04:01:55 -07:00
Jakobud
7475bcd348
Added documentation for the @render() Blade method
...
Signed-off-by: Jakobud <jake.e.wilson@gmail.com>
2012-07-25 10:08:54 -06:00
Tao Wu
2f48bbba12
Update laravel/documentation/views/home.md
...
Response::view() does not take a status code as the second parameter.
2012-07-25 17:28:02 +03:00
Jakobud
289c02ab47
Added documentation for paginate's second optional argument.
...
Signed-off-by: Jakobud <jake.e.wilson@gmail.com>
2012-07-23 15:50:04 -06:00
Tobias Orterer
c6ebf685bf
Added important note about @layout on first line
...
leads to confusion if not pointed out.
2012-06-18 21:55:35 -07:00
Aaron Kuzemchak
75033f6287
Updating docs for Blade comments
2012-06-04 14:51:42 -04:00
Taylor Otwell
a7959ebc3d
Updating docs.
2012-05-21 10:57:23 -05:00
Taylor Otwell
0824c871fd
tweaking wording.
2012-05-04 10:51:16 -05:00
Alexandru Bucur
7f7a0cf035
Added a small example on how to call a function in blade :P
2012-05-04 18:47:51 +03:00
Taylor Otwell
92e482de0d
updating documentation.
2012-04-19 08:39:30 -05:00
Taylor Otwell
4f3dbf2ec4
document the view::exists method.
2012-04-17 20:15:08 -05:00
Taylor Otwell
7d5b6b3748
added blade comments and documentation.
2012-04-10 11:46:55 -05:00
Taylor Otwell
f7b1a72f3c
added unless structure to blade.
2012-04-10 11:33:55 -05:00
Taylor Otwell
43a3635722
move documentation markdown to system directory.
2012-04-03 11:20:20 -05:00