Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markus3295 #15

Merged
merged 8 commits into from
Jan 27, 2016
Merged

Markus3295 #15

merged 8 commits into from
Jan 27, 2016

Conversation

dermanov-ru
Copy link
Contributor

Импорт содержимого textarea при инициализации.
Экспорт содержимого редактора в texarea по нажатию на кнопку "Сохранить". Кнопка должна иметь спец ID, по аналогии с редактором.
closes #5

Закрывает несколько старых задач:
closes #11
closes #9
closes #3
closes #12
closes #7

Ревьюверы

shows add buttons block on 'tab' key press in one line with editing node
#11 #12
show on hover near node
show on tab
move focus to next btn by pressing tab again
move focus to prev btn by pressing tab+shift
move focus prev/next by pressing arrow buttons
TODO: process enter press on selected btn
TODO: open toolBar by mouseClick (has troubles with it, need discus)
TODO: process mouse click on any btn
TODO: code refactoring :) its only transitional status. don't be don't be a cruel
экспорт и импорт пока в тестовом режиме по клику на соотв кнопки
textarea с которой идет работа - та же самая, что при инициализации, просто видимая
надо подумать, когд делать автоматический эскпорт в textarea
 save button must have a special ID "codex_editor_export_btn"

 closes #5

 and closes old tasks
 #11
 #9
 #3
 #12
 #7
* 3) поочищать содержимое узлов от мусора - должен остаться только текст, теги форматирования (жирность и тд) и переносы строк (или их тоже убираем?)
* */
ce.prototype.importHtml = function () {
var node, body, i, nodeType, tmp;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tmp — не самое понятное название

@neSpecc neSpecc closed this Jan 27, 2016
@neSpecc neSpecc reopened this Jan 27, 2016
neSpecc added a commit that referenced this pull request Jan 27, 2016
@neSpecc neSpecc merged commit c3933b1 into master Jan 27, 2016
@n0str n0str deleted the markus3295 branch June 4, 2016 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment