Project

General

Profile

Actions

Feature #49826

closed

Linkhandler: add possibility to change query-param-selector to dropdown

Added by Michael Bakonyi almost 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2013-07-09
Due date:
% Done:

0%

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

Description

Currently it is possible to add additional url-params to a link via a text-input, activated within pageTSconfig via queryParametersSelector.enabled = 1

Regarding usablity for editors I think it would make sense to give integrators the possiblity to change the text-input to a dropdown which offers pre-defined url-params.

The patch offers this possiblity: Within page TSconfig the integrator can at first add new params as he/she does it with css-classes:

RTE{
 parameters{
   popup{
     name = Popup
     config = popup=1
   }
 }
}

To change the input-type of the selector to "select" and to set the enabled parameters the integrator sets the following TS:

RTE{
 default{
   buttons{
     link{
       queryParametersSelector{
         enabled = 1
         input = select
       }
       properties.parameter.allowedParameters =  popup
     }
   }
 }
}
Actions #1

Updated by Gerrit Code Review almost 11 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22161

Actions #2

Updated by Gerrit Code Review over 9 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22161

Actions #3

Updated by Alexander Opitz over 9 years ago

Hi Stanislas,

this issue with patch is very old. Is the issue still valid or can we close this issue and abandone the patch?

Actions #4

Updated by Alexander Opitz over 8 years ago

  • Target version set to 7.5
Actions #5

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 7 LTS
Actions #6

Updated by Benni Mack over 8 years ago

  • Target version deleted (7 LTS)
Actions #7

Updated by Markus Klein about 8 years ago

  • Status changed from Under Review to New
  • Assignee deleted (Stanislas Rolland)

This feature does not make sense to implement for RTE anymore, since CKEditor will be the new editor for CMS 8.
So this feature could maybe find its way there.

Actions #8

Updated by Mathias Schreiber over 6 years ago

  • Status changed from New to Closed

HTMLArea is no longer supported by TYPO3.
You can open up new issues here https://github.com/FriendsOfTYPO3/rtehtmlarea.

Cheers
Mathias

Actions

Also available in: Atom PDF