Jump to content

topajin

Members
  • Posts

    16
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by topajin

  1. 1.set BorderStyle =bsNone

    2.ClientEvents-UniEvents 

    function window.beforeInit(sender)

    {

        Ext.apply(

        sender,

        {

          border: false,

          baseCls: '',          //  这个很关键 背景透明

          shadow: false,

          frame: false,

          maximizable: false,

          resizable: false,

       }

       );

    }

  2. This is a page javascript return value to unigui control example, a mouse click on the map to Baidu map to get latitude and longitude passed to unigui control, for example, the latitude and longitude passed to unigui controls, you can call the latitude and longitude of the code in unigui.

    Version
    UniGui: 0.94.0.1024

    Delphi: XE5

     

    Page javascript to pass values ??to unigui Controls(baidumap).rar

    • Upvote 5
×
×
  • Create New...