DHTML Menus
2008/04/24 18:04
Viewed 1778 times
Replies: 1/3

Does anyone know what I may be doing wrong. When the menu loads - it first comes in as a long HTML unformated list then - gets sucked into the correct DHTML toolbar. It's quick about a second but it is strange. http://www.practicalyoga.tv/dropdown/topmenu.html

last
Re: DHTML Menus
2008/04/25 07:52
Viewed 2882 times
Replies: 1/2

I am having the exact same problem. Please let me know if you found a way to get around this!

Ashwin

last
delete cursor's bar that overlap my special dates
2008/05/05 20:37
Viewed 1553 times
Replies: 0/0


Hi!,

I have a problem with my "special dates". Please, let's see the following picture:

http://www.filuma.es/error.gif

As you see, when i move the mouse over the calendar, there is a grey bar overlapping mi special dates (mi special dates are in red).
Pictures 1, 2, and 3 are about the movement of my cursor.

How can i fix this?.

Sincerely ;),
capitangugle

P.D. I'm sorry, my english is very bad :(.

last
tooltip/help
2008/05/20 23:43
Viewed 1517 times
Replies: 1/1

I am attempting to figure out how to setup the tooltip/help when hovering over items. I know that for normal links, you simply use <title>, and there ya go. I have gone through the doc and did a search on here for tooltip, but fell short on information. Thanks in advance for the help!

last
Re: tooltip/help
2008/05/21 01:16
Viewed 2169 times
Replies: 0/0

okay, well, oddly enough, I was finally able to figure it out after doing even more search :) yay!

last
PDF Reader 8.12 in firefox
2008/06/06 00:59
Viewed 1458 times
Replies: 0/0

Hi

I'm just testing the menu in a vertical mode but I've found that in firefox submenus are hidden behind any pdf reader docs (embedded in iFrames), I've done a web search and seen that there is a known problem like this with flash but no mention of acrobat reader

Any suggestions? Ive altered the z-index but what else I'm at a loss, This problem does not occur in IE 6

TIA Neven

last
Top-level menu styling
2008/06/11 14:16
Viewed 1736 times
Replies: 0/0

Hi... new here, sorry if this has been answered before.

I am trying to create a menu using dynarch that has different Top Level styling for some of the menu items.. I have seen this (http://www.dynarch.com/demos/hmenu/examples/different-colors.html) and been able to successfully modify the submenu styles, but don't see a way to modify the styling for the main menu items themselves (in the example, it would be the Browsers and Operating Systems menus).

Any way to do this via CSS?

TIA! Chris

last
Adding items dynamically
2008/06/25 17:19
Viewed 1660 times
Replies: 0/0

Is it possible to add or delete items to a menu or sub menu dynamically in a page already rendered?
Isaac

last
path throw menu
2008/06/30 10:44
Viewed 1564 times
Replies: 0/0

I have menu with 5 level.
for example:

  • menu
    • menu 1
      • menu 1.1
        • menu 1.1.1.
          • menu 1.1.1.1
          • menu 1.1.1.2
          • menu 1.1.1.3
      • menu 1.2
        • menu 1.2.1
          • menu 1.2.1.1
          • menu 1.2.1.2
    • etc

I need to show in the top of the page full path throw the menu on click at the last level.
something like this: menu --> menu 1.1 --> menu 1.1.1 --> menu 1.1.1.2 by clicking at menu 1.1.1.2

Before using Dynarch menu i've used parentElement.innerText to get that. But with Dynarch menu this metod is not working. I've found out that there is metod "parent" in Dynarch menu but this metod returns an odject without label property and without innerText ot innerHTML.

Is there any method to get this content?

last
Ajax + Context Menu
2008/07/11 00:38
Viewed 1974 times
Replies: 1/2

I am using this to create a context menu on a list that is generated with jquery/ajax. On a successful ajax request I fire the DynarchMenu.setup('menu1',{params}). And this works just fine. However, if I update the list in anyway (column sort, go to next page) that does not require a complete page reload, jsut the ajax to fire and update the list I get the "Error: menu element not found". Why is it doing this? The script, even on ajax pefrorms the Menu.setup function as a final step. Is there some way to get the menu to work with ajax?

last
Re: Ajax + Context Menu
2008/07/11 23:04
Viewed 3160 times
Replies: 1/1

ok, i have narrowed it down to a line of code. It is:

if(typeof el=="string")el=window.self.document.getElementById(el);

I have checked the function and I am passing a string so I guess that the function cannot find the Element by ID. On ajax reload. any suggestions?

last
customizing parsing onOpen
2008/07/25 01:43
Viewed 1329 times
Replies: 0/0

Hello,

In my application user's specify date rages in the following formats:
e.g. "-3:-1" defines a relative range of two months starting from 3 months ago until last month.
e.g. "11.03.08:15.03.08" defines an absolute range

and then using the comma as separator they can freely define any overlapping or non overlapping combination of those.

My problem is that I need parsing things like e.g. "-3:-1,11.03.08:15.03.08" and converting it into a set of fixed dates to initialize the jscalendar with. I have two problems:

1. I don't know how to hook an initialization function that will assign the initial dates displayed.
2. I have a custom Struts 2 date range converter that does exactly this parsing and I would be happy to reuse but it is a nice to have.

TIA,
regards,
Giovanni

last
Position Property
2008/08/18 23:29
Viewed 1169 times
Replies: 0/0

How can I pass in the (x,y) values dynamicly for the property position? IE is not displaying the calendar popup properly. It displays on the top my of page. I am able to calculate the (x,y) locations of the input element and the values are in a hidden tag of <input type="hidden" id="location">.
So, I am do the following with no luck.

<script type="text/javascript">
Calendar.setup({
inputField : "futureCancelDate", // id of the input field
ifFormat : "<?= str_replace(array('Y', 'y', 'm', 'd'), array('%Y', '%y', '%m', '%d'), $locale->getDateFormat()) ?>",
button : "cancelTrigger", // trigger for the calendar (button ID)
singleClick : true,
position : document.getElementById('location').value
});
//-->
</script>

Is this possible? Thank you.
AM

last
Google