Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > PHP > PHP Forum > CKEditor Installation จะติดตั้งลงบนฟอร์มเรายังไงเหรอครับ ฟอร์มผมเป็น PHP



 

CKEditor Installation จะติดตั้งลงบนฟอร์มเรายังไงเหรอครับ ฟอร์มผมเป็น PHP

 



Topic : 079795



โพสกระทู้ ( 104 )
บทความ ( 0 )



สถานะออฟไลน์
Facebook



Quote:
CKEditor Installation Guide

What's CKEditor?

CKEditor is a text editor to be used inside web pages. It's not a replacement for desktop text editors like Word or OpenOffice, but a component to be used as part of web applications and web sites.

Installation

Installing CKEditor is an easy task. Just follow these simple steps:
1.Download the latest version of the editor from our web site: http://ckeditor.com. You should have already completed this step, but be sure you have the very latest version.
2.Extract (decompress) the downloaded file into the root of your web site.

Note: CKEditor is by default installed in the "ckeditor" folder. You can place the files in whichever you want though.

Checking Your Installation

The editor comes with a few sample pages that can be used to verify that installation proceeded properly. Take a look at the _samples directory.

To test your installation, just call the following page at your web site:
http://<your site>/<CKEditor installation path>/_samples/index.html

For example:
http://www.example.com/ckeditor/_samples/index.html
Documentation

The full editor documentation is available online at the following address:
http://docs.cksource.com/ckeditor


--------------------------------------------------------------------------------

CKEditor - The text editor for Internet - http://ckeditor.com



อันนี้เป็นวิธีลงครับ แต่ผมทำฟอร์มรับเป็นแบบนี้
Code
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<style type="text/css">
<!--
.style1 {
color: #FF6600;
font-weight: bold;
}
-->
</style>
</head>
<body>
<h3 align="center">เพิ่มโครงการ </h3>

<form name="form1" method="post" action="postques.php">
<table width="532" border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#0000FF">
<tr>
<td width="703"><table width="524" border="0" align="center" cellspacing="1">
<tr>
<td colspan="2" bgcolor="#003399"><div align="center" class="style1"><u>เพิ่มโครงการ</u></div></td>
</tr>
<tr>
<td width="97" bgcolor="#CCCCCC">ชื่อโครงการ :</td>
<td width="417" bgcolor="#999999"><input name="title" type="text" id="title" size="65"></td>
</tr>
<tr>
<td width="97" bgcolor="#CCCCCC">สถานที่ :</td>
<td width="417" bgcolor="#999999"><input name="location" type="text" id="location" size="50"></td>
</tr>
<tr>
<td width="97" bgcolor="#CCCCCC">เริ่มโครงการ :</td>
<td width="417" bgcolor="#999999"><input name="start" type="text" id="start" size="20"></td>
</tr>
<tr>
<td width="97" bgcolor="#CCCCCC">สิ้นสุดโครงการ :</td>
<td width="417" bgcolor="#999999"><input name="finish" type="text" id="finish" size="20"></td>
</tr>
<tr>
<td bgcolor="#CCCCCC">รายละเอียด : </td>
<td bgcolor="#999999"><textarea name="message" cols="65" rows="7" wrap="VIRTUAL" id="message">
</textarea></td></tr>
<tr>
<td bgcolor="#CCCCCC"> ผลประเมิน :</td>
<td bgcolor="#999999"><input name="vote" type="text" id="vote" size="10"></td>
</tr>
<tr>
<td bgcolor="#CCCCCC"> สถานะโครงการ :</td>
<td bgcolor="#999999"><label for="select"></label>
<select name="status" id="status">
<option value="0">กำลังดำเนินการ</option>
<option value="1">ดำเนินการเสร็จสิ้น</option>
</select></td>
</tr>


<tr>
<td bgcolor="#CCCCCC">&nbsp;</td>
<td bgcolor="#999999"><input type="submit" name="Submit" value="เพิ่ม">
<input type="reset" name="Submit2" value="ยกเลิก"></td>
</tr>
</table></td>
</tr>
</table>
</form>
</body>
</html>


a

ผมจะลง CKE ยังไงเหรอครับ ให้มันไปแทนตรงรับค่ารายละเอียด ให้เป็นตัวช่วยรับรายละเอียด ช่วยแนะนำทีครับ คือผมอยากให้มีตัวช่วยรับค่ารายละเอียด เวลาผุใช้่ส่งค่ามาให้ จะได้โพสรูปอะไรง่ายๆ ช่วยสอนวิธีใส่หน่อยครับ ขอบคุณมาก กลัวส่งงานไม่ทันครับรบกวนพี่ๆด้วยนะ



Tag : PHP, MySQL, HTML/CSS, CakePHP







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2012-06-14 15:36:10 By : clashhum View : 1218 Reply : 3
 

 

No. 1



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

มันมี Demo Example อยู่ะครับ แก้ไขตามไม่ยากครับ






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-06-14 17:01:37 By : mr.win
 


 

No. 2



โพสกระทู้ ( 104 )
บทความ ( 0 )



สถานะออฟไลน์
Facebook

คือพี่ครับ ผมไม่รู้ว่าจะเอาไปใส่อย่างไรจริงๆ หุๆๆ ผมมือใหม่มาก ครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-06-18 09:51:19 By : clashhum
 

 

No. 3



โพสกระทู้ ( 104 )
บทความ ( 0 )



สถานะออฟไลน์
Facebook

ช่วยผมทีครับ ผมงงจริงๆ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2012-06-20 09:20:33 By : clashhum
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : CKEditor Installation จะติดตั้งลงบนฟอร์มเรายังไงเหรอครับ ฟอร์มผมเป็น PHP
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 00
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่