Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nghyd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cassiopée
nghyd
Commits
93534142
Commit
93534142
authored
6 years ago
by
francois.grand
Browse files
Options
Downloads
Patches
Plain Diff
#45
ajout d'un bouton de sauvegarde de la calculette
parent
4bb44a68
No related branches found
No related tags found
1 merge request
!20
Resolve "Ouvrir / Enregistrer une session / une calculette"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/components/generic-calculator/calculator.component.html
+5
-0
5 additions, 0 deletions
...p/components/generic-calculator/calculator.component.html
src/app/components/generic-calculator/calculator.component.ts
+4
-0
4 additions, 0 deletions
...app/components/generic-calculator/calculator.component.ts
with
9 additions
and
0 deletions
src/app/components/generic-calculator/calculator.component.html
+
5
−
0
View file @
93534142
...
@@ -10,6 +10,11 @@
...
@@ -10,6 +10,11 @@
<i
*ngIf=
"enableHelpButton"
class=
"fa fa-question-circle fa-3x"
style=
"color:blue"
(click)=
"openHelp()"
></i>
<i
*ngIf=
"enableHelpButton"
class=
"fa fa-question-circle fa-3x"
style=
"color:blue"
(click)=
"openHelp()"
></i>
</div>
</div>
<div
class=
"col-1 px-0 mx-0"
>
<!-- bouton de sauvegarde -->
<i
class=
"fa fa-save fa-3x"
(click)=
"saveCalculator()"
></i>
</div>
<div
class=
"col-1 px-0 mx-0"
>
<div
class=
"col-1 px-0 mx-0"
>
<!-- bouton de fermeture -->
<!-- bouton de fermeture -->
<!-- <button type="button" id="close-button" class="btn btn-primary float-right black" (click)="confirmModal.show()">×</button> -->
<!-- <button type="button" id="close-button" class="btn btn-primary float-right black" (click)="confirmModal.show()">×</button> -->
...
...
This diff is collapsed.
Click to expand it.
src/app/components/generic-calculator/calculator.component.ts
+
4
−
0
View file @
93534142
...
@@ -371,4 +371,8 @@ export class GenericCalculatorComponent extends BaseComponent implements OnInit,
...
@@ -371,4 +371,8 @@ export class GenericCalculatorComponent extends BaseComponent implements OnInit,
private
openHelp
()
{
private
openHelp
()
{
this
.
_formulaire
.
requestHelp
();
this
.
_formulaire
.
requestHelp
();
}
}
private
saveCalculator
()
{
}
}
}
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