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
Moreover,
You send us another hotfix for the WebTextEditor :
http://www.intersoftpt.com/Community/WebTextEditor/WebTextEditor-bookmark-link-corrupted/
is it possible to integrate this hotfix in a new release (I mean, to have the 2 hotfixes in the same dll?)
Thank You.
Best Regards,
Nicolas
Hello Handy,
I tried the hotfix and it worked! Thank you.
That is, I'm experiencing another bug: when I try to initialize fileUploaderSettings from the code-behind in C# like this
protected void Page_Init(object sender, EventArgs e) { // Images Library WebTextEditorMediaResourceGroup mediaResourceGroup = new WebTextEditorMediaResourceGroup(); mediaResourceGroup.Name = "media1"; mediaResourceGroup.Text = "Photos"; WebTextEditorResource resource = new WebTextEditorResource(); resource.Name = "Images"; // Get or create an new folder for the help page, depending on screen name and language resource.Url = "Images/"; resource.AllowUserUpload = true; mediaResourceGroup.Resources.Add(resource); textEditor.MediaResources.Add(mediaResourceGroup); // View Settings textEditor.ViewSettings.EnableHTMLView = true; textEditor.ViewSettings.EnableSplitView = true; textEditor.ViewSettings.EnablePreview = true; textEditor.ViewSettings.EnableDesignView = true; textEditor.FileUploaderSettings.DefaultUploadMediaResource = "Images"; textEditor.FileUploaderSettings.Enabled = true; textEditor.FileUploaderSettings.TotalUploadSizeLimit = 100000; // 100kb limit textEditor.FileUploaderSettings.FileTypes = "*.jpg;*.png;*.zip"; }
there still is the error "Unable to initialize file uploader"...
while letting this initialization in .ascx code it works :
MediaResources> <ISWebTextEditor:WebTextEditorMediaResourceGroup Name="media1" Text="Photos"> <resources> <ISWebTextEditor:WebTextEditorResource Name="Images" Url="Images/" AllowUserUpload="true" /> <ISWebTextEditor:WebTextEditorResource Name="Thumbnails" Url="Thumbnails/" AllowUserUpload="true" /> </resources> </ISWebTextEditor:WebTextEditorMediaResourceGroup> </MediaResources> <ViewSettings EnableHTMLView="false" EnableSplitView="false" /> <FileUploaderSettings Enabled="true" DefaultUploadMediaResource="Thumbnails" />
I attached the sample which is not working.
Can you also fix this?
Hello Martin,
I was able to do bookmarks.
Thank you very much !!
Hi Martin,
Thank you.
I'm looking forward to having the hotfix.
Thank you for your help.
Yes, and the deadline is 22th February (next Tuesday).
Do you have any news from your developer teams?
This becomes very urgent because our customer is starting to edit with webTextEditor...
Do you have any news regarding this issue?
Hello,
I'm experiencing the same issue on my development workstation (Windows XP, IIS 5.1).
I attached an extract of my web.config and the user control I'm using. I also did the references to all required assemblies:
- ISNet.dll- ISNet.WebUI.dll- ISNet.WebUI.Resources.dll- ISNet.WebUI.WebTextEditor.dll- ISNet.WebUI.WebTextEditor.Resources.dll
Do you have any idea why it is not working?
Thank you very much.
The target we would like to copy isn't in edit mode. Is it possible to do it with Javascript?
Yes,
public HierarchicalList<Sample> GetData(ControlParametersBase parameters, Helper helper, int startRowIndex, int maximumRows, string sortExpression) { int? startRow = startRowIndex; var params = parameters; var data = GetDataRecords(params, helper, string.IsNullOrEmpty(params.CurrentSortOrder) ? sortExpression : params.CurrentSortOrder, startRow, maximumRows != 0 ? maximumRows : (int?)null); return data; }
GetDataRecords call a server-side method with take and skip arguments.
Is it enough?
Many thanks,
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