|
Search
You searched for the word(s):
Showing page 2385 of 4,987 (49,864 total posts)
< 1 second(s)
-
Our problem is that we have a scroll bar on the page where the popup is. Try this. Add a html table with height>100% to your code above and test it again. try scrolling the page up and down and test the control.
Add a table after your form tag:
<table cellpadding=''0'' cellspacing=''0'' style=''height: 120%''>.... anything here ...
-
>>Right now, I assume the program queries CuteChatRelation and returns everyone who is in a ''FRIEND'' Relationship Type. Instead, I want to make it return all users.
Yes.
>>Instead, I am looking to change the query that populates a user's contact list.
What kind of changes do you want to make? Can you give ...
-
Please use the following javascript API to set the focus to the editor.
FocusDocument()
This method is used for setting input focus to CuteEditor
Example:
// get the cute editor instance
var ...
-
Adam,
I had the problem with my code the one is working perfectly with version 5 and then I installed all in a new directory and I have the problem with the samples (e.g. fullscreen.asp) so I haven't changed any line in the code included in the zip I downloaded.
David
-
I feel that this answer is incomplete, and doesnt address what I asked.
After I click on the 'Properties' menu what do i do? There is no embed option for selected text.
Also my main question was if i could have access to a file select screen. E.g. when you go to insert an image it brings up a window that you can select a file to ...
-
When using the ASP.NET file upload control, I get the standard ''Internet Explorer cannot display the webpage'' error, and it gives a list of possible issues to look into. I already know the server is terminating the connection, though. I added the trust level to my web.config, but that didn't help. I need to check with my network team ...
-
But HTML changes within the cute editor,
Let me write in more detail –
When we paste any HTML in cute editor, (in HTML mode)
Now if we switch to Normal mode and again back to HTML mode,
We see that HTML is changing, or re ordering, we don’t want that to happen,
Is there any way to stop that?
-
Adam,
I think something is changed by accident, because I still can reproduce the problem with your updated online sample.
Open that page, go to the first editor, select the option ''Green Bold Text'' in the richDropdownbox ''CssClass''. You will see that nothing will be added to the editor. The same code works before we upgrade from ...
-
1. Please check this article:
Restricting Document Files by Extensions and Types
And add the following code to the security file:
<item>.tif</item>
2.
Please open Include_Mimetype.php
And change
''.tif'' => ''image/tif'',
To:
''.tif'' => ''image/tiff'',
-
Adam,
It also appears that in Mozilla and IE that you are unable to select divs that do not have a width set explicitedly - aka width: auto; not allwoed to be selected. width:500px; or width:100%; works fine
would love to be able to select divs (and maybe this bug occurs for other objects too without a width assigned) that have ...
... 2385 ...
|
|
|