forked from magritte-metamodel/Bootstrap-Magritte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP]: magritte-metamodel#2 - Reduce Duplication with Magritte
- Loading branch information
1 parent
ce9dca1
commit 7cf42a6
Showing
11 changed files
with
16 additions
and
56 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
...-Magritte-Core.package/TBSListCompositionComponent.class/instance/editorAvailableStyle.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
as yet unclassified | ||
editorAvailableStyle | ||
^ 'span3' |
9 changes: 0 additions & 9 deletions
9
...ritte-Core.package/TBSListCompositionComponent.class/instance/renderEditorAvailableOn..st
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
src/Bootstrap-Magritte-Core.package/TBSMagritteFormRenderer.class/instance/classFor..st
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
src/Bootstrap-Magritte-Core.package/TBSMagritteFormRenderer.class/instance/htmlErrorClass.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
private | ||
htmlErrorClass | ||
^ 'has-error' |
3 changes: 0 additions & 3 deletions
3
src/Bootstrap-Magritte-Core.package/TBSMagritteFormRenderer.class/instance/renderControl..st
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...otstrap-Magritte-Core.package/TBSMagritteOneToManyComponent.class/instance/buildReport.st
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
...otstrap-Magritte-Core.package/TBSMagritteOneToManyComponent.class/instance/reportClass.st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
private | ||
reportClass | ||
|
||
^ TBSMagritteReport |
13 changes: 0 additions & 13 deletions
13
...ap-Magritte-Core.package/TBSMagritteRadioGroupComponent.class/instance/renderEditorOn..st
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
...Magritte-Core.package/TBSMagritteRadioGroupComponent.class/instance/renderSeparatorOn..st
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
rendering | ||
renderSeparatorOn: html |