JSF的编辑器组件 ck-jsf-editor

码农软件 · 软件分类 · 可视化HTML编辑器 · 2019-04-07 11:59:45

软件介绍

ck-jsf-editor 是一个 JSF 2 的在线可视化HTML编辑器组件,使用的是 CKEditor

使用方法:

<html xmlns="http://www.w3.org/1999/xhtml"
     
xmlns:h="http://java.sun.com/jsf/html"
     
xmlns:f="http://java.sun.com/jsf/core"
     
xmlns:ck="http://code.google.com/ck-jsf-editor">
...
<h:body>
 
<h:form>
   
<ck:editor uiColor="aed0ea"/>
 
</h:form>
</h:body>

本文地址:https://www.codercto.com/soft/d/3052.html

Spring in Action

Spring in Action

Craig Walls / Manning Publications / 2011-6-29 / USD 49.99

Spring in Action, Third Edition has been completely revised to reflect the latest features, tools, practices Spring offers to java developers. It begins by introducing the core concepts of Spring and......一起来看看 《Spring in Action》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具