You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org> on 2010/03/08 15:10:27 UTC

[jira] Commented: (CLEREZZA-77) add Panel to HeadedPage

    [ https://issues.apache.org/jira/browse/CLEREZZA-77?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842667#action_12842667 ] 

Reto Bachmann-Gmür commented on CLEREZZA-77:
--------------------------------------------

the structures should be simplified, from 

<!-- panel -->
<div class="tx-panel">
<!-- open-close button, jquery.panel.js, toggles in the tx-edit, tx-tree, tx-list the tx-show-panel and tx-hide-panel classes -->
	<a href="#" class="tx-panel-open-close">close/open</a><h3>Filter</h3>
	
	<div class="tx-panel-window">
		<!-- panel icons -->
		<div class="tx-tab-buttons">
		
		</div>
		
		<div class="tx-panel-tabs">
			<div>
...
to
<div class="tx-panel">
<div class="tx-panel-tab">
<h3>the title of this tab</h2>
<img class="tx-panel-icon" ... />
the content of the tab

> add Panel to HeadedPage
> -----------------------
>
>                 Key: CLEREZZA-77
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-77
>             Project: Clerezza
>          Issue Type: New Feature
>            Reporter: Tsuyoshi Ito
>
> add Panel to HeadedPage
> because of incompatibility with existing HeadedPage-Include-Templates , I propose a new Type called HeadedPageWithPanel.
> Problem:
> existing Includes have the structure:
> <div id="tx-content">
> <div>CONTENT</div>
> </div>
> they should consists of the inner div only.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.