Jump to content
  • 0

установка NicEdit


Alex&R
 Share

Question

Помогите с установкой NicEdit. Очень простой редактор, но что-то не так.

Вот код старанице, где должен отображатся редактор:

<html>
<head>
<title></title>
</head>
<body>
<script src="js/nicEdit/nicEdit.js" type="text/javascript"></script>
<script type="text/javascript">
bkLib.onDomLoaded(
function() { nicEditors.allTextAreas() }
);
</script>
<form method="post" action="">
<div>
<textarea name="content" style="width:100%" rows="5" cols="20">
</textarea>
<input type="submit" class="submit">
</div>
</form>
</body>
</html>

Код самого редактора можно скачать здесь

Короче, отображаются только элементы отвечающие за выравнивание и за тип текста (жирный, курсив, подчеркнутый). В чем проблема?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy