EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
April 18, 2025, 12:16:19 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
General Discussion
>
How to access div element inside a region (bootstrap tour issue with easyui)
Pages: [
1
]
« previous
next »
Print
Author
Topic: How to access div element inside a region (bootstrap tour issue with easyui) (Read 6472 times)
chorauoc
Newbie
Posts: 23
How to access div element inside a region (bootstrap tour issue with easyui)
«
on:
April 07, 2017, 09:31:14 AM »
Hi,
Please don't consider this as a stupid question, i know that any div can access via it id attribute, but i am asking my question because
bootstrap tour
is not properly scrolling to bottom of the page when my div lies inside a region, but it is working in normal html page without easyui, so i
need to access divs inside easyi region
and also
need to access a panel inside a region
Note: when these divs are inside a tab then i can access as
$('#tt').tabs('getSelected').scrollTo("#sec01")
and it work, but only unable to get element when it inside a region
Logged
jarry
Administrator
Hero Member
Posts: 2288
Re: How to access div element inside a region (bootstrap tour issue with easyui)
«
Reply #1 on:
April 07, 2017, 06:38:27 PM »
Please call 'panel' method to get the special region panel in a layout component.
Code:
var p = $('#layout').layout('panel','west');
var el = p.find(...);
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...