This topic is locked

Split Multi Tab View

6/4/2013 3:37:15 AM
PHPRunner General questions
J
jackolantern author

How to make multiple tab align in more than one rows, because i have 20 category input in form.

But phprunner default make the tab aligning in one long row. I want break into 5-7 tab each row.

Anybody have the solution?
>>Default Tab View at phprunner form
|Educations||Courses||Paperworks||Languages||Hobbies||Employments||Organizations||Training||Competencies||....||....||....||.....||...|
>>Desired View at phprunner form

|Educations||Courses||Paperworks||Languages||Hobbies|

|Employments||Organizations||Training||Competencies|

|....||....||....||.....||...|

Sergey Kornilov admin 6/5/2013

Add the following code to the end of output/styles/default.css file:

.yui-nav

{

white-space:normal;

}


To make this change permanent apply the same fix to C:\Program Files (x86)\PHPRunner6.2\styles\default.css file.

S
Stoneman 7/11/2013



Add the following code to the end of output/styles/default.css file:

.yui-nav

{

white-space:normal;

}


To make this change permanent apply the same fix to C:\Program Files (x86)\PHPRunner6.2\styles\default.css file.


I have a project that was converted from a PHPRunner 5.1 project to a 6.2 version project and I can't get this fix to work. I have applied the above mentioned change. Anything else that needs to be done since it was once a 5.1 layout. Thanks.