Lines Matching +refs:val +refs:bold
79 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;
588 e.backgroundColor = val;
591 e.fontSize = val;
594 e.fontFamily = val;
747 'b': 'bold',
748 'strong': 'bold',