Join our DNN Community    (Newsletter, Tips, Tricks and Forums for DNN Skins & Modules)

 


 
Microsoft Gold Certified Partner - DNN Benefactor

DotNetNuke Powered! 


Friday, December 05, 2008 Register · Login · Contact · Search:  
Company Solutions Portfolio Contact
Forums
Toolbar
Forum for discussing the Toolbar module. Questions, comments, reviews and configurations.
Subject: New - Don't Understand
You are not authorized to post a reply.
 
Author Messages
stevieg
Flyweight
Posts:2

02/23/2007 11:22 PM Alert 
I recently purchased the Nuke-DK Toolkit. It looks incredible and I'm sure I'll eventually figure it all out. However... I downloaded the Tab Strip sample to try to create a Toolbar. I added a new button to the existing toolbar and copied most of the setting from the other two buttons. I called the new button "Search" and gave it an action type of SCRIPT with the action of lxContainer('Search'); Nothing happens when I click on the icon. I was assuming that lxContainer was a call to a routine in a javascript that would create a container named "Search". What am I doing wrong? How is this suppose to work. NewGuy.
contactdp
Superweight
Posts:475

02/24/2007 11:00 PM Alert 
The following should help you

If you call the java script function like this from the bottom listx footer
<script> language=javascript>
lxContainerGroup('yourgroupname');
</script>

This needs to be in module header for every listx that you want to hide/show

< lxContainer ModuleId="[MODULEID,System]" Name="ItemName" Group="yourgroupname" / >


This should be called when you want to show a particular module in the onclick

lxContainer('itemname');

Hope this helps and let us know if you can be of more help.

Durga Prasad(DP) | Senior Web Engineer
R2integrated
stevieg
Flyweight
Posts:2

02/25/2007 5:27 PM Alert 
Thank you for the info. I understand what you are saying, but I am not sure of where I go to do this. Do I do it from VIEW OPTIONS or from the XML button or edit some javascript somewhere in notepad or .....where ? This reminds me of when .NET came out. I knew how to code what I wanted to do, but I could not figure out how to get there from the new UI. I was so use to the VB6 UI. I wish you guys had a step-by-step first time guide. The manual that comes with ToolBar is rather vague about the Pre-Script and Script Parameters. Where should this script live? Does one already exist? I understand your coding scheme, I just can't figure out how to get it in there. Thanks, Stevieg.
You are not authorized to post a reply.
Forums > Bi4ce.Modules > Toolbar > New - Don't Understand



ActiveForums 3.6
Latest Post
 
At R2integrated (formerly Bi4ce), we take support seriously.  That's why we support our customers and DNN community with daily monitoring from our experienced engineering team.  We ask that the first step taken is to read the relevant documentation and support forums prior to submitting any questions that may already be available or have been answered.  We ask that you review the documentation that we provide for our products before posting a question.

The Forums are for our customers to chat, exchange ideas and strategies, and submit feedback.  Please be sure to perform keyword searches for previous related forum responses.

To be helpful when submitting a new item, please include the following: 
  1. DNN Version
  2. Module Version
  3. Admin Log Viewer Information
  4. Environment detail: Operating system, .NET framework version, database and version, IIS version, Browser version (if appropriate)
We always try to respond quickly and monitor the forums daily during business hours (EST).  Occasionally, requests for a specific project requirement may not apply for the free support offered. For project specific support please submit via our Information Request form.

Thank you for using our Forums.

Click here to register for the Forums
 
© 2008 by R2integrated (formerly Bi4ce) | DNN® is a registered trademark of DotNetNuke Corporation