Questions tagged [tabslideout]

16 questions
4
votes
1 answer

Best Way to Achieve Slide-Out Navigation IOS

I have used a fairly common design pattern for a standard IOS slide out navigation. I based the design off of the example found here: http://www.raywenderlich.com/32054/how-to-create-a-slide-out-navigation-like-facebook-and-path. The basic design…
ScottOBot
  • 839
  • 3
  • 16
  • 37
4
votes
1 answer

jquery tabslideout plugin and want to detect when div slide in and out

i am working with jquery tabslideout plugin. it wporks fine but i want to detect when tabslideout plugin slide in and out. if i could detect then i can call another routine. no idea is coming to my head to determine how to capture when tabslideout…
Thomas
  • 33,544
  • 126
  • 357
  • 626
1
vote
0 answers

Can't use jquery plugin while using vueJs

I'm using jQuery tabSlideOut https://github.com/hawk-ip/jquery.tabSlideOut.js it works fine but on the pages where I use vueJs components I get $(...).tabSlideOut is not a function. I know that using jQuery within vueJs is not recommended and this…
selimbousbih
  • 131
  • 1
  • 5
1
vote
1 answer

Slide Out Menu without a back Button

I use SWRevealViewController for my Slide Out Menu. I did actually the same like he did it here: https://www.youtube.com/watch?v=5SUV1YY2yxQ, but even I add a new ViewController and connect it with the segue "reveal view controller", start the app…
hantoren
  • 357
  • 2
  • 17
1
vote
4 answers

Slide out Menu Sidebar

I am trying to learn how to create a slide out menu. So far I have some basic HTML and CSS. However, I'm not sure of the best approach to write the jQuery. At present, it slides out but will not slide back. Or could I use the CSS Transition?
user1432315
  • 119
  • 2
  • 12
1
vote
1 answer

jquery.fancybox.js with jquery.tabSlideOut.v1.3.js

HELP! Having problems with running jquery.tabSlideOut.v1.3.js and fancybox. They both work but no together Fancy box works well here with the slideout DIV commented out http://www.3d-flightcases.co.uk/sk-test/index2.php but when I add the DIV for…
0
votes
1 answer

How to set icon in dxSlideOut,Devextreme

I've used dxslideout in some parts of the Devextreme basic project .dxView
. .
javascript musteriNavItems = [ { action: "Profil", icon: "profil", text: "Profil" }, { icon:…
0
votes
1 answer

How to toggle multiple tabSlideOUt tabs on one page

I need to use multiple tabSlideOUt source one one of the pages in a similar fashion as shown in Fiddle Example I need to toggle between tabs and only one should be open at a time $(function () { $('.slide-out-div').tabSlideOut({ …
Learning
  • 19,469
  • 39
  • 180
  • 373
0
votes
0 answers

How to do implementation of Tab Bar with slider out in IOS?

I am building an IOS application where I want to add tab bar with slide out. I search a lot but not found any thing use full. I am new in IOS can please some share a blog of any tutorial that help me in solution this problem. Please help.
0
votes
2 answers

Slide out panel?

I'm working on a little project and I have this panel down, but I would like to change the "tab" position something like this http://s26.postimg.org/5tr23ln9l/little_text.png I hope you can help me, loves, I am a bit of a "newbie"…
0
votes
1 answer

How to create a slide-out menu (like on the Facebook app) without the home screen reloading? (ios)

So I've been using this tutorial to implement a sliding menu on my iOS app. However, when I try to hit the home cell button, the home controller refreshes as it, from my understanding, is placing another version of the controller on top of the old…
Kyle Bachan
  • 1,053
  • 2
  • 15
  • 33
0
votes
1 answer

Multiple tabs using plug-in

I'm using the Tab Slide Out jQuery plugin: http://wpaoli.building58.com/2009/09/jquery-tab-slide-out-plugin/ and trying to make multiple tabs on different sides of the page. I need some help! When I do this neither of them appear or function at…
0
votes
1 answer

Regarding the usage of jquery tabSlideOut plugin

i was using jquery tabSlideOut plugin for our site and it was working fine. here are some url from where u can see it is working fine http://www.bba-reman.com/ http://www.bba-reman.com/content.aspx?content=how_to_contact_bba_reman_it but when u go…
Thomas
  • 33,544
  • 126
  • 357
  • 626
0
votes
2 answers

Javascript library (tabSlideOut) hosted on GoogleCode returning 403 error

One of the Javascript files we use in a website is reporting a 403 error when we try to request it from googlecode.com. http://tab-slide-out.googlecode.com/files/jquery.tabSlideOut.v1.3.js Failed to load resource: the server responded with a status…
AGB
  • 2,378
  • 21
  • 37
0
votes
1 answer

Jquery detect resize browser and tabSlideOut plugin

I am using tabSlideOut plugin (http://www.building58.com/examples/tabSlideOut.html) which works great apart from when I resize the browser. The code basically checks the browser size on document ready and on browser resize to determine whether the…
LeeTee
  • 6,401
  • 16
  • 79
  • 139
1
2