Forums / Developer / how to creat slide menubar java script ?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

how to creat slide menubar java script ?

Author Message

piyawat mahawan

Monday 07 July 2008 3:06:42 am

i want to create slide bar menu whith javascript and css.

Michael Scofield

Monday 07 July 2008 10:55:54 pm

So, just create it as the usual way and put it inside an Exponential template.

If you don't want to store CSS and Javascript in external files, you can store it in the template files using the directive {literal} of Exponential template language:

{literal}
<script>
   function MyFunction() {
 
   }
</script>

<style>
   .myCssDefinition {
        
   }
</style>
{/literal}

Michael Scofield

piyawat mahawan

Tuesday 08 July 2008 8:14:44 pm

thank you .
i found some script on the javascript.com