Mauro Miotello
|
| Posted: 08/23/2002, 9:01 AM |
|
I'm using CCS 1.07,
I'd like to create a web application with a left side menu loaded from DB
and filtered per user. Is there anyone than can help me with a way ???
Thanks
Mauro
Italy
|
|
|
 |
Sixto Luis Santos
|
| Posted: 08/23/2002, 12:24 PM |
|
Hello Mauro,
I suggest that you use the application builder to construct a sample project
with a "Vertical Menu Header & Footer" to see how the header and the footer
work together to create a side bar.
As for the menus, it is easier if you can live with menus tailored by access
level. To achieve this, create menus in separate pages, set as an includable
file, then restrict by access level. Include those menus in the side bar of
your header. Make sure to delete the </tr></table> tags that CCS may add to
the bottom of the header's HTML.
The final page would display only those menus that the user actually have
access to.
Regards,
Sixto
"Mauro Miotello" <mm@ashnet.it> wrote in message
news:ak5m7u$eb8$1@news.codecharge.com...
> I'm using CCS 1.07,
>
> I'd like to create a web application with a left side menu loaded from DB
> and filtered per user. Is there anyone than can help me with a way ???
>
> Thanks
>
> Mauro
>
> Italy
>
>
|
|
|
 |
Mauro Miotello
|
| Posted: 08/23/2002, 6:40 PM |
|
Thanks for your help, now i'll try to write my first app !!
Regards
Mauro
"Sixto Luis Santos" <sixto@tecnoapoyo.com> ha scritto nel messaggio
news:ak624e$3mh$1@news.codecharge.com...
> Hello Mauro,
>
> I suggest that you use the application builder to construct a sample
project
> with a "Vertical Menu Header & Footer" to see how the header and the
footer
> work together to create a side bar.
>
> As for the menus, it is easier if you can live with menus tailored by
access
> level. To achieve this, create menus in separate pages, set as an
includable
> file, then restrict by access level. Include those menus in the side bar
of
> your header. Make sure to delete the </tr></table> tags that CCS may add
to
> the bottom of the header's HTML.
>
> The final page would display only those menus that the user actually have
> access to.
>
> Regards,
> Sixto
>
> "Mauro Miotello" <mm@ashnet.it> wrote in message
>news:ak5m7u$eb8$1@news.codecharge.com...
> > I'm using CCS 1.07,
> >
> > I'd like to create a web application with a left side menu loaded from
DB
> > and filtered per user. Is there anyone than can help me with a way ???
> >
> > Thanks
> >
> > Mauro
> >
> > Italy
> >
> >
>
>
|
|
|
 |
|