Lines Matching +refs:val +refs:bold
77 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;
586 e.backgroundColor = val;
589 e.fontSize = val;
592 e.fontFamily = val;
745 'b': 'bold',
746 'strong': 'bold',