Skip to content

Commit c3123fa

Browse files
authored
Update component extends
1 parent 46b351c commit c3123fa

File tree

1 file changed

+12
-1
lines changed
  • docs/03.reference/02.tags/component/_attributes

1 file changed

+12
-1
lines changed
Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
Name of parent component from which to inherit methods and properties.
1+
Name of parent Component from which to inherit Methods and Properties.
2+
3+
- A component in the same folder: `roles`
4+
- Relative to the current folder, in a sub directory: `admin.roles`
5+
- Using a mapping or relative to webroot, using dotted paths: `models.admin.roles`
6+
- Absolute path using a mapping: `myapp.models.admin.roles` (where `myapp` is a defined mapping)
7+
8+
The `.cfc` extension is implicit and should not be included.
9+
10+
Paths use dot notation, not slashes.
11+
12+
Component paths are case-insensitive in CFML.

0 commit comments

Comments
 (0)