Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b453456

Browse files
aubergine10aubergine10
aubergine10
authored and
aubergine10
committed
Added hyperlinks to docs.totaljs.com
1 parent d51d595 commit b453456

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

blocks/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## Example: Blocks
22

3-
This example shows how to use blocks in HTML templates (views), CSS and JS files.
3+
This example shows how to use [Blocks](http://docs.totaljs.com/latest/en.html#pages~Blocks%20\(JS%2BCSS%2BHTML\)) in HTML templates (views), CSS and JS files.
44

55
Features covered by this example:
66

7-
* `@{BLOCK}` and `@{END}` tags in CSS, JS and HTML files
8-
* `@{if}`, `@{fi}`, `@{else}` and `@{import}` tags in HTML files
9-
* `F.map()` method - clone files, enable blocks, merging files
7+
* [`@{BLOCK}`](http://docs.totaljs.com/latest/en.html#pages~Blocks%20\(JS%2BCSS%2BHTML\)) and [`@{END}`](http://docs.totaljs.com/latest/en.html#pages~Blocks%20\(JS%2BCSS%2BHTML\)) tags in CSS, JS and HTML files
8+
* `@{if}`, `@{fi}`, `@{else}` and [`@{import}`](http://docs.totaljs.com/latest/en.html#api~FrameworkViews~%40%7Bimport) tags in HTML files
9+
* [`F.map()`](http://docs.totaljs.com/latest/en.html#api~Framework~framework.map) method - clone files, enable blocks, merging files
1010

1111
### Overview
1212

controller-cancel/readme.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ This example shows how to use a framework event to intercept, cancel and redirec
44

55
Features covered by this example:
66

7-
* Controllers - route URL requests to code
8-
* Definitions - coded config files
9-
* `F.route()` - define a route
10-
* `F.on('controller')` - intercept controller requests
11-
* `controller.cancel()` - cancel a request
12-
* `controller.redirect()` - redirect a request
13-
* `controller.url` - determine request path
14-
* `controller.transfer()` - transfer a request
15-
* `controller.isTransfer` - detect a transfer
7+
* [Controllers](http://docs.totaljs.com/latest/en.html#pages~Controllers) - route URL requests to code
8+
* [Definitions](http://docs.totaljs.com/latest/en.html#pages~Definitions) - coded config files
9+
* [`F.route()`](http://docs.totaljs.com/latest/en.html#api~Framework~framework.route) - define a route
10+
* [`F.on('controller')`](http://docs.totaljs.com/latest/en.html#api~Framework~framework.on('controller') - intercept controller requests
11+
* [`controller.cancel()`](http://docs.totaljs.com/latest/en.html#api~FrameworkController~controller.cancel) - cancel a request
12+
* [`controller.redirect()`](http://docs.totaljs.com/latest/en.html#api~FrameworkController~controller.redirect) - redirect a request
13+
* [`controller.url`](http://docs.totaljs.com/latest/en.html#api~FrameworkController~controller.url) - determine request path
14+
* [`controller.transfer()`](http://docs.totaljs.com/latest/en.html#api~FrameworkController~controller.transfer) - transfer a request
15+
* [`controller.isTransfer`](http://docs.totaljs.com/latest/en.html#api~FrameworkController~controller.isTransfer) - detect a transfer
1616

1717
### Routing
1818

controller-mail/readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ This example shows how to create a URL that generates an email and then redirect
77
88
Features covered by this example:
99

10-
* Controllers - route URL requests to code
11-
* Views - HTML template engine
10+
* [Controllers](http://docs.totaljs.com/latest/en.html#pages~Controllers) - route URL requests to code
11+
* [Views](http://docs.totaljs.com/latest/en.html#pages~View%20engine) - HTML template engine
1212
* Config - settings (mail server) used by the framework
13-
* `F.route()` - define a route
14-
* `controller.view()` - render a HTML template
15-
* `controller.mail()` - send an email
16-
* `controller.redirect()` - redirect a request
17-
* `@{layout`, `@{if}`, `@{fi}` and `{@model.key}` template tags
13+
* [`F.route()`](http://docs.totaljs.com/latest/en.html#api~Framework~framework.route) - define a route
14+
* [`controller.view()`](http://docs.totaljs.com/latest/en.html#api~FrameworkController~controller.view) - render a HTML template
15+
* [`controller.mail()`](http://docs.totaljs.com/latest/en.html#api~FrameworkController~controller.mail) - send an email
16+
* [`controller.redirect()`](http://docs.totaljs.com/latest/en.html#api~FrameworkController~controller.redirect) - redirect a request
17+
* [`@{layout`](http://docs.totaljs.com/latest/en.html#api~FrameworkViews~%40%7Blayout), `@{if}`, `@{fi}`, [`query.success`](http://docs.totaljs.com/latest/en.html#api~FrameworkViews~%40%7Bquery.customKey%7D) and [`{@model.key}`](http://docs.totaljs.com/latest/en.html#api~FrameworkViews~%40%7Bmodel.customKey%7D) template tags
1818

1919
### Overview
2020

0 commit comments

Comments
 (0)