Search Results

Type: Posts; User: mis@adphk.com

Page 1 of 3 1 2 3
Search took 0.01 seconds; generated 50 minute(s) ago.
  1. I can capture record.data in case 1, but error in case 2 (include html tag)

    Case 1
    ID=Record01, myData=HelloSir


    Case 2
    ID=Record01, myData=Hello<br/>Sir
    ID=Record01, myData=Hello<img...
  2. Thanks so much. below can solve my problem.



    body {overflow: auto !important;}
  3. I try to put a html code inside ext panel, everything is fine. but I can't scroll to page bottom. can anyone to help me find out the problem?


    <!DOCTYPE html>

    <html...
  4. Thanks. Mr Daniil,

    I got some inspiration.

    The Shortcut can hide by "Hidden" property. Could we set the Shortcut property as javascript property? Use a button event. When we press the button,...
  5. Hi,

    I want my desktop can switch like this.
    In different desktop, Show different Shortcut&wallpaper.
    how can I do?

    Thanks...
  6. could you give me some direction for how to custom desktop style css (not use build in theme)?
  7. Can I Change CalendarPanel Cell background Color to Red (Sunday & Holiday)?
    And can I add ToolTips on Each Event ?
  8. it works thanks.
  9. For Exampe: I have 50 columns in GridPanel. I assume first column is Locked!!
    Now User Click Button1 -> GridPanel Horizontal Scroll to Column 10
    Now User Click Button2 -> GridPanel Horizontal...
  10. Dim strURL as string
    strURL = "http://127.0.01/url.aspx?ShopCode=" & HttpUtility.UrlEncode("Yphjcm+Lhcs=")
    '' "Yphjcm%2bLhcs%3d" <-- debug.print out
    ...
  11. I would like to control Event Drag Drop By CalendarID
    e.g. If CalendarID = 1 Then EnableDD = False Else EnableDD = True???
  12. It works, thanks
  13. Is It Calendar Panel limit No. of CalendarModel (<= 3)?



    Private Sub InitCalStore()
    Dim objCalendarStore As New Ext.Net.CalendarStore
    Dim objCalendarModel As New...
  14. use renderer: "frame" is work, Thanks
  15. Cannot Show Window on Parent

    When I Call Ext.Net.X.Js.Call("ShowParentWin", Par) is success on 2.1.1 , after upgrade to 2.2 is fail (empty window and close btn no response) . but back to 2.1.1 is...
  16. Thanks for your advise, I will store in session when event move.
  17. Is my logic problem? I put load data to eventstore under Page_Load? Every time I move the event and Page_Load Trigger , so that data will reload from the orginal state and I cannot get the final...
  18. <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="frmCalendar.aspx.vb" Inherits="prjExtNetTest.frmCalendar" %>

    <!DOCTYPE html>

    <html>
    <head id="Head1" runat="server">
    ...
  19. It's work. Thx
  20. there no CalendarPanel1.Listeners.Handler = "record.commit()" and i try to use CalendarPanel1.Listeners.Move.Handler = "record.commit()" under Page_Load(), but also cannot refresh

    Screen 1 -> I...
  21. Thanks, If i would like to do it in code-behind?
  22. It works, Thanks
  23. Cannot Collapse the East Region when i use CalendarPanel


    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="frmDlvyCalendar.aspx.vb" Inherits="prjExternalNet.frmDlvyCalendar" %>
    ...
  24. Move Event not refresh.


    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="frmCalendar.aspx.vb" Inherits="prjExtNetTest.frmCalendar" %>

    <!DOCTYPE html>

    <html>
    <head...
  25. Server Windows 2008 R2
    Application Pool: framework v4.0 (Enable 32 bit Application=True)

    When I Change Applicaiton Pools -> Advanced Setting -> General -> 32 bit Application = True (When = False...
Results 1 to 25 of 54
Page 1 of 3 1 2 3