Opened 15 years ago
Closed 13 years ago
#857 closed enhancement (wontfix)
enhanced titlePane - support rich text title
Reported by: | caerwent | Owned by: | dante |
---|---|---|---|
Priority: | low | Milestone: | 1.2 |
Component: | Dojox | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
The title of the titlePane is limited to text, it could be nice to extend it to a div
demo here: http://www.mezavi.com/mezavi.php?page=avis_chercher
Attachments (1)
Change History (8)
Changed 15 years ago by
Attachment: | wiperPanel.zip added |
---|
comment:1 Changed 15 years ago by
Milestone: | → 0.5 |
---|
comment:2 Changed 15 years ago by
Summary: | enhanced titlePane → enhanced titlePane - support rich text title |
---|
comment:3 Changed 14 years ago by
Component: | Widgets → Dojox |
---|---|
Milestone: | 0.9 |
Feel free to add this enhanced version (which changes the markup required to have two divs) into dojox. For the dijit TitlePane? I want to keep the interface simple, meaning that the stuff inside the TitlePane? markup becomes the contents of the title pane.
comment:4 Changed 14 years ago by
Owner: | changed from anonymous to Tom Trenka |
---|
comment:5 Changed 13 years ago by
Milestone: | → 1.2 |
---|
comment:6 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Tom Trenka to dante |
Reassigning to dante; think he's the right guy for this job.
comment:7 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
so this is mostly possible, titleNode is "public" and setTitle() just does .innerHTML, so at least in the edge case you can set rich-text titles. It doesn't work so well for markup title="", especially if you expect widgets in there ... but that would make for some really horrible markup.
sample code