Example #1
0
		</tr>
		</table>
	</div>
	<?php 
}
?>

	<?php 
if ($m_rs[if_des]) {
    ?>
	<div class="table">
		<div class="left">简要描述:</div>
		<table cellpadding="0" cellspacing="0">
		<tr>
			<td><?php 
    echo sys_fckeditor('note', $rs[note], '100px', '100%');
    ?>
</td>
		</tr>
		<tr>
			<td style="padding-top:4px" class="clue_on">&nbsp;</td>
		</tr>
		</table>
	</div>
	<?php 
} else {
    ?>
	<input type="hidden" id="note" name="note" value="" />
	<?php 
}
?>
Example #2
0
 function _FckEditor_($var = "", $defaultvalue = "", $toolbar = "Default", $height = "370px", $width = "690px")
 {
     return sys_fckeditor($var, $defaultvalue, $toolbar, $height, $width);
 }