[Typo3-dev] a wrap for the edit panel

Michael Stucki michael at typo3.org
Sat Apr 16 00:00:57 CEST 2005


Hi Masi,
please submit this to the bugtracker.

Thanks! michael

Martin Kutschker wrote:

> Hi!
> 
> Due to specif HTML-odditied (tables!) it may be necessary to wrap the edit
> panel.
> 
> This modification at the very end of tslib_cObj->editPanel() adds an inner
> (just the panel) and an outer (include the line) wrap to the edit pane:.
> 
> if ($conf['innerWrap']) $panel = $this->wrap($panel,$conf['innerWrap']);
>            // add black line:
> $panel.=$blackLine;
> if ($conf['outerWrap']) $panel = $this->wrap($panel,$conf['outerWrap']);
> $finalOut = $content.$panel;
> 
> As single wrap around the panel AND the line may be sufficient, but two
> wraps are more flexible. Of course one might wish for a stdWrap ;-)
> 
> Masi
> 
> PS: May be delivered as diff

-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/




More information about the TYPO3-dev mailing list