This topic is locked

Again and again - Tabs or multi pages

5/15/2008 10:34:54 AM
PHPRunner General questions
J
jmruas author

I think many users need the feature TAB.
Nobody likes to see data like a kilometer train. This is not only a pleasure for the eyes, but an organization problem.
After reading all posts here about Tabs and Multi pages I must confess that explanations are far from the newbie user.
Something like Tabgroup (http://www.dotvoid.com/view.php?id=6) seems easy. And it works well in a normal HTML page. But when we paste the code into the Editor, the code is changed and it doesn't work.
There are 2 blocks to insert and 2 .js files

Block 1.

<script type="text/javascript" src="tab.js"></script>

<script type="text/javascript" src="browserdetect.js"></script>
Block 2.

<div id="Mytab1" style="display:none;">

<p>¡Hello Tab1!</p>

</div>
<div id="Mytab2" style="display:none;">

<p>Hello Tab2!</p>

</div>
My questions:

1-Where place .js files?

2-How and where put that code Blocks?
Thank you very much.
José

J
Jane 5/16/2008

José,
you can add this code on the Visual Editor tab in HTML mode.
But more easy way is to divide one big table into several custom views (on the Datasource tables tab).

J
jmruas author 5/16/2008

José,

you can add this code on the Visual Editor tab in HTML mode.
But more easy way is to divide one big table into several custom views (on the Datasource tables tab).


Thank you Jane.
That's a good idea, I agree. But all of us want just a little bit more. We love "that" form... you know.
Please, take a look here: http://jurispro.net/ver/form_test.html (that's nothing special)

It is just html. Do you think there is a way to make it work with PHPRunner?
A great weekend.
José

J
Jane 5/19/2008

José,
sure. Modify add/edit pages on the Visual Editor tab for that.