Template for edit tab
Reported by Gaspard Bucher | September 3rd, 2008 @ 03:03 PM | in public beta
Originally posted on Trac by gaspard Original Trac Ticket
Description (Last modified by gaspard)
It should be possible to create a template that will render as a tab in the version edit window.
The template could be named:
Klass-*edit
How do we avoid rendering any page in this "tab" mode ?
we just use the '' prefix : "Klass-edit" as with 'login', etc
Trac Attachments
Trac Comments
2007-09-05 09:09:51 changed by gaspard
description changed.
description changed.
2008-01-27 23:31:03 changed by gaspard
status changed from new to assigned.
description changed.
status changed from new to assigned.
description changed.
2008-01-27 23:31:43 changed by gaspard
description changed.
description changed.
2008-01-27 23:41:08 changed by gaspard
We cannot afford to execute a find for a 'Klass-*edit' template on each popup open.
How/when do we compile this template (for each language) ?
description changed.
We cannot afford to execute a find for a 'Klass-*edit' template on each popup open.
How/when do we compile this template (for each language) ?
description changed.
2008-01-28 01:09:46 changed by gaspard
(In [810]) Fixed all tests (volontarily leaving 1 to test automated testing on commit). Removed link_box from application_helper (will be replaced by edit tab). Refs #76.
Comments and changes to this ticket
-
Gaspard Bucher September 24th, 2008 @ 01:55 PM
- State changed from open to resolved
- Tag changed from enhancement, major, zena to enhancement, major, zena
(from [68803bd97e8cbd171ef85282878293a28caca0c5]) Added a custom tab in edit popup [#76 state:resolved]. To use this tab, you must create a template with 'edit' mode. The content of this template will be rendered inside the tab. You need to have JS turned on for this to work. This solution has no performance impact* on popup load time due to the fact that tab rendering is only executed later. http://github.com/zena/zena/comm...
-
Gaspard Bucher September 24th, 2008 @ 01:56 PM
It took more then an hour to update the ticket status from github...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Anyone knows how to use formatting here ?
Git repository: http://github.com/zena
Official website: http://zenadmin.org
People watching this ticket
Tags
Referenced by
- 76 Template for edit tab (In [810]) Fixed all tests (volontarily leaving 1 to test...
- 76 Template for edit tab (from [68803bd97e8cbd171ef85282878293a28caca0c5]) Added a...