Position from Textfield or Enter Text in Detailview

Ask your questions here.
Post Reply
Eric
Posts: 181
Joined: 25 Jun 2020, 13:40
Name: Eric Henrich
Location: Germany

Position from Textfield or Enter Text in Detailview

Post by Eric »

Discovered that a "Textfield" shows up in detailview in the left side of my two areas but a "Enter Text" field is in the right side of the details, possibility to change this or choose? Text is added from a process where the text is added on a form.

When Textfield:
Image

When Enter Text Field
Image

Edit: Same thing is happening when adding attachments field. Did not test more fieldtypes but is this on purpose?
User avatar
support
Site Admin
Posts: 6221
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Position from Textfield or Enter Text in Detailview

Post by support »

In Item page configuration you can display all fields in one column, https://docs.rukovoditel.net/index.php?p=66
Eric
Posts: 181
Joined: 25 Jun 2020, 13:40
Name: Eric Henrich
Location: Germany

Re: Position from Textfield or Enter Text in Detailview

Post by Eric »

Sorry but this is not a solution, so no way to choose Position ?
User avatar
support
Site Admin
Posts: 6221
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Position from Textfield or Enter Text in Detailview

Post by support »

At the moment there is no configuration for this.
risotto77
Posts: 1
Joined: 17 Feb 2023, 19:08
Name: Sawyer
Location: UK

Re: Position from Textfield or Enter Text in Detailview

Post by risotto77 »

For those interested, you can try this to add the option to select the position of a tab in the form - Edit Form Tab (I did not tested for all fieldtypes):
Form tab configuration.png
First, alter the table app_forms_tabs in database:

Code: Select all

ALTER TABLE `app_forms_tabs`
ADD `item_page_form_position` varchar(64) NOT NULL DEFAULT 'right_column';
Modify the files as in the diff file:
https://ruko.tiiny.site
Paullm
Posts: 161
Joined: 11 Dec 2020, 03:44
Name: Paul M.
Location: Dallas, Texas

Re: Position from Textfield or Enter Text in Detailview

Post by Paullm »

It would be ideal if the item page format/layout was identical to the entry/update page.
brave
Sponsor
Sponsor
Posts: 180
Joined: 17 Jul 2016, 12:34
Name: Patrick
Location: Germany

Re: Position from Textfield or Enter Text in Detailview

Post by brave »

+1
syslibre
Posts: 1
Joined: 27 Jun 2022, 15:41
Name: Syslibre
Location: France

Re: Position from Textfield or Enter Text in Detailview

Post by syslibre »

+1
Post Reply