 |
 |
ÇöÀç Á¢¼ÓÁßÀÎ µî·Ï »ç¿ëÀÚ´Â 0¸í, ÀÍ¸í »ç¿ëÀÚ´Â 1¸í ÀÔ´Ï´Ù. Àüü µî·Ï »ç¿ëÀÚ: 751¸í
|
|
 |
 |
 |
 |
 |
±Û¾´ÀÌ: EzDoum ±Û¾´³¯: 2006³â 07¿ù 03ÀÏ ¿ÀÈÄ 04:24 |
|
 |
 |
 |
ÀÌ°Ç ¾Æ¿ô·è ÀͽºÇÁ·¹½º ±ò¸é ÀÚµ¿À¸·Î ±ò·ÁÀÖ´Â
activex ÄÜÆ®·Ñ ÆÄÆø¿¡¼´Â ÀߵǷÁ³ª??
Àοë:
The DHTML Editing control provides a full-featured WYSIWYG HTML editor as a control that you can add to any application. This particular sample shows the DHTML Editing control hosted in a document called fulledit.htm - in other words, it shows a Web page that allows you to edit other Web pages.
http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/samples/internet/browser/editcntrl/default.asp
ÀÌ°Ç »çÀÌÆ® ¼³¸íÀ» µû¿ÀÀÚ¸é,
Àοë:
This HTML text editor brings to the web many of the powerful functionalities of desktop editors like MS Word. It's lightweight and doesn't require any kind of installation on the client computer.
Because it is Open Source, you may use it however you want.
http://www.fckeditor.net/
http://wiki.fckeditor.net/
[ºÐ·ù: ÀÎÅÍ³Ý ] |
|
 |
 |
< ÀÌÁýÆ®, ÅÍŰ ¿©ÇàÁغñ (2006.08.07) | ½Åü È¿À²¼º ³ôÈ÷±â - ´ÙÁßÀÎ°Ý >
 |
 |
|
 |
 |
 |
FCKeditor¸¦ ³ª¸§ Ä¿½ºÅ͸¶ÀÌÂ¡ÇØ¼ ¾²°í Àִµ¥, Å×½ºÆ® ÇØº»°á°ú ¾à°£ÀÇ ¹ö±×´Â ÀÖÁö¸¸ ±×·¡µµ °¡Àå ¿ì¼öÇÑµí ³ªµµ °Ãß.
¿øº») http://okjsp.pe.kr/seq/44059
- FCKeditor (http://sourceforge.net/projects/fckeditor/)
* IEÀÇ Editor Object ¸¦ ÀÌ¿ëÇÏ¿© Á¦ÀÛ
* jsp, php, asp¿¡ ´ëÀÀÇÏ´Â À̹ÌÁö ¾÷·Îµå ¹×, ºê¶ó¿ì¡ ±â´É
* ¹Ì¸® Á¤ÀÇµÈ 3°¡Áö ÇüÅÂÀÇ Åø¹Ù ÇüÅÂÁ¦°ø
* °£ÆíÇÏ°Ô ±âÁ¸ ¼Ò½º¿¡ Ãß°¡ °¡´É
* Å×ÀÌºí ÆíÁý ±â´É Áö¿ø
* Ÿ »çÀÌÆ® ³»¿ë copy&paste½Ã À̹ÌÁö °æ·Î º¯°æ ÇÊ¿ä
* ´Ù¾çÇÑ ¾ð¾î Áö¿ø(ÇÑ±ÛÆ÷ÇÔ)
* ¿Ï¼ºµµ ³ôÀ½.. °Ãß!
- HTMLarea (http://sourceforge.net/projects/itools-htmlarea)
* À̹ÌÁö ¾÷·Îµå Áö¿ø ¾ÈÇÔ
* Ç®½ºÅ©¸° ÆíÁý Áö¿ø
* ¿µ¹®¸Þ´º¸¸ Áö¿ø
* Ÿ »çÀÌÆ® ³»¿ë copy&paste½Ã À̹ÌÁö °æ·Î º¯°æ ÇÊ¿ä ¾øÀ½
* PHP Image Editor Áö¿ø (http://sourceforge.net/projects/imgmngedt/)
* ÇѱÛÈ ¹× À̹ÌÁö¾÷·Îµå¸¸ Ä¿½ºÅ͸¶ÀÌ¡Çϸé FCK¿¡ ¶³¾îÁöÁö ¾ÊÀ»µí
[¼öÁ¤]
|
|
 |
 |
 |
 |
|
 |
 |
 |
/*
¨Þ<input type='checkbox' name=auth_read[] value='" .$rs_menu[$i]['forum_id']. "' onclick='chk_set(1," .$rs_menu[$i]['forum_id']. ",false);'>
¨ã<input type='checkbox' name=auth_write[] value='" .$rs_menu[$i]['forum_id']. "' onclick='chk_set(1," .$rs_menu[$i]['forum_id']. ",false);'>
¨ä<input type='checkbox' name=auth_revoke[] value='" .$rs_menu[$i]['forum_id']. "' onclick='chk_set(2," .$rs_menu[$i]['forum_id']. ",false);'>
*/
function chk_restore(formObj, para)
{
var i,j;
for(i=0; i<chk_restore.arguments.length; i++)
{
for(j=0; j<formObj.length; j++) {
if( formObj[j].value == chk_restore.arguments[i] )
formObj[j].checked = true;
}
}
}
var form_array = new Array(
new Array('mem_list[]'),
new Array('auth_revoke[]'),
new Array('auth_read[]','auth_write[]')
);
function chk_set( type, cval, sval)
{
var formObj;
for(i=0; i<form_array[type].length; i++)
{
formObj = document.auth.elements[ form_array[type][i] ];
for(j=0; j<formObj.length; j++) {
if( formObj[j].value == cval )
formObj[j].checked = sval;
}
}
}
[¼öÁ¤]
|
|
 |
 |
 |
 |
|
 |
 |
 |
// php ¸î°¡Áö ÇÔ¼ö
if (!function_exists('http_build_query')) {
function http_build_query($formdata, $numeric_prefix = "")
{
$arr = array();
foreach ($formdata as $key => $val)
$arr[] = urlencode($numeric_prefix.$key)."=".urlencode($val);
return implode($arr, "&");
}
}
function unhtmlspecialchars( $string ){
/*
$string = str_replace ( '&', '&', $string );
$string = str_replace ( ''', "'", $string );
$string = str_replace ( '"', '"', $string );
$string = str_replace ( '<', '<', $string );
$string = str_replace ( '>', '>', $string );
*/
$search = array ("'&(quot|#34);'i",
"'&(amp|#38);'i",
"'&(lt|#60);'i",
"'&(gt|#62);'i",
"'</?(script|input|textarea|select|iframe|frame|form|object)[^>]*?>'si" );
$replace = array ("\"", "&", "<", ">", "");
return preg_replace($search, $replace, $string);
}
function make_links_blank($text)
{
// url
$isurl = "/(^|[^\"\'\=\>])(https?|mms|ftp|telnet)\:\/\/([^\s\<\"\'\)]+\.[^\s\<\"\'\)]+)/i";
$value = preg_replace($isurl,"\\1\\2://\\3",$text);
// mail
$ismail = "/(^|[^\"\'\=\>])(\w+)@([^\s\<\"\'\)]+\.[^\s\<\"\'\)]+)/i";
$value = preg_replace($ismail,"\\1\\2@\\3",$value);
return $value;
}
function uuid()
{
// version 4 UUID
return sprintf(
'%08x-%04x-%04x-%02x%02x-%012x',
mt_rand(),
mt_rand(0, 65535),
bindec(substr_replace(
sprintf('%016b', mt_rand(0, 65535)), '0100', 11, 4)
),
bindec(substr_replace(sprintf('%08b', mt_rand(0, 255)), '01', 5, 2)),
mt_rand(0, 255),
mt_rand()
);
}
function is_guid( $guid){
return ereg("[[:xdigit:]]{8}-[[:xdigit:]]{4}-[[:xdigit:]]{4}-[[:xdigit:]]{4}-[[:xdigit:]]{12}", $guid);
}
function is_uuid( $guid){
return ereg("[[:xdigit:]]{8}-[[:xdigit:]]{4}-[[:xdigit:]]{4}-[[:xdigit:]]{4}-[[:xdigit:]]{12}", $guid);
}
[¼öÁ¤]
|
|
 |
 |
 |
 |
|
 |
 |
 |
À̹ø¿¡ »ç¿ëÇÑ ¸ðµâ
-rw-rw-r-- 1 nobody nobody 459657 Jul 5 11:09 ADOdb490.tar
-rw-rw-r-- 1 nobody nobody 979413 Jul 18 10:30 FCKeditor_2.3.zip
-rw-rw-r-- 1 nobody nobody 4485768 Jul 5 11:10 jpgraph-1.20.4a.tar.gz
-rw-rw-r-- 1 nobody nobody 543527 Jul 5 11:10 phpBB-2.0.21.tar.tar
-rw-rw-r-- 1 nobody nobody 3455447 Jul 5 11:10 phpMyAdmin-2.8.1.tar.tar [¼öÁ¤]
|
|
 |
 |
|
 |
 |