|
Search
You searched for the word(s):
< 1 second(s)
-
Hi, I would like to add the table properties button to the toolbar. This option is available when right-clicking on a table, and selecting Table -> Properties, but I do not see this item in the full.config as a button. Is it possible? Thanks for your help!
-
I'm also curious if there are any workarounds for this problem. About 50% of our users use IE, and using <p> tags would be great, as well as semantically correct.
-
Hi, sorry for the delay in closing this thread. I emailed with Kenneth, and he informed me that the embed tag is known as a singleton tag, which does not allow for an end tag. http://webdesign.about.com/od/htmltags/p/bltags_embed.htm
So cute editor is functioning properly, and this tag is depreciated for good reason. ...
-
I've done some more testing on http://cutesoft.net/example/general.aspx and everything is still not working as I described earlier in both mac FF and mac Safari, but the </embed> tag is preserved in IE7. In IE7 Cute Editor does not strip the </embed> tag, however, IE7 does still strip the one-line ending (along with all the other ...
-
I'm not sure where to go from here, but I've had other people in my office test pasting the embed code I included above on your general.apsx page, and it's not working for any of us. The general.aspx page does behave slightly differently in that when the end </embed> tag is removed, it puts in its place: <!-- embed--> ...
-
The example also exhibited the problem. I tested the general.aspx page in IE7 and Firefox 2 on mac, and they both removed the end </embed> tag. Also, using the single-line end notation is also removed. For example: <embed stuff here /> would removed the ending ''/'' leaving just <embed stuff here>. Thanks ...
-
I put this is my HTML view:
<embed src=''http://w198.photobucket.com/pbwidget.swf?pbwurl=http://w198.photobucket.com/albums/aa2/elonhillel/59842ef9.pbw'' width=''550'' height=''360'' type=''application/x-shockwave-flash'' wmode=''transparent''></ embed>
I switch back to Normal view. I switch back to HTML ...
-
Thanks! That worked perfectly. My apologies if I missed these instructions in the documentation, but if not, adding them would be helpful to other developers. Thanks again.
-
After a little guess and check, I added the following line to the Common.config file:
<define name=''InsertLink'' text=''[[InsertLink]]'' command=''InsertLink'' image=''link'' />
Then to get it to show up in a menu, I added this to the <SubMenu> section in <define name=''EditGroup''...:
<ref ...
-
Is there any way to add a context menu item? Specifically, I'd like to be able to highlight text, right-click, and select ''Insert Hyperlink'' to link the selected text. The documentation only refers to disabling menu items. Thanks for your help!
|
|
|