We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
저희는 오래전부터 모바일에서도 , 서명에서도 에디터를 사용하게 해서 고쳐서 쓰고 있습니다. 모바일 사용 비중이 월등히 높아진 지도 수년이 지났습니다. 모바일에서는 제외하는 그런 방침은 이제 모두 철회되어야 합니다.
저희는
// set a signiture by calling getEditor of the editor module $oEditorModel = getModel('editor'); $option = new stdClass(); $option->primary_key_name = 'receiver_srl'; $option->content_key_name = 'content'; $option->allow_fileupload = FALSE; $option->enable_autosave = FALSE; $option->enable_default_component = TRUE; // FALSE; $option->enable_component = FALSE; $option->resizable = FALSE; $option->disable_html = TRUE; $option->height = 150; $option->skin = $this->communication_config->editor_skin; $option->colorset = $this->communication_config->editor_colorset; $editor = $oEditorModel->getEditor($logged_info->member_srl, $option);
위와 같은 코드를 PC쪽의 파일에서 차용해서 모바일 쪽 https://github.com/xpressengine/xe-core/blob/develop/modules/communication/communication.mobile.php
에 추가해서 모바일 쪽지에서도 에디터를 사용하고 있습니다.
서명부분이 위 코드로 함께 되었는지는 너무 오래전 일이라 기억이 나질 않네요.
The text was updated successfully, but these errors were encountered:
#2341 모바일에서 쪽지 답장에 위지윅 에디터 적용
67887f5
- 쪽지 발신 후 페이지 이동 개선
쪽지 발송 시 모바일에서도 에디터 적용하도록 수정
3e4022e
xpressengine/xe-core#2341
No branches or pull requests
저희는 오래전부터 모바일에서도 , 서명에서도 에디터를 사용하게 해서 고쳐서 쓰고 있습니다.
모바일 사용 비중이 월등히 높아진 지도 수년이 지났습니다.
모바일에서는 제외하는 그런 방침은 이제 모두 철회되어야 합니다.
저희는
위와 같은 코드를 PC쪽의 파일에서 차용해서 모바일 쪽
https://github.com/xpressengine/xe-core/blob/develop/modules/communication/communication.mobile.php
에 추가해서 모바일 쪽지에서도 에디터를 사용하고 있습니다.
서명부분이 위 코드로 함께 되었는지는 너무 오래전 일이라 기억이 나질 않네요.
The text was updated successfully, but these errors were encountered: