Re: CE As Image Selector Not Retrive Relative Path

  •  05-15-2009, 10:14 AM

    Re: CE As Image Selector Not Retrive Relative Path

    Hello Adam,
     
    This problem only Firefox 3
     
    i am changed my code as "src_cetemp".
     
    When first open image select windows, succesfully write to textbox relative path.
     
    But when second, third,(etc) click, not update textbox value.
     
    If i am put the following code:
       imgs[imgs.length-1].src;  working properly.
     
    But if i am put this code:
       imgs[imgs.length-1].getAttribute("src_cetemp"); second, third click not updated.
     
     
    P.S.: I am use CE 6.3 version.
    Working fine Your CE As Image Selector demo on your demo page. Demo Editor use CE 6.4
    http://cutesoft.net/asp/use-CuteEditor-as-image-selector.asp
     
    Please send CE 6.4 link to me. 
     
View Complete Thread