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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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.