Skip to main content

tanya Tiny_Mce

February 9, 2010 by cah_ajus

cah_ajus's picture

aLLow agan2 CI.....mo tanya dunx ttg tiny_mce.....,
aq mke tiny mce bwt input data di textbox, koq emoticonnya ngk bisa nampil ya???malah yg nampil cma tulisan dari emoticonnya aja, lambang emoticonnya ngk muncul....itu knpa ya???
tlunggggggggggg d0nkkkkkk.................

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

coba jawab

May 5, 2010 by andry, 31 weeks 6 days ago
Comment: 6821

andry's picture

mungkin di cek juga file images iconnya ada di folder dimana pak sample :
http://tinymce.moxiecode.com/js/tinymce/jscripts/tiny_mce/plugins/emotio...

berarti ada di folder js

nah di .htaccess coba deh di daftarin
sample :

RewriteEngine on

RewriteCond $1 !^(index\.php|js) ->di tambahkan |js
RewriteRule ^([a-z0-9_]+)/(.*)$ /index.php/$2/member_$1 [L]
RewriteRule ^([a-z0-9_]+)$ /index.php/member_$1 [L]

semoga membantu

sorry aku make ckeditor

February 13, 2010 by bella, 43 weeks 3 days ago
Comment: 5893

bella's picture

wah kalau tiny mce bluma make aku make ckeditor. nah slama make itu aman2 aja.
http://ckeditor.com/

Tanya license ckeditor

May 29, 2010 by pragard, 28 weeks 3 days ago
Comment: 6876

pragard's picture

Maaf, mau tanya nih.

Sebenarnya ckeditor dan ckfinder itu license nya free untuk personal dan commercial gak yah?
Soalnya kok saya lihat di website resminya ada bayar-bayarnya gitu?

Trims.

thx ya

February 13, 2010 by cah_ajus, 43 weeks 2 days ago
Comment: 5906

cah_ajus's picture

thx ya.....aku cba dulu ckeditor-nya......

okok

February 14, 2010 by bella, 43 weeks 2 days ago
Comment: 5907

bella's picture

ok ntart kalau bingung cara makenya ntar gw kasih tau

binung...hehe

February 14, 2010 by cah_ajus, 43 weeks 2 days ago
Comment: 5908

cah_ajus's picture

aduh...bingung aku cara masang ckeditor....stlah googling dpt link ini:
http://www.ombagoes.co.cc/node/11?page=1

tapi msh ada error2nya gt...,tlong pencerahannya dunk...,bwt cara masang ckeditor di CI..,thx yap.

example

February 14, 2010 by bella, 43 weeks 2 days ago
Comment: 5909

bella's picture

di controller:
class AdminProduct extends Controller {

function AdminProduct()
{
parent::Controller();
$this->ckeditor = '

src="'. base_url().'assets/js2/ckeditor/ckeditor.js"
src="'. base_url().'assets/js2/ckeditor/sample.js"

';
}
function product(){
$data['judul'] = 'Product';
$this->load->view('welcome',$data);
}

}

di view:
 echo $this->ckeditor;
 echo form_textarea($data,$row['keterangan'],'class=ckeditor cols="80" id="editor1" name="editor1" rows="30"');

penjelasaanya lo panggil dulu script javascript ckeditor
habis itu lo panggil di view
" echo $this->ckeditor;"

oh ja diatas ada scr="" nah depannya syntak manggil javascript

kalau blum jelas tanya aja kita bisa bantu semase bisa ya
heheheh!!!
thx

Kok Muncul Pesan

May 27, 2010 by Ary5, 28 weeks 5 days ago
Comment: 6874

Ary5's picture

setelah saya coba scriipt anda, kok muncul pesan :

src="ckeditor/ckeditor.jshttp://localhost/CI/assets/js/ckeditor/ckeditor.js" src="ckeditor/sample.jshttp://localhost/CI/assets/js/ckeditor/sample.js"

A PHP Error was encountered
Severity: Notice
Message: Undefined variable: data
Filename: calender/ckeditor.php
Line Number: 11

A PHP Error was encountered
Severity: Notice
Message: Undefined variable: row
Filename: calender/ckeditor.php
Line Number: 11

Baru muncul tampilan ckeditor

Mohon Bantuan
Terima Kasih

Premium Drupal Themes by Adaptivethemes