| Author |
Message |
jtaavon
Joined: 07 Oct 2003 Posts: 8 Location: Baltimore, Maryland
|
Posted: Tue Oct 07, 2003 2:08 pm Post subject: Merging Frames functionality with arrows |
|
|
I successfully modified the Frames script to my application. I now want to include the custom arrow pointers for my sub levels. My JavaScript is not that great and wanted to know if someone has successfuly done this. I am getting a couple of error messages that I am not sure how to fix.
Any help would be great!
Just a thought... Would I need 2 different js files to be called, one for the frames and one for arrows? |
|
| Back to top |
|
 |
AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Thu Oct 09, 2003 2:57 am Post subject: |
|
|
You don't have to create separate .js file. Try to add following to your menu:
{pos:[...], size:[...], arrow:"little_arrow.gif", arrsize:[10,10]], ... |
|
| Back to top |
|
 |
jtaavon
Joined: 07 Oct 2003 Posts: 8 Location: Baltimore, Maryland
|
Posted: Thu Oct 09, 2003 11:37 am Post subject: |
|
|
| That was the first thing I tried, but I will attempt it again. Perhaps I had some error in my syntax. |
|
| Back to top |
|
 |
jtaavon
Joined: 07 Oct 2003 Posts: 8 Location: Baltimore, Maryland
|
Posted: Thu Oct 09, 2003 1:53 pm Post subject: SOLVED |
|
|
| Alex, got it working. Thanks for the tip. I thin kI just needed to look at it again with a fresh head. |
|
| Back to top |
|
 |
|