Skip to content

Commit

Permalink
Added the WAPluggablePresenter class that allows to instantiate a pre…
Browse files Browse the repository at this point in the history
…senter with a rendering block
  • Loading branch information
jbrichau committed Aug 20, 2023
1 parent 76d2474 commit c971b5c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
accessing
block: aBlock
block := aBlock

Check warning on line 3 in repository/Seaside-Component.package/WAPluggablePresenter.class/instance/block..st

View check run for this annotation

Codecov / codecov/patch

repository/Seaside-Component.package/WAPluggablePresenter.class/instance/block..st#L1-L3

Added lines #L1 - L3 were not covered by tests
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
rendering
renderContentOn: html
block value: html

Check warning on line 3 in repository/Seaside-Component.package/WAPluggablePresenter.class/instance/renderContentOn..st

View check run for this annotation

Codecov / codecov/patch

repository/Seaside-Component.package/WAPluggablePresenter.class/instance/renderContentOn..st#L1-L3

Added lines #L1 - L3 were not covered by tests
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"commentStamp" : "",
"super" : "WAComponent",
"category" : "Seaside-Component-Base",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"block"
],
"name" : "WAPluggablePresenter",
"type" : "normal"
}

0 comments on commit c971b5c

Please sign in to comment.