Login Register

TitlePane

Vertical TitlePane

It is possible to do a vertical TitlePane? We want to have a list of choices that is on the far left of the browser that the user can switch between at anytime, but we want the list to remain out of view (i.e. not taking up browser real estate) all the time, as changing will be infrequent. I know about the accordion container, but we want to have multiple items available at the same time. It seems that having the TitlePane in a vertical would give us what we are looking for.

Thanks

How to clear the 10px padding/margin inside the dijit.TitlePane?

in every TitlePane of every sample:

http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/layout/title-pane

http://download.dojotoolkit.org/release-1.0.2/dojo-release-1.0.2/dijit/t...

there are 10px padding(or margin) inside(top/right/bottom/left) it so there is always a blank circle around the content of a titlePane.

I want to get rid of it!

I embed a dijit.Menu inside a dijit.TitlePane(like a Start Menu in Windows OS). but this 10px blank circle makes it ugly. is this a immanent phenomena? can i clear such thing?

can a dijit.TitlePane expand/fold upward?

a commom dijit.TitlePane. I just want it to expand or fold upward. Because I put the TitlePan at the very bottom of my page. But it seems that there is no proper TitlePane property which control expand derection...

Does that mean... there is no way of doing so?

Invoking a JS function onclick of the TitlePane

Hi All,

I have implemented a dojo TitlePane div in my screen. I want to invoke a Java script function on click of the TitlePane.

Currently i have the below code, but the JS function 'test' is NOT called after i click the Titlepane.
------------------------------Code Snippet------------------------------

function test(){
alert('Test');
}

some code

Invoking a JS function onclick of the TitlePane

Hi All,

I have implemented a dojo TitlePane div in my screen. I want to invoke a Java script function on click of the TitlePane.

Currently i have the below code, but the JS function 'test' is NOT called after i click the Titlepane.
------------------------------Code Snippet------------------------------

function test(){
alert('Test');
}

some code

Grid inside initially closed TitlePane does not display when the TitlePane is opened

Hello,

I have a grid inside a TitlePane with several buttons below the grid. If I start with the TitlePane open everything works ok. Opening and closing shows and hides the grid and the buttons. If I start with the TitlePane closed there is a problem. Opening and closing the TitlePane only shows the buttons, the grid does not display. I checked Firebug and the grid has a width and height of 0px or 1px.

What do I need to do to have the grid show when starting with a closed TitlePane?

Thank you for your help

issues rendering TitlePane inside BorderContainer1.1

Has anyone tried to render a TitlePane inside a BorderContainer. When I try to do so, TitlePane does not appear. Here is the code snippet that I tried. Is there an issue with BorderContainer?

The rain in Spain falls mainly on the New York Stock Exchange.

TiltePane Style

Hi All,
I have 2 questions for the title pane,

when we create a title pane we simply create a dive or a span with dojoType attribute and some style. The problem is the style is applied to the Title/header and the body of the title pane. Is there a clean way to give separate attributes to header and body?

Also how do I customize the image of an arrow that appears to the right of the title pane? Is it possible to shift it to the right?

Regards,
Yazad Khambata
yazad3@gmail.com

TitlePane opening and closing moves the rest of the page

I hope I can make myself clear with my question. Here goes...

I have a web page (a JSP, used as part of a struts tiles template) that contains 4 TitlePane widgets that essentially float left in their own div container and act like a sidebar menu. They open and close pretty much as advertised and look really nice.

Executing script in remotely loading TitlePane contents

Hi,

I have a question regarding the use of dijit.TitlePane. I am using TitlePane with contents loading remotely via href.

<div dojoType="dijit.TitlePane" title="Test TitlePane" open="false" href="test.html">
</div>

When I open this title pane, contents from test.html are loaded. The contents in test.php may contains some Javascript code, which I want to be executed when the contents load. Is there a way to do that in Dijit system.

To give an example, if test.php contains:
<!--start of test.html -->

Syndicate content