affriedl
|
| Posted: 08/27/2002, 9:00 AM |
|
Either I cannot find the source on the codecharge site... or there is no project file included. I would really like to get a drill down menu system working as it is pretty much required for our project.
Why is this so difficult a topic / task in CodeCharge studio? I mean, is this not one of those design templates that you find on just about all websites?
I want a more technical discussion of how to link pages and pass parameters. The tutorial is so trivial, it is next to useless. I really hate paying for something and then struggling like hell to use it.
A very frustrated customer,
Andrew
|
|
|
 |
Nicole
|
| Posted: 08/28/2002, 5:36 AM |
|
Andrew,
why are you frustrated? Almost all problems have the solutions.
1. www.codecharge.com was created manually, not with CC or CCStuduio. If you mean support site, now it is not proposed in CCS format.
But knowledge base
2. drop down menus are created with client side scripts. CCS or CC don't generate one. You can search for ready solution (code) on the web, then incorporate code into CC/CCS project. E.g. visit www.hotscripts.com or www.faqts.com
3. what exactly do you want to know about links and parameters?
|
|
|
 |
affriedl
|
| Posted: 08/28/2002, 7:12 AM |
|
Well, I still cannot locate the coideCharge PROJECT for the classifieds example. Whenever I download the classifieds example, I get wepages and templates - I do not get a codecharge project to load and examine - this is frustrating.
I want to produce a database driver menu system similar to the ones we had in CodeCharge 2, with the addition that I really want to be able to have a menu structure, not just a flat menu see following example please:
Home >> Management
...Edit News
...Edit Users
...Edit Products
Whiel many dropdown menu systems exist for this purpose, I do not want to incorporate them as many use DHTML which usually means cross-browser problems. generating everything on the server means I don't have to worry about the browser version right?
Finally, I like to be able to dive into the codecharge TEMPLATES and start creating my own. Yes I know this is a complex issue, but still, there are not enough existing templates to suit me... I'd like to create my own.
|
|
|
 |
Nicole
|
| Posted: 08/29/2002, 12:49 AM |
|
Hello,
The examples on gotocode site are supplied without CC project file. Download and install CodeCharge from www.codecharge.com and get all the examples in CC format.
In case you want to create menus on server side, may be you can use CC Tree form. But note, that it requires the data stored in the table.
And about CC templates. I’m not sure is it possible to create custom templates, because all html code is generated by CC. I suppose the better way is to edit generated ones.
|
|
|
 |
|