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
Standard EditingForm.aspx has cultureInfo set as "en-US"
<ISWebInput:WebInput ID="wiStartTimeDate" runat="server" Width="120px" AcceptEnter="False" SkinID="S">
<CultureInfo CultureName="en-US">
</CultureInfo>
<DisplayFormat Format="MM/dd/yyyy" IsEnabled="True">
<ErrorWindowInfo IsEnabled="True">
</ErrorWindowInfo>
</DisplayFormat>
<EditFormat Format="MM/dd/yyyy" IsEnabled="True">
<MaskInfo MaskExpression="00/00/0000">
</MaskInfo>
</EditFormat>
I woud like to change this to polish version "pl-PL" then is problem with form EditingForm.aspx
My code is:
<ISWebInput:WebInput ID="wiStartTimeDate" runat="server" Width="120px" AcceptEnter="False" >
<CultureInfo CultureName="pl-PL">
<DisplayFormat Format="yyyy-MM-dd" IsEnabled="True">
<EditFormat Format="yyyy-MM-dd" IsEnabled="True">
<MaskInfo MaskExpression="0000-00-00">
<DateTimeEditor IsEnabled="True" FooterTodayText="Dzisiaj jest:">
</DateTimeEditor>
<HighLight IsEnabled="True" Type="Phrase" />
<ClientSideEvents OnAfterValueChanged="WS_StartTimeDate_OnAfterValueChanged">
</ClientSideEvents>
</ISWebInput:WebInput>
The buttons SAVE & CLOSE and CANCEL are not good formated (see attach files)
Why and how I can change it ?
regards
Adam
Hi Adam,
I tried to replicate your issue here. This issue happen because our validation for EditingForm. When you changed the culture, WebScheduler couldn't find its value. Since it has been hardcoded in our JavaScript (it's obfuscated), you couldn't change this javascript validation. Although, there's a way to resolve the javascript error from your editing form. You can delete client-side event from WebInput in EditingForm but this way is not recommended. However, you can use Custom EditingForm to resolve this issue. It's the safest way to resolve this matter because it won't use our built-in javascript for EditingForm. You can see the walkthrough here:
http://intersoftpt.wordpress.com/2008/05/08/use-custom-editing-form-in-webschedulernet/
Please let me know if you found any new issue in WebScheduler regarding this matter. I'll help you to resolve it. Hope this helps.
Regards,Bernard
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