JavaScript Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingJavaScript Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today!
  #1  
Old February 13th, 2004, 04:53 PM
wbrodnie wbrodnie is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Feb 2004
Posts: 1 wbrodnie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
to add a wrapper to AllWebMenu :( ?

I created a menus using AllWebMenu builder... there are 12 same-graphic-popUps each with a different text in it... and the best explanation I found so far on a wrapper is this...

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxx
The wrapper functions is just the way to save download time and script maintenance hassles. For example you may have several menu items with the same looking graphic/text pop-up box, and the only difference is the text inside. The wrapper function receives the text as parameter and returns the HTML for whole pop-up box. The HTML of the pop-up can be divided in three parts: HTML code before the text, the text inside the box, and HTML code after the text. The basic wrapper function will look like this:

function wrapper (text) {
return 'HTML code before the text' + text + 'HTML code after the text'; }

now if you put call into the items structure:
wrapper(' some text of mine ')

the function will return:
'HTML code before the text some text of mine HTML code after the text';
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxx

it looks great but I only understand the HTML code and the text part... and I need to put this function somewhere into my ".js" menu script and and my menu items and... I do not know which line I should copy it into...

is there a javascript expert in Toronto I could talk to...?

Please advise... -Thanks!

Reply With Quote
  #2  
Old February 13th, 2004, 10:30 PM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
I don't understand what you're asking...

perhaps if you posted a code sample of what you're trying to accomplish we could help you out a little better?

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingJavaScript Development > to add a wrapper to AllWebMenu :( ?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway