JQuery Tabs like rgtabs

View: New views
13 Messages — Rating Filter:   Alert me  

JQuery Tabs like rgtabs

by Andreas Becker-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Does anybody know about an extension which does the same like RGTABS
(mootools) but using JQuery instead - The Ajax funktionality won't be needed
 but the content should be available very fast via CSS-Tabs.

Andi
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: JQuery Tabs like rgtabs

by Bartosz Aninowski-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Andreas Becker pisze:
> Does anybody know about an extension which does the same like RGTABS
> (mootools) but using JQuery instead - The Ajax funktionality won't be needed
>  but the content should be available very fast via CSS-Tabs.
>
> Andi

Hi Andi

I know :) I will try to publish such a extension today.

--
Bartosz Aninowski
typo(3)holics
http://techblog.evo.pl/evo_nginx_boost-extension/ [Memcache Power for TYPO3]
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: JQuery Tabs like rgtabs

by Andreas Becker-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks Bartosz I will have a look at

Andi


On Thu, Nov 5, 2009 at 2:05 PM, Bartosz Aninowski <bartoszx@...>wrote:

> Andreas Becker pisze:
>
>  Does anybody know about an extension which does the same like RGTABS
>> (mootools) but using JQuery instead - The Ajax funktionality won't be
>> needed
>>  but the content should be available very fast via CSS-Tabs.
>>
>> Andi
>>
>
> Hi Andi
>
> I know :) I will try to publish such a extension today.
>
> --
> Bartosz Aninowski
> typo(3)holics
> http://techblog.evo.pl/evo_nginx_boost-extension/ [Memcache Power for
> TYPO3]
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english@...
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
>
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: JQuery Tabs like rgtabs

by Bartosz Aninowski-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Andreas Becker pisze:
> Thanks Bartosz I will have a look at

I have just uploaded it.
http://typo3.org/extensions/repository/view/evo_jqtabs/current/
Check it out. No manual yet. I will try to finish it as soon as possible.

--
Bartosz Aninowski
typo(3)holics
http://techblog.evo.pl/evo_nginx_boost-extension/ [Memcache Power for TYPO3]
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: JQuery Tabs like rgtabs

by Lars Brinkmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Bartosz,

I have installed the extension and when I want to create new content,
I get the following error:
TYPO3 Fatal Error: Extension key "jqtabs" was NOT loaded!
(t3lib_extMgm::extRelPath)

I tested in a 4.2.8 Test-System only with css_styled_content and your
extension. TypoScript is only page.10 < styles.content.get

Greetings, Lars Brinkmann
--
brinkmann.lars@...
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: JQuery Tabs like rgtabs

by Bartosz Aninowski-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Lars Brinkmann pisze:
> Hi Bartosz,
>
> I have installed the extension and when I want to create new content,
> I get the following error:
> TYPO3 Fatal Error: Extension key "jqtabs" was NOT loaded!
> (t3lib_extMgm::extRelPath)

New version uploaded 0.2.1
Bug fixed.
Thanks for test.


--
Bartosz Aninowski
typo(3)holics
http://techblog.evo.pl/evo_nginx_boost-extension/ [Memcache Power for TYPO3]
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: JQuery Tabs like rgtabs

by Lars Brinkmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Bartosz,

it still does'nt work. Maybe because of a wrong Path for js and css?

src="../typo3conf/ext/evo_jqtabs/res/js/jquery-1.3.2.min.js"

I think it should be: src="typo3conf/ext..."

Greetings, Lars Brinkmann
--
brinkmann.lars@...
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: JQuery Tabs like rgtabs

by Ralf-René Schröder-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Lars Brinkmann schrieb:
> Hi Bartosz,
>
> it still does'nt work. Maybe because of a wrong Path for js and css?
>
> src="../typo3conf/ext/evo_jqtabs/res/js/jquery-1.3.2.min.js"
>
> I think it should be: src="typo3conf/ext..."
>
> Greetings, Lars Brinkmann

i think this is only when the instalation is in a subdirectory...
i tried hardcoding it in the extension and it works...
tomorow i'll try if it is possible to use the yaml accessible css for
this extension
René
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: JQuery Tabs like rgtabs

by Ralf-René Schröder-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

sorry, forgott the Link
http://www.yaml.de/fileadmin/examples/09_add-ons/accessible_tabs.html
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: JQuery Tabs like rgtabs

by Bartosz Aninowski-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Lars Brinkmann pisze:
> Hi Bartosz,
>
> it still does'nt work. Maybe because of a wrong Path for js and css?
>
> src="../typo3conf/ext/evo_jqtabs/res/js/jquery-1.3.2.min.js"
>
> I think it should be: src="typo3conf/ext..."

Yes you're right but extension works correctly.
Video http://www.youtube.com/watch?v=PW0NXzxbOKg
However I will fix this soon.
Some code cleanup, bugfixes etc in progress

--
Bartosz Aninowski
typo(3)holics
http://techblog.evo.pl/evo_nginx_boost-extension/ [Memcache Power for TYPO3]
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: JQuery Tabs like rgtabs

by Lars Brinkmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Dzine dobre, Bartosz!

I just tried the 0.2.2 and it works - but only without Ajax. If I
activate the Ajax-Checkbox, the content is empty.

I created the following page structure:

JQTabs (contains the Plugin)
- Test 1 (contains one content element, page is hidden in menu)
- Test 2 (contains one content element, page is hidden in menu)
- Test 3 (contains one content element, page is hidden in menu)
- Test 4 (contains one content element, page is hidden in menu)

In the plugin, I selected the four content elements.

Greetings, Lars Brinkmann
--
brinkmann.lars@...
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: JQuery Tabs like rgtabs

by Bartosz Aninowski-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Lars Brinkmann pisze:
> Dzine dobre, Bartosz!

Dzien dobry Lars :)

>
> I just tried the 0.2.2 and it works - but only without Ajax. If I
> activate the Ajax-Checkbox, the content is empty.

Can't reporoduce this bug.
Please check if:
- url http://domain/index.php?type=55667&CE=X (where X is id of your
content element) output anyting?
- object tx_evojqtabs_pi2 = PAGE is available under TSOB setup
- you see something in your access log
192.168.168.107 - - [06/Nov/2009:12:30:59 +0100] "GET
/index.php?type=55667&CE=14 HTTP/1.1" 200

--
Bartosz Aninowski
typo(3)holics
http://techblog.evo.pl/en/evo_nginx_boost-extension/ [Memcache Power for
TYPO3]
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: JQuery Tabs like rgtabs

by Lars Brinkmann :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Bartosz,

> Dzien dobry Lars :)
przepraszam, it is a long time ago, that I learned some polish
phrases. Best I know yet, is the "porucznik Wilk" ;-)

> Can't reporoduce this bug.
> Please check if:
> - url http://domain/index.php?type=55667&CE=X (where X is id of your content
> element) output anyting?
> - object tx_evojqtabs_pi2 = PAGE is available under TSOB setup
> - you see something in your access log
> 192.168.168.107 - - [06/Nov/2009:12:30:59 +0100] "GET
> /index.php?type=55667&CE=14 HTTP/1.1" 200

Without Ajax, the links look like this:
http://localhost/t3test/index.php?id=5#jqtabs-18-0

With Ajax:
http://localhost/t3test/index.php?id=5#ui-tabs-9
On the first request, I can see the content on the first tab. When I
click on another tab, the content is missing. As well, when I go back
to the first tab.

> - url http://domain/index.php?type=55667&CE=X (where X is id of your content
> element) output anyting?
No, the whole page is blank.There is no output at all.

> - object tx_evojqtabs_pi2 = PAGE is available under TSOB setup
Yes:
[tx_evojqtabs_pi2] = PAGE
[10] = USER_INT
[typeNum] = 55667
[config]

The access log:
127.0.0.1 - - [06/Nov/2009:12:57:06 +0100] "GET
/t3test/typo3/sysext/tstemplate/ts/index.php?id=5&tsbr[tx_evojqtabs_pi2]=1
HTTP/1.1" 200 15732

Greetings, Lars Brinkmann
--
brinkmann.lars@...
_______________________________________________
TYPO3-english mailing list
TYPO3-english@...
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english