Searched +refs:val +refs:bold (Results 1 - 4 of 4) sorted by relevance

/yui3/build/exec-command/
H A Dexec-command-debug.js32 * @param {String} action The action to perform (bold, italic, fontname)
51 * @param {String} action The action to perform (bold, italic, fontname)
265 * @param {String} val The color value to apply
268 forecolor: function(cmd, val) {
278 sel.anchorNode.setStyle('color', val);
281 n = this.command('inserthtml', '<span style="color: ' + val + '">' + inst.EditorSelection.CURSOR + '</span>');
286 return this._command(cmd, val);
289 this._command(cmd, val);
297 * @param {String} val The color value to apply
300 backcolor: function(cmd, val) {
[all...]
/yui3/build/editor-base/
H A Deditor-base-debug.js79 newStyles.fontWeight = 'bold';
238 if ((''+s.fontWeight) == 'bold') { //Cast this to a string
239 cmds.bold = 1;
243 cmds.bold = 1;
290 delete cmds.bold;
573 * @param {String} cmd The command to pass: inserthtml, insertimage, bold
574 * @param {String} val The optional value of the command: Helvetica
577 execCommand: function(cmd, val) {
578 var ret = this.frame.execCommand(cmd, val),
585 e.fontColor = val;
[all...]
/yui3/src/editor/js/
H A Dexec-command.js30 * @param {String} action The action to perform (bold, italic, fontname)
49 * @param {String} action The action to perform (bold, italic, fontname)
263 * @param {String} val The color value to apply
266 forecolor: function(cmd, val) {
276 sel.anchorNode.setStyle('color', val);
279 n = this.command('inserthtml', '<span style="color: ' + val + '">' + inst.EditorSelection.CURSOR + '</span>');
284 return this._command(cmd, val);
287 this._command(cmd, val);
295 * @param {String} val The color value to apply
298 backcolor: function(cmd, val) {
[all...]
H A Deditor-base.js77 newStyles.fontWeight = 'bold';
236 if ((''+s.fontWeight) == 'bold') { //Cast this to a string
237 cmds.bold = 1;
241 cmds.bold = 1;
288 delete cmds.bold;
571 * @param {String} cmd The command to pass: inserthtml, insertimage, bold
572 * @param {String} val The optional value of the command: Helvetica
575 execCommand: function(cmd, val) {
576 var ret = this.frame.execCommand(cmd, val),
583 e.fontColor = val;
[all...]

Completed in 25 milliseconds