Feature #28384
closedAdd ExtJS Xtype for BE Modules
100%
Description
There should be an xtype which allows us to generate nice looking be modules very easy.
Current normal panels simply look ugly.
This feature is needed for nice looking cards with the cardlayout.
Files
Updated by Kay Strobach over 13 years ago
most of the code can be taken from the panel over the pagetree:
some css
#typo3-pagetree .x-panel-tbar { background-color: #585858; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAYAAAAb4BS0AAAAGElEQVR42gENAPL/AEBAQExAQECzQEBA/xb3BD8CHBN0AAAAAElFTkSuQmCC"); background-position: right; background-repeat: repeat-y; border: none; padding: 0; margin: 0; }
example of definition:
{ xtype: 'modulepanel', tbar: { //some buttons on left '->', //some buttons on right }, //other config }
Updated by Kay Strobach over 13 years ago
- File cards.zip cards.zip added
- File 22-07-2011_15-14-33.png 22-07-2011_15-14-33.png added
Updated by Tolleiv Nietsch over 13 years ago
- Status changed from New to Needs Feedback
Sounds valid to me. Would you mind creating a patch and send it to Gerrit? What kind of feedback is missing for you to get this done?
One thing which might not be possible is to add it to 4.5.x ... but that's imho more or less up to Ernesto
Updated by Kay Strobach over 13 years ago
hi tolleiv - i will make a patch soon (definitly before feature freeze)...
@4.5 as the cardlayout should be backported to 4.5.x this feature has to be backported too, as it is higly dependend on the cardlayout.
Otherwise most of the new modules won't work in 4.5 or look really ugly :(
Regards
Kay
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I596962fc81e66368db06059447b2f6a09db4ff73 has been pushed to the review server.
It is available at http://review.typo3.org/3696
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change I596962fc81e66368db06059447b2f6a09db4ff73 has been pushed to the review server.
It is available at http://review.typo3.org/3696
Updated by Mr. Hudson over 13 years ago
Patch set 3 of change I596962fc81e66368db06059447b2f6a09db4ff73 has been pushed to the review server.
It is available at http://review.typo3.org/3696
Updated by Mr. Hudson over 13 years ago
Patch set 4 of change I596962fc81e66368db06059447b2f6a09db4ff73 has been pushed to the review server.
It is available at http://review.typo3.org/3696
Updated by Mr. Hudson over 13 years ago
Patch set 5 of change I596962fc81e66368db06059447b2f6a09db4ff73 has been pushed to the review server.
It is available at http://review.typo3.org/3696
Updated by Kay Strobach over 13 years ago
- Status changed from Needs Feedback to Resolved
- % Done changed from 0 to 100
Applied in changeset 4251c752d81e0b0db9c181da2eaf37c074a61fb3.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed