{"id":16253623,"url":"https://github.com/pleft/smartckeditor","last_synced_at":"2026-01-19T09:34:46.692Z","repository":{"id":75634138,"uuid":"51354565","full_name":"pleft/smartckeditor","owner":"pleft","description":"ckEditor integration with SmartGWT","archived":false,"fork":false,"pushed_at":"2016-02-09T08:44:44.000Z","size":1086,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T12:50:46.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pleft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-09T08:22:51.000Z","updated_at":"2016-02-17T12:52:55.000Z","dependencies_parsed_at":"2023-04-29T16:53:41.442Z","dependency_job_id":null,"html_url":"https://github.com/pleft/smartckeditor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pleft/smartckeditor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleft%2Fsmartckeditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleft%2Fsmartckeditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleft%2Fsmartckeditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleft%2Fsmartckeditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pleft","download_url":"https://codeload.github.com/pleft/smartckeditor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pleft%2Fsmartckeditor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T15:18:00.643Z","updated_at":"2026-01-19T09:34:46.675Z","avatar_url":"https://github.com/pleft.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SmartCKEditor: A SmartGWT module to include CKEditor as FormItem in a SmartGWT application.\n\n## Instructions:\n\n### Prerequisities: \n\nSmartCKEditor module depends on `GWT 2.7` and `SmartGWT 5.0` versions. Your project should be compliant with these versions.\n\n### Build SmartCKEditor JAR and install in your local repo:\n \nInstall in your local maven repo, SmartGWT's latest library by executing:\n\n\tmvn com.isomorphic:isc-maven-plugin:install -Dproduct=SMARTGWT -Dlicense=LGPL -DbuildNumber=5.0p\n\nCompile project as jar and install it in your local repo: \n\n`mvn clean install` \n\n### Include SmartCKEditor in your SmartGWT Project:\n\nAdd in your project's `pom.xml` the dependency as: \n\n\t\u003cdependency\u003e\n\t\t\u003cgroupId\u003ecom.pleft\u003c/groupId\u003e\n\t\t\u003cartifactId\u003esmartckeditor\u003c/artifactId\u003e\n\t\t\u003cversion\u003e1.0-SNAPSHOT\u003c/version\u003e\n\t\u003c/dependency\u003e\n\nInclude it in your SmartGWT project, open `YourModuleName.gwt.xml` file and add the following line:\n\n\t\u003cinherits name='com.pleft.SmartCKEditor' /\u003e\n\nInclude js dependencies, open your project's starting html page locate the following:\n\n\t\u003cscript src=\"[YourModuleName]/sc/initsc.js\"\u003e\u003c/script\u003e\n  \t\u003cscript src=\"[YourModuleName]/sc/modules/ISC_Core.js\"\u003e          \u003c/script\u003e\n  \t\u003cscript src=\"[YourModuleName]/sc/modules/ISC_Foundation.js\"\u003e    \u003c/script\u003e\n  \t\u003cscript src=\"[YourModuleName]/sc/modules/ISC_Containers.js\"\u003e    \u003c/script\u003e\n  \t\u003cscript src=\"[YourModuleName]/sc/modules/ISC_Grids.js\"\u003e         \u003c/script\u003e\n  \t\u003cscript src=\"[YourModuleName]/sc/modules/ISC_Forms.js\"\u003e         \u003c/script\u003e\n  \t\u003cscript src=\"[YourModuleName]/sc/modules/ISC_RichTextEditor.js\"\u003e\u003c/script\u003e\n  \t\u003cscript src=\"[YourModuleName]/sc/modules/ISC_Calendar.js\"\u003e      \u003c/script\u003e\n  \t\u003cscript src=\"[YourModuleName]/sc/modules/ISC_DataBinding.js\"\u003e   \u003c/script\u003e\n  \t\u003cscript src=\"[YourModuleName]/sc/skins/Enterprise/load_skin.js\"\u003e\u003c/script\u003e\n\nand add:\n\n\t\u003cscript src=\"[YourModuleName]/ckeditor/ckeditor.js\"\u003e\u003c/script\u003e\n\n### Usage:\n\nSmartCKEditor can be used as a normal `FormItem` in a SmartGWT `DynamicForm`. A code snippet can be the following:\n\n\tpublic void onModuleLoad() {\n\t\tDynamicForm form = new DynamicForm();\n    \tCKEditorWindowItem ckEditorWindowItem = new CKEditorWindowItem(\"ckEditor\");\n    \tckEditorWindowItem.setWidth(\"100%\");\n    \tform.setFields(ckEditorWindowItem);\n\n    \tVLayout vLayout = new VLayout();\n    \tvLayout.setWidth100();\n    \tvLayout.addMember(form);\n    \tvLayout.draw();\n\t}\n\ncreates the following form:\n\n![form](./dynamic_form_1.png)\n\nupon clicking on the `Edit` button a modal window including the CKEditor appears.\n\n![editor](./dynamic_form_2.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpleft%2Fsmartckeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpleft%2Fsmartckeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpleft%2Fsmartckeditor/lists"}