Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Developer Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brienne
Developer Documentation
Commits
7e85d02c
Commit
7e85d02c
authored
7 years ago
by
totten
Browse files
Options
Downloads
Patches
Plain Diff
AngularJS Changesets - Use consistent naming
parent
e0dca17c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/framework/angular/changeset.md
+12
-4
12 additions, 4 deletions
docs/framework/angular/changeset.md
docs/framework/angular/index.md
+1
-1
1 addition, 1 deletion
docs/framework/angular/index.md
mkdocs.yml
+1
-1
1 addition, 1 deletion
mkdocs.yml
with
14 additions
and
6 deletions
docs/framework/angular/
modify
.md
→
docs/framework/angular/
changeset
.md
+
12
−
4
View file @
7e85d02c
# AngularJS: Change Sets
# AngularJS: Changesets
!!! caution "Work in progress"
This documentation is still a work in progress.
The
[
Quick Start
](
quickstart.md
)
and
[
Loader
](
loader.md
)
provide examples of
creating
*new*
screens. But what if you need to alter an
*existing*
screen?
CiviCRM allows third-parties to define
*change
sets*
which programmatically
manipulate Angular content
(
before sending it to the client
)
.
CiviCRM allows third-parties to define
*changesets*
which programmatically
manipulate Angular content before sending it to the client.
## Background
...
...
@@ -33,4 +37,8 @@ function mailwords_civicrm_alterAngular(\Civi\Angular\Manager $angular) {
}
```
cv ang:html:show
\ No newline at end of file
```
cv ang:html:list
cv ang:html:show <file>
cv ang:html:show <file> --diff
```
This diff is collapsed.
Click to expand it.
docs/framework/angular/index.md
+
1
−
1
View file @
7e85d02c
...
...
@@ -98,4 +98,4 @@ the discussion if you have a beginner-level understanding of both.
*
[
Quick Start
](
quickstart.md
)
: How to create a new screen in the CiviCRM-Angular UI
*
[
File Names
](
files.md
)
: How AngularJS files are named in
`civicrm-core`
and
`civix`
*
[
Loader
](
loader.md
)
: How to find and load JS/CSS files for CiviCRM-Angular
*
[
Modifications
](
modify
.md
)
: How a third-party can modify the content of a CiviCRM-Angular UI
*
[
Changesets
](
changeset
.md
)
: How a third-party can modify the content of a CiviCRM-Angular UI
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
1
−
1
View file @
7e85d02c
...
...
@@ -48,7 +48,7 @@ pages:
-
"
AngularJS:
Quick
Start"
:
framework/angular/quickstart.md
-
"
AngularJS:
File
Names"
:
framework/angular/files.md
-
"
AngularJS:
Loader"
:
framework/angular/loader.md
-
"
AngularJS:
Change
S
ets"
:
framework/angular/
modify
.md
-
"
AngularJS:
Change
s
ets"
:
framework/angular/
changeset
.md
-
Asset Builder
:
framework/asset-builder.md
# Bootstrap: /framework/bootstrap.md
# Cache: /framework/cache.md
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment