Quantcast
Channel: ProjeQtOr free project management software - ProjeQtOr free project management software - Recent Topics - ProjeQtOr
Viewing all articles
Browse latest Browse all 6784

How to ensure new textfields have same width as others, and not take up entire section width - by: sagar.toshniwal

$
0
0
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?

Viewing all articles
Browse latest Browse all 6784

Trending Articles