Skip to content

Commit 7494ff6

Browse files
committed
Updated notes for AJAX feature tags
1 parent 52b893d commit 7494ff6

File tree

8 files changed

+12
-3
lines changed

8 files changed

+12
-3
lines changed

docs/03.reference/01.functions/ajaxonload/function.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ categories:
66
---
77

88
Causes the specified JavaScript function to run when the page loads.
9+
(Requires AJAX extension)

docs/03.reference/02.tags/ajaximport/tag.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ categories:
66
---
77

88
Controls the JavaScript files that are imported for use on pages that use ColdFusion AJAX tags and features.
9+
(Requires AJAX extension)

docs/03.reference/02.tags/ajaxproxy/tag.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ categories:
88
Creates a JavaScript proxy for a ColdFusion component, for use in an AJAX client.
99

1010
Alternatively, creates a proxy for a single CFC method, JavaScript function, or URL that is bound to one or more control attribute values.
11+
(Requires AJAX extension)

docs/03.reference/02.tags/div/tag.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: <cfdiv>
33
id: tag-div
44
related:
55
categories:
6+
- ajax
67
---
78

8-
Creates an HTML div tag or other HTML container tag and lets you use asynchronous form submission or a bind expression to dynamically control the tag contents.
9+
Creates an HTML div tag or other HTML container tag and lets you use asynchronous form submission or a bind expression to dynamically control the tag contents.(Requires AJAX extension)

docs/03.reference/02.tags/layout/tag.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ title: <cflayout>
33
id: tag-layout
44
related:
55
categories:
6+
- ajax
67
---
78

9+
This tag is [[deprecated|deprecated]]

docs/03.reference/02.tags/layoutarea/tag.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@ title: <cflayoutarea>
33
id: tag-layoutarea
44
related:
55
categories:
6+
- ajax
67
---
78

9+
This tag is [[deprecated|deprecated]]

docs/03.reference/02.tags/map/tag.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ categories:
99

1010
This are provided for backwards compatibility, and should be considered [[deprecated|deprecated]]
1111

12-
These tags are quite limited and difficult to extend, it's recommended to use a modern javascript mapping API instead.
12+
These tags are quite limited and difficult to extend, it's recommended to use a modern javascript mapping API instead.(Requires AJAX extension)

docs/03.reference/02.tags/window/tag.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ title: <cfwindow>
33
id: tag-window
44
related:
55
categories:
6+
- ajax
67
---
78

89
Creates a pop-up window in the browser.
910

10-
Does not create a separate browser pop-up instance.
11+
Does not create a separate browser pop-up instance.This tag is [[deprecated|deprecated]]

0 commit comments

Comments
 (0)