JavaScript Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Iron Speed
 
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:
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old June 12th, 2003, 02:23 PM
flugo1942 flugo1942 is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 2 flugo1942 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
ForeColor Function with Dialogue box

I would like to know if anyone knows how to use the Javascript doforecol() that displays a dialoguebox or popup that gives the user a choices of colors to be selected?

Reply With Quote
  #2  
Old June 12th, 2003, 04:20 PM
iahmed iahmed is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: May 2003
Location: USA
Posts: 171 iahmed User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 42 m 58 sec
Reputation Power: 5
Re: ForeColor Function with Dialogue box

Quote:
Originally posted by flugo1942
I would like to know if anyone knows how to use the Javascript doforecol() that displays a dialoguebox or popup that gives the user a choices of colors to be selected?



Hello
Javascript has nothing to do with doforecol(), its a user defined function.

If you are trying to design a WYSIWYG type editor follow the link bellow, and you will find similar things that you are trying to do.

http://www.devguru.com/features/tut...g/wysiwyg5.html


http://www.devarticles.com/art/1/90


Thank You,

Reply With Quote
  #3  
Old June 12th, 2003, 07:15 PM
stumpy's Avatar
stumpy stumpy is offline
May contain nuts.
Dev Articles Regular (2000 - 2499 posts)
 
Join Date: Aug 2002
Location: Sydney, AU
Posts: 2,058 stumpy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 6 m 11 sec
Reputation Power: 8
Send a message via ICQ to stumpy Send a message via MSN to stumpy
iahmed, it has everything to do with Javascript!

I think what you mean is that there is no actual doforecol() function as part of the JS API. You need to create it yourself. There are plenty of them on the net if you google.

keywords would be "javascript color picker"
__________________
DevArticles Moderator
BlueSix - Web Development and Consulting

Reply With Quote
  #4  
Old June 16th, 2003, 01:43 PM
flugo1942 flugo1942 is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 2 flugo1942 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
DoForeCol()

Thank you for the help!!

Reply With Quote
  #5  
Old June 17th, 2003, 03:11 AM
fakker fakker is offline
The calm b4 the storm
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: Manchester, UK
Posts: 404 fakker User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Send a message via Yahoo to fakker
hey,

have a look at this URL

http://javascript.internet.com/page...lor-picker.html

that has a color picker on it... then u can use the following code to add the selected colour to the WYSIWYG editor.. (I assume thats what you are using it for?)

Just cut and paste the code from the URL above, and change the function called showColor() to the following

Code:
function showColor(val) {
//document.colorform.hexval.value = val;
self.opener.doForeCol(val);
window.close();


That is used if you are making the colour selector popup....

so when the user clicks on a colour, it will place the forecol value in to the doForeCol function... which probably looks like:

Code:
function doForeCol(val)
{
iView.document.execCommand('forecolor', false, val);
}


Hope that helps!!
__________________
Matt 'Fakker' Facer

mattfacer.com

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingJavaScript Development > ForeColor Function with Dialogue box


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

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

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

Iron Speed




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