inherit
172351
0
Sept 5, 2019 10:56:35 GMT -8
DarkPikachu
Complexity == Fun
320
October 2011
tcll
|
Post by DarkPikachu on Sept 8, 2013 16:51:41 GMT -8
do an index count of the tab IDs and address the proper index for it... it's a tad slower, but it garuntees perfect usage quality
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 8, 2013 18:09:28 GMT -8
Just a note, Wormopolis, I also am looking for something like this for the tabs: Attachments:
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 8, 2013 20:57:28 GMT -8
v1.1.0 submitted to library fading transitions option (though I might end up changing it to something else since table rows dont work so well) squeeze tabs to left/center/right instead of evenly across some better compatibility for IE7+ changed how tabs selection works to keep later tables from affecting previous page tables
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 8, 2013 21:00:44 GMT -8
v1.1.0 submitted to library fading transitions option (though I might end up changing it to something else since table rows dont work so well) squeeze tabs to left/center/right instead of evenly across some better compatibility for IE7+ changed how tabs selection works to keep later tables from affecting previous page tables Perhaps options in the settings to edit the height and width of each tab? Also the spacing between them?
|
|
inherit
172351
0
Sept 5, 2019 10:56:35 GMT -8
DarkPikachu
Complexity == Fun
320
October 2011
tcll
|
Post by DarkPikachu on Sept 8, 2013 22:28:10 GMT -8
v1.1.0 submitted to library fading transitions option (though I might end up changing it to something else since table rows dont work so well) squeeze tabs to left/center/right instead of evenly across some better compatibility for IE7+ changed how tabs selection works to keep later tables from affecting previous page tables Perhaps options in the settings to edit the height and width of each tab? Also the spacing between them? sounds like that'd have to be done via the CSS
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 8, 2013 22:30:38 GMT -8
Perhaps options in the settings to edit the height and width of each tab? Also the spacing between them? sounds like that'd have to be done via the CSS I already tried that and it didn't work.
|
|
inherit
172351
0
Sept 5, 2019 10:56:35 GMT -8
DarkPikachu
Complexity == Fun
320
October 2011
tcll
|
Post by DarkPikachu on Sept 8, 2013 22:38:59 GMT -8
lol that's what I mean... it's not implamented as a CSS option yet curse my autism >_<
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 8, 2013 22:39:52 GMT -8
Ah, alright. I'll just be patient then... which is hard for me to do.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 21:54:48 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 9, 2013 17:16:10 GMT -8
I'm assuming CSS is needed to make the title of a tab an image (or it isn't possible), if it is CSS does anyone know what that would look like? And if it isn't possible, then no problem. =)
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 9, 2013 19:34:41 GMT -8
not currently possible because it uses the name of the tab as the id for the hidden section. if you change the tab name to an image, the section has no id.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 21, 2024 21:54:48 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Sept 9, 2013 19:41:33 GMT -8
Alright, thank you!
|
|
inherit
172351
0
Sept 5, 2019 10:56:35 GMT -8
DarkPikachu
Complexity == Fun
320
October 2011
tcll
|
Post by DarkPikachu on Sept 9, 2013 20:50:31 GMT -8
still having issues... the tabs hide the content, and display only the first tab when the page loads (nothing selected) for progress though, at least now all 3 tabs display. :3 here's my page: tcll5850.proboards.com/thread/150/u8-bh64I havn't updated the CSS yet so it still looks choppy. but the results remain weather running in compatibility view or not. do you have a compy with IE8 installed?? (nobody uses IE7 anymore) (tell me I'm wrong please, cause that's my current info) also... a nifty idea for your tabs: you know my function list I have there well, I want to use a tab area for each one (in time) and get rid of the mis-leading "inputs" tab area. the idea is to fill a tab with referenced data for multiple tabs with the same content. PTab.innerHTML = PRTab['name'].innerHTML (where PRTab content is hidden) ^PRTab being the exact same as PTab with styling inputs and everything. NOTE: I don't expect this by the next release as it's a complex feature. it's only a useful idea
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 9, 2013 22:20:14 GMT -8
if it allows a user to insert HTML directly to the page, then it wont be happening.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Sept 9, 2013 22:37:04 GMT -8
still having issues... the tabs hide the content, and display only the first tab when the page loads (nothing selected) for progress though, at least now all 3 tabs display. :3 here's my page: tcll5850.proboards.com/thread/150/u8-bh64I havn't updated the CSS yet so it still looks choppy. but the results remain weather running in compatibility view or not. do you have a compy with IE8 installed?? (nobody uses IE7 anymore) (tell me I'm wrong please, cause that's my current info) also... a nifty idea for your tabs: you know my function list I have there well, I want to use a tab area for each one (in time) and get rid of the mis-leading "inputs" tab area. the idea is to fill a tab with referenced data for multiple tabs with the same content. PTab.innerHTML = PRTab['name'].innerHTML (where PRTab content is hidden) ^PRTab being the exact same as PTab with styling inputs and everything. NOTE: I don't expect this by the next release as it's a complex feature. it's only a useful idea It doesnt like that you have non-alphanumeric characters in there. you have what looks be variable declarations. so when the jQuery is trying to find an element with id="value=''" it comes back as an invalid id name. the jQuery is already using single quotes as wrappers, so your single quotes are causing a runtime error. put in just text and see if it works then. and I used compatiblity mode in my IE9 to get IE7 to work, so I know it runs in that. I had to rewrite all the match statements because older IE was breaking at linefeeds
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Sept 9, 2013 22:45:17 GMT -8
I'm curious if you are making progress with customizing the tabs?
|
|