A panel is control used to sub-divide the form according to functionality. For example a Windows form is divided with two panel controls, one contains the controls for search criteria and the other one show the outcome.
Questions tagged [panels]
258 questions
0
votes
2 answers
Panels-style UI for arbitrary CCK fields?
I have a Drupal content type that has unlimited photo, textbox, and external link CCK fields, but while fields themselves can be reordered via drag-drop (i.e. photo B before photo A), I can't arbitrarily order amongst fields (i.e. photo B, link A,…

ceejayoz
- 176,543
- 40
- 303
- 368
0
votes
1 answer
Sliding Panels sitting underneath content?
This is a follow up on a previous question...I was helped out by Marcatectura (thanks again!) , and this is the example they gave me: http://jsfiddle.net/rt9d5/10/embedded/result/
I decided to change the 'li' elements to 'div' elements, as it works…

faedince
- 5
- 1
0
votes
2 answers
I need help in creating 4 collapsible panels using jquery
I am completely new to the jquery scene, and so am having some trouble trying to figure this out. My problem is:
I am creating a website for a project, and this website is based of a square (700px by 700px) that has been divided into 4 smaller…

faedince
- 5
- 1
0
votes
0 answers
jQuery Mobile UI - Panels - Clicking within the panel closes the panel
I'm using jQuery Mobile UI and need a bit of help with Panels as seen here.
http://demos.jquerymobile.com/1.4.0/panel/
I have implemented it as an overlay without a problem but the click outside the panel to dismiss has an issue where it also…

Ash
- 27
- 7
0
votes
1 answer
drupal panels ipe toolbar
I added custom buttons to the panels ipe toolbar. The toolbar only shows when you have the right permissions, and when the page is a panelized page. I want to display the ipe toolbar also for other pages, containing that page his tabs…
user1668664
0
votes
1 answer
Returning data from child frame to parent frame in java
I am learning java and starting with the concepts of JPanels. currently the program i am testing with consists of two windows. the first window contains one button. on clicking the button the second window containing a numpad opens up. now the…

Prasad S.
- 3
- 1
- 3
0
votes
0 answers
How to overlap two (or more) JPanels in a JFrame
i'm trying to overlap two different JPanels on a single JFrame. How can i do that? I have a GamePanel where i draw my game, and a BorderPanel, that draws a border for my game. BorderPanel is to expose the enemies and other objects of the game just…

Alessandro
- 75
- 1
- 1
- 5
0
votes
1 answer
how to check if the ddl.selectedindexchange event has been fired on the page load
here is my code : on page load
protected void Page_Load(object sender, EventArgs e)
{
//On first request
if (!IsPostBack)
{
panel1.Visible = true;
panel2.Visible = false;
panel3.Visible = false;
}
//for…

Sunny
- 91
- 2
- 13
0
votes
1 answer
Drupal 7 selection rules based on comments
I want to create panel view based on comment.
I there is any comment i want to disable comment for, and when there are no comment related to node i want to display comment form.
I want to do it via selection rules but I don't see any selection rules…

user2217288
- 529
- 2
- 14
- 26
0
votes
1 answer
Panels not scrolling
I am not sure what has happened here, but I have 3 panels, and these 3 panels are nested inside one large, thus:

Andy5
- 2,319
- 11
- 45
- 91
0
votes
2 answers
Four Panel in Frame with Different Layout
I am trying to design an interface with 4 different panels in 1 single frame. I have included 2 of the panel descriptions in the code I included below.
Below is part of my code:
public class finalFrame extends JFrame {
PanelA a = new…

vmck
- 21
- 3
0
votes
1 answer
How to implement Visual studio like docking in html5?
I am trying to implement the docking feature similar to that of the visual studio in html5.
After searching through the internet,there weren't much data I could get.
Are there any framework's or libraries or sample code to achieve this in html5?

Dpk
- 63
- 1
- 9
0
votes
1 answer
Getting a link to go to a specific Bootstrap 3 Accordian panel on another page
I have 5 accordion panels on a FAQ page on a client's site (Bootstrap 3 based).
From another page on the site, I want to reference a specific panel on the FAQ page.
I used the following hyperlink code:
Visit "FAQ 2" Section
It does take me to the…

Bob22
- 109
- 13
0
votes
1 answer
Drawing Graphics (g) into jpanel
Im trying to draw some bars that have random intergers into the java applet bellow but the overrides have an error im new to java i tried to makr the two areas in code the draw method is at the very bottom the other is the 2nd panel area
What im…

Curtis Spence
- 69
- 7
0
votes
1 answer
Push Panels not working as they should
i'm having a little problem. My push panels on this site are not running as they should.
Here is the link: http://www.glaserarbeiten.info/mobilewebsite/
Im pretty new to jquery mobile. I thought i could get some help here.
If you click the panel,…

Daniel Fuhrmann
- 1
- 1