JavaScript.CoolDev.Com Support Forums

Any questions related to JavaScript menu and JavaScript tree menu by Javascript.CoolDev.Com

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Some questions

 
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsOutlookBar
Author Message
hseifert



Joined: 15 Jan 2007
Posts: 1

PostPosted: Mon Jan 15, 2007 4:52 pm    Post subject: Some questions Reply with quote

Hello,

we are searching for a Outlook bar, which can be implemented into our web application. So i have some questions about COOLjsOutlookBar.

1. Is it possible to use jsp/htm/or other pages as item? Reason: We want to use our js tree as item.
2. Is it possible to fill the panels and items dynamically by e. g. the Ajax technology?
3. How many panels and items can be handled with "godd performance"?
4. Do we receive the entire source code for the 49 $? May we adapt the code for our needs?

Update: Some resaerches brought me some problems:
1. I tried to call a javascript (simple alert()) by clicking an item. This code donīt worked:
Code:
{text:"Test", url:'test.html',
         items:[
            {code:"JavaScript Test", format:{image:"images/liste.gif", imgsize:[10,15], imgsize:[10,15]}, url:"javascript(alert(text)))"}
         ]
      }

2. I tried the "alt" and "status" parameters for the items/panels. I used a demo text (from this forum)
Code:
alt:'Some alt text for item "Firefox".', status:'Some status text for item "Firefox".'
The status did not worked completely. The alt only up to the ". Are these bugs?

Greetings,

HSeifert
Back to top
AlexKunin
Developer


Joined: 03 Jan 2003
Posts: 1191

PostPosted: Wed Jan 24, 2007 4:05 pm    Post subject: Reply with quote

Quote:
1. Is it possible to use jsp/htm/or other pages as item? Reason: We want to use our js tree as item.

Current version does not support this feature.
Quote:
2. Is it possible to fill the panels and items dynamically by e. g. the Ajax technology?

No, currently it is not possible. But you're asking about this, and this means that the feature might appear on our "to do" list soon.
Quote:
3. How many panels and items can be handled with "godd performance"?

Not too many, I think. Disabling animation will increase performance.
Quote:
4. Do we receive the entire source code for the 49 $? May we adapt the code for our needs?

You'll receive "preprocessed" code (original source files are available per request, but they are not pure-JavaScript). But $49 license does not allow you to modify it. You need either Redistribution license or World-wide redistribution license.
Quote:
1. I tried to call a javascript (simple alert()) by clicking an item. This code donīt worked:

Your alert() call contains unquoted string "text" - is it variable? If not, it won't work.
Quote:
2. I tried the "alt" and "status" parameters for the items/panels. I used a demo text (from this forum)

You have to change double quotes to entities: ". Otherwise, the resulting code will look like this:
Code:
<img ... alt="Some alt text for item "Firefox"." />

which is incorrect.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsOutlookBar All times are GMT
Page 1 of 1