×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Editing items in backend
Victor
Yeni Üye
Posts: 3
10 yıl 1 ay önce #389
Yazan: Victor
Editing items in backend, Victor tarafından oluşturuldu
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
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
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
BubbleFire
Yeni Üye
Posts: 3
10 yıl 1 ay önce - 10 yıl 1 ay önce #391
Yazan: BubbleFire
BubbleFire tarafından Editing items in backend konusunda yanıtlandı
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.
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.
Son Düzenleme: 10 yıl 1 ay önce Düzenleyen:BubbleFire
Şu kullanıcı(lar) Teşekkür etti: Andres Maeso, Victor
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Victor
Yeni Üye
Posts: 3
10 yıl 1 ay önce #393
Yazan: Victor
Victor tarafından Solved: Editing items in backend konusunda yanıtlandı
Dear Bubblefire, it works like a charm!! Great, thank you very much!
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Sayfa oluşturma süresi: 0.051 saniye