PDA

View Full Version : ویرایشگر متن



p30online
شنبه 30 فروردین 1393, 09:56 صبح
دوستان چه طوری می توان از این ویرایشگرهای متن استفاده کرد وقتی دانلود می کنم فاید Index ندارد؟

مشاهده (http://ckeditor.com/builder) باید به textarea چه داد؟

us1234
شنبه 30 فروردین 1393, 10:10 صبح
دوستان چه طوری می توان از این ویرایشگرهای متن استفاده کرد وقتی دانلود می کنم فاید Index ندارد؟

مشاهده (http://ckeditor.com/builder) باید به textarea چه داد؟

توضیحات کامل :
http://www.softiran.org/article/28/Free-Online-Text-Editing.html

p30online
شنبه 30 فروردین 1393, 10:15 صبح
قسمت اولی من کارش دارم هر چه می گذارم خالی نشون میده textarea

p30online
شنبه 30 فروردین 1393, 10:25 صبح
این طور نوشتم فقط متن را نشون میده



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script type="text/javascript" src="styles.js"></script>
<link rel="stylesheet" type="text/css" href="contents.css"/>
<script type="text/javascript" src="config.js"></script>
<script type="text/javascript" src="ckeditor.js"></script>
<script type="text/javascript" src="build-config.js"></script>
<link rel="stylesheet" type="text/css" href="skins/moono/editor_iequirks.css"/>
<link rel="stylesheet" type="text/css" href="skins/moono/editor_ie8.css"/>
<link rel="stylesheet" type="text/css" href="skins/moono/editor_ie7.css"/>
<link rel="stylesheet" type="text/css" href="skins/moono/editor_ie.css"/>
<link rel="stylesheet" type="text/css" href="skins/moono/editor_gecko.css"/>

<link rel="stylesheet" type="text/css" href="skins/moono/dialog_opera.css"/>
<link rel="stylesheet" type="text/css" href="skins/moono/dialog_iequirks.css"/>
<link rel="stylesheet" type="text/css" href="skins/moono/dialog_ie8.css"/>
<link rel="stylesheet" type="text/css" href="skins/moono/dialog_ie7.css"/>
<link rel="stylesheet" type="text/css" href="skins/moono/dialog_ie.css"/>
<link rel="stylesheet" type="text/css" href="skins/moono/dialog.css"/>
</head>

<body>
<script type="text/javascript" src="ckeditor.js"></script>
<script language="javascript">
CKEDITOR.replace('p_descripe', {
language: 'fa'
});
</script>
<textarea name="p_descripe" id="p_descripe" style="width:90%;">متن شما</textarea>
</body>
</html>

hamedarian2009
شنبه 30 فروردین 1393, 11:10 صبح
این قسمت را زیر تگ textarea بزار

<script language="javascript"> CKEDITOR.replace('p_descripe', { language: 'fa'});</script>

p30online
شنبه 30 فروردین 1393, 13:21 عصر
کلاس ckeditor گذاشتم درست شد مشاهده (http://stackoverflow.com/questions/8151889/how-to-add-or-embed-ckeditor-in-php-page)