Welcome Guest Search | Active Topics | Sign In | Register

Dialog direction problem when setting dir="rtl" Options
Jhon s
Posted: Sunday, September 9, 2007 7:41:44 AM
Rank: Advanced Member
Groups: Member

Joined: 5/31/2007
Posts: 36
when setting the html dir to "rtl" (for israel users) the dialog do not show

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<%@ register assembly="EO.Web" namespace="EO.Web" tagprefix="eo" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" >
<head runat="server" dir="rtl">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<eo:callbackpanel id="CallbackPanel1" runat="server" height="150px" width="200px" loadingdialogid="Dialog1" triggers="{ControlID:Button1;Parameter:}">
<asp:button id="Button1" runat="server" text="Button" onclick="Button1_Click" />
</eo:callbackpanel>
<eo:dialog id="Dialog1" runat="server" backcolor="White" height="120px" width="168px" bordercolor="#728EB8" borderstyle="Solid" borderwidth="1px" closebuttonurl="00070201" controlskinid="None" headerhtml="MSN Messenger" iconurl="00070203">
<headerstyleactive csstext="padding-right: 4px; padding-left: 4px; font-size: 11px; background-image: url(00070202); padding-bottom: 2px; padding-top: 2px; font-family: arial" />
<contentstyleactive csstext="padding-right: 4px; padding-left: 4px; font-size: 11px; padding-bottom: 4px; padding-top: 4px; font-family: verdana; background-color: #f8fafd" />
<footerstyleactive csstext="padding-right: 4px; padding-left: 4px; font-size: 11px; padding-bottom: 4px; padding-top: 4px; font-family: verdana; background-color: #f8fafd" />
</eo:dialog>
</form>
</body>
</html>
eo_support
Posted: Sunday, September 9, 2007 7:47:36 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,093
Hi Ilan,

I am not sure whether RTL is not supported by the dialog yet. We will take a look and let you know.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.