× Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues

Editing items in backend

9 Jahre 7 Monate her #389 von Victor
Editing items in backend wurde erstellt von Victor
Hello,

In backend when i go to a list view in backend, the only way i have actually to edit an element is selecting and pressing "Edit Button". So, this not very practical, so how i can enable an element (in this case a title) to be clickable for edit instead selecting and press button?

This is my first post here, i am not new in Joomla but i am novice developing components, so component-creator is a very good creation for people like me.

Thank you for all help and suggestions :)

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

9 Jahre 7 Monate her - 9 Jahre 7 Monate her #391 von BubbleFire
BubbleFire antwortete auf Editing items in backend
Hi, Viktor,

I have noticed the same issue.

The quick solution would be to manually add the link to edit view. You could open list view and than implement following code:
<a href="<?php echo JRoute::_('index.php?option=com_COMPONENT&task=SINGLE_VIEW.edit&id=' . $item->id); ?>" title="<?php echo JText::_('JACTION_EDIT'); ?>">
<?php echo $item->TITLE; ?>
</a>

Change COMPONENT, SINGLE_VIEW and TITLE with your own values form component.
Letzte Änderung: 9 Jahre 7 Monate her von BubbleFire.
Folgende Benutzer bedankten sich: Andres Maeso, Victor

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

9 Jahre 7 Monate her #393 von Victor
Victor antwortete auf Solved: Editing items in backend
Dear Bubblefire, it works like a charm!! Great, thank you very much!

Bitte Anmelden oder Registrieren um der Konversation beizutreten.

Ladezeit der Seite: 1.630 Sekunden
Powered by Kunena Forum

Wir verwenden eigene Cookies und Cookies von Drittanbietern, um Ihr Nutzererlebnis zu verbessern und Ihnen einen optimalen Service zu bieten. Wenn Sie die Website weiter nutzen, gehen wir davon aus, dass Sie mit unserer Cookie-Politik einverstanden sind.