This allows setting of full-width content underneath the two column, or full column all by itself. Maybe these names are bad.
Details
Details
- Reviewers
epriestley - Commits
- Restricted Diffusion Commit
rPe351eba74469: Add a footer to PHUITwoColumnView
Using these in Differential / Diffusion conversions.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- two-footer (branched from master)
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 11110 Build 13761: Run Core Tests Build 13760: arc lint + arc unit
Event Timeline
Comment Actions
Is this any different than this?
return $this->newPage() ->setBlahBlah(...) ->appendChild( array( $two_column_view, $some_more_content, ));
Comment Actions
Yes, it has built in page margins. I want to get away from setting margins for each component for different viewports and just use a page layout engine.
Comment Actions
I am trying to think what would make something like a redesign take less work in the future.