|
Search
You searched for the word(s):
Showing page 2 of 5 (41 total posts)
< 1 second(s)
-
Hi,  I want to create my own dropdown text box over the tool bar , previously you given link for tool bar customization,    but all the customization say's only button creation over tool bar,  i want to create my new dropdown list box over toolbar i need some coding help also. regards,Anbaz.
-
Hi,  The Given examples shows me to create custom button in tool bar etc..
http://cutesoft.net/example/customization.aspx
but my question is can i create 5 or 6 buttons at a time,  i mean when my page loading time can i able to create 5 custom buttons based on the database table's record count?
i mean if i give 1 to 5 in for loop, ...
-
Hi Adam,  Fine, If i use Editor.EditComleteDocument = true then it gives me full Html view.   but still one more problem,  in the html view i want <form></form> tag,
i mean
<html>
<head>
<body>
<form>
</form>
</body>
</head>
</html>
i need ...
-
Hi,  I design some text and some of the controls over my cuteEditor page, if i switch to HTML view, it shows me only
like the below:
----------------------------------------------------------------------------------------------------------
 <div style=''COLOR: #0000ff'' align=''center''>SPACE CHARACTER ...
-
Hi,  The Given examples shows me to create custom button in tool bar etc..
http://cutesoft.net/example/customization.aspx
but my question is can i create 5 or 6 buttons at a time,  i mean when my page loading time can i able to create 5 custom buttons based on the database table's record count?
i mean if i give 1 to 5 in for loop, ...
-
Hi,
How can i insert html comments which should not be visible to the user  when the custom button click?
Comments are   <!-- comments ->
is it possible ? if yes can you able to give me coding? regards,Anbaz.
-
Hi,  I have CuteEditor with some textboxs and the textboxs have text valueseven my textbox have the css style also,  my button click, can i able to extract data from cutoEditor,and css separatlely? regards,Anbaz.
-
Hi,  I created one custom button on toolbar using the following code 
---------------------------------------------------------------------------------------------'get the pos after the ZoomDim pos AsIntegerpos = Editor1.ToolControls.IndexOf(''Zoom'') + 2Dim ctrl As System.Web.UI.WebControls.WebControlctrl = ...
-
Hi,  My project , i want to create N numbers of custom button based on the database table record count  if suppose my total record is 5 means i can pass my total numbers to CuteEditor then i can able to create 5 custom buttons? this is possible? if yes means can i have asp.net coding help where can i pass my ...
-
Hi Adam,  Ok, fine, it's good  one more request, can i able to put textbox when i click my custom button?  if suppose i have my custom button (sample) when i click my sample button can i able to put textbox on the Cutoeditor of cursor position?  regards,Anbaz.
2
|
|
|