Register  |  Login



Earn money by sharing your knowledge through Quomon's revenue sharing program

Question

Status: Closed Points: 75 Time: 13:55 - Jan 15, 2007  

osamino

javascript

function psaw_bold_click(editor, sender)
{
window.frames[editor+'_rEdit'].focus();
this[editor+'_rEdit'].document.execCommand('bold', false, null);
sapw_update_toolbar(editor, true);
}

ineed a explan thos functions,i amdoing an exam in those,thanx..

Categories:

Answer Discussion
Tutorials

 

Q&A System for Websites and Corporate Collaboration

Advertisement

  • Generates significant organic traffic for websites
  • Saves companies money, resources, and time

nidhi

Date:: Apr 24, 2007

Time:: 07:28

Have u already done this now? Have u had your exam? Hope it went well!

Just in case you still want a explanation

your function takes in two parameters
 editor
 sender (which does not appear to be used)

your web page must be making use of frames (a number of different webpages in one)

eg this html is saying to display three web pages in columns
<FRAMESET COLS=33%,33%,34%>
 <FRAME NAME="main" SRC="http://news.bbc.co.uk/">
 <FRAME NAME="radio" SRC="http://www.bbc.co.uk/radio/">
 <FRAME NAME="sports" SRC="http://news.bbc.co.uk/sport">
</FRAMESET>

You can assign each frame a name, so this line is basically referencing a specific frame (based on the value u pass in when u call this function)

windows.frames[editor+'_rEdit']


So

window.frames[editor+'_rEdit'].focus();

is saying that a particular frame now has focus


regarding this line, "this" refers to the current object, so its your main window.
.Document refers to a page itself on the specified frame
execCommand executes a command on the current document

execCommand takes 3 arguments,
command, display userinterface or not and optional value to assign

this[editor+'_rEdit'].document.execCommand('bold', false, null);

so with your line it looks like u are setting the document to be bold


this last line

sapw_update_toolbar(editor, true);


is simply calling another function of yours


I hope that makes sense!

admin

Date:: Jun 04, 2007

Time:: 11:47

osamino, please close this question and distribute the points.
If you didn't get a solution to your problem or you found it yourself, please leave a comment here to let the experts know.
Thanks,
Quomon Admin

admin

Date:: Jun 06, 2007

Time:: 07:35

The question has been closed.

Quomon Admin

Question Answered

This question has been closed, and points have been rewarded to the following experts:

nidhi: 75

You're welcome however to comment or give additional information or if you wish, you have the ability to write a Tutorial in the Tutorial Area.

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

No tutorials have been submitted yet. Want to be the first?

Answer this Question

New User

Email:

Upon submission of this form, you will automatically be registered as a Quomon user and we will send your login information to this address

Registered User

Username:

Password:

Forgot Your Password?

Ask a Question

Have a new question? Ask!

You have 100 characters to use



Top JavaScript Experts

View More

Rank

Expert

Points

1.

nidhi

665

2.

rcastagna

505

3.

jgivoni

428

4.

xarcus

280

5.

theDude

200

6.

redcharcoal

125

7.

roger.berbel

125

8.

Anpanman

87

9.

john2

80

10.

joxley

75

Become an Expert

Register today to share your knowledge with the community and be recognized and rewarded for your contributions.


Register Here




"Psst, Quomon is a great site. Pass it on."     Tell a Friend  |   Link To Us  |   Save to Delicious  |   Digg! Digg it



Language Options

English:

www.quomon.com

Español:

www.quomon.es