iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
protected void Page_Load(object sender, EventArgs e) { if (!Page.IsPostBack) { WebTextEditor1.Content = "Hello World"; } }
protected void WebTextEditor1_InitializeToolBar(object sender, ISNet.WebUI.WebTextEditor.WebTextEditorToolBarArgs e) { WebTextEditorToolBar tb = e.GetToolBarByCategory(WebTextEditorToolBarCategory.Standard); if (tb != null) { WebTextEditorToolCommandCollection commands = tb.ToolCommands; WebTextEditorToolCommand cmdNew = new WebTextEditorToolCommand(); cmdNew.Name = "cmdJim"; cmdNew.Text = "Jims Symbols"; cmdNew.Type = WebTextEditorToolBarCommandType.DropDownButton; cmdNew.DisplayMode = WebTextEditorToolBarCommandDisplayMode.Image; cmdNew.Image = "./images/other/smiley5.gif"; // use any image for now.... WebTextEditorToolItem aa = new WebTextEditorToolItem(); aa.Text = "≥"; aa.Name = "Greater Than or Equal"; aa.DisplayMode = WebTextEditorToolBarCommandDisplayMode.Text; WebTextEditorToolItem bb = new WebTextEditorToolItem(); bb.Text = "≤"; bb.Name = "Less Than or Equal"; WebTextEditorToolItem cc = new WebTextEditorToolItem(); cc.Text = "λ"; cc.Name = "Lambda"; cmdNew.Items.Add(aa); cmdNew.Items.Add(bb); cmdNew.Items.Add(cc); commands.Add(cmdNew); } }
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname