Forum

How to ensure new t...
 
Notifications
Retirer tout

How to ensure new textfields have same width as others, and not take up entire section width

2 Posts
2 Utilisateurs
0 Reactions
4,411 Vu
Sagar
(@sagar-toshniwal)
Posts: 72
Estimable Member
Début du sujet
 
[#3606]

Under the "Description" section, I am creating a small array of textboxes. I reproduced the code in "TicketMain.php":

  public $_tab_3_3 = array('start', 'end', 'duration', 'Stage 1', 'Stage 2', 'Stage 3');
  public $Stage1StartDate;
  public $Stage1EndDate;
  public $Stage1Dur;
  public $Stage2StartDate;
  public $Stage2EndDate;
  public $Stage2Dur;
  public $Stage3StartDate;
  public $Stage3EndDate;
  public $Stage3Dur;

But what I get in my file is:
All these text boxes occupy 100% of the width of that section. What I want is that there should be 2 or 3 textboxes in a row.

Any ideas how I can do this? Do I need to adjust some settings?


I am an Eagle. On a mission to help those who want to help themselves...

 
Posté : 26/08/2016 4:12 pm
(@babynus)
Posts: 14952
Membre Admin
 

Most probably you did not create corresponding fileds in database (and disconnect/reconnect as table description is cached on startup).
So the tool does not know what format to use, and so displays a text box.


 
Posté : 26/08/2016 9:17 pm
Share:
Retour en haut