Project

General

Profile

Actions

Feature #28384

closed

Add ExtJS Xtype for BE Modules

Added by Kay Strobach over 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
Start date:
2011-07-22
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
easy
Sprint Focus:

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

cards.zip (24.5 KB) cards.zip example extension with js and css .. :) Kay Strobach, 2011-07-22 15:16
22-07-2011_15-14-33.png (47.2 KB) 22-07-2011_15-14-33.png current state Kay Strobach, 2011-07-22 15:16

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Task #28590: Backport some changes for 4.6 to 4.5 as discussed before (related to Cardlayout)Rejected2011-07-30

Actions
Related to TYPO3 Core - Feature #32309: Allow native ExtJS Modules in ContentAreaClosedKay Strobach2011-12-05

Actions
Follows TYPO3 Core - Feature #12664: Idea about faster loading modulesClosedKay Strobach2011-01-31

Actions
Actions #1

Updated by Kay Strobach over 12 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
  }

Actions #3

Updated by Kay Strobach over 12 years ago

current state

Actions #4

Updated by Tolleiv Nietsch over 12 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

Actions #5

Updated by Kay Strobach over 12 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

Actions #6

Updated by Mr. Hudson over 12 years ago

Patch set 1 of change I596962fc81e66368db06059447b2f6a09db4ff73 has been pushed to the review server.
It is available at http://review.typo3.org/3696

Actions #7

Updated by Mr. Hudson over 12 years ago

Patch set 2 of change I596962fc81e66368db06059447b2f6a09db4ff73 has been pushed to the review server.
It is available at http://review.typo3.org/3696

Actions #8

Updated by Mr. Hudson over 12 years ago

Patch set 3 of change I596962fc81e66368db06059447b2f6a09db4ff73 has been pushed to the review server.
It is available at http://review.typo3.org/3696

Actions #9

Updated by Mr. Hudson over 12 years ago

Patch set 4 of change I596962fc81e66368db06059447b2f6a09db4ff73 has been pushed to the review server.
It is available at http://review.typo3.org/3696

Actions #10

Updated by Mr. Hudson over 12 years ago

Patch set 5 of change I596962fc81e66368db06059447b2f6a09db4ff73 has been pushed to the review server.
It is available at http://review.typo3.org/3696

Actions #11

Updated by Kay Strobach over 12 years ago

  • Status changed from Needs Feedback to Resolved
  • % Done changed from 0 to 100
Actions #12

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF