Actions
Feature #20726
closedFeature: Open InlineHelp in non-modal windows
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2009-07-07
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:
Description
central point for inlineHelp link rendering is t3lib_beFunc::helpTextIcon where the handler is installed.
There is a preconfigured dimension in
$GLOBALS['TYPO3_CONF_VARS']['BE']['popupDimensions']['inlineHelp'] = array(400, 300)
which can be set in localconf.php.
See screenshot how it looks. Each window has a button to open the URL in new window.
Precondition is patch #20719
(issue imported from #M11487)
Files
Updated by Xavier Perseguers almost 13 years ago
- Assignee deleted (
Steffen Kamper) - Target version deleted (
0)
Updated by Alexander Opitz almost 10 years ago
- Tracker changed from Bug to Feature
- Subject changed from Feature: Open InlineHelp in Ext Js non-modal windows to Feature: Open InlineHelp in non-modal windows
- Category set to Backend User Interface
Updated by Riccardo De Contardi over 8 years ago
- Status changed from Accepted to Closed
I am closing this as obsolete as on version 7.6.x and following, the inline help is managed via the Bootstrap "popover" element
If you think that this is the wrong decision then please open a new ticket with a reference to this one. Thank you.
Actions