Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Entwicklung
    4. Hilfe - Object Baum

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    Hilfe - Object Baum

    This topic has been deleted. Only users with topic management privileges can see it.
    • wawyo
      wawyo Developer last edited by wawyo

      Ich bekomme die Object ID Dialog nicht aufgerufen.

      Hab keine Idee, was ich falsh mache.

       <!-------------------------------------------------------------------------------------------->
          <script type="text/javascript" src="../../lib/js/jquery-ui.min.js"></script>
          <link rel="stylesheet" type="text/css" href="../../lib/css/fancytree/ui.fancytree.min.css" />
          <script type="text/javascript" src="../../lib/js/jquery.fancytree-all.min.js"></script>
          <script type="text/javascript" src="../../lib/js/selectID.js"></script>
          <!---------------selectID.js (node_modules/iobroker.admin/www/lib/js/)------------------------->
      
      
      <a id="BTNOnObject" class=" values-buttons btn-floating btn-small waves-effect waves-light blue"><i class="material-icons" title="Edit">edit</i></a
      
       $('#BTNOnObject').click(function() {
      
                      initSelectId(function(sid) {
                          //alert(JSON.stringify(sid));
                          sid.selectId('show', $('#OnObject').val(), function(newId) {
                              alert(newId);
                              if (newId != $('#OnObject').val()) {
      
                                  $('#OnObject').val(newId);
                                  onChange();
                              }
                          });
                      });
                  });
      
      wawyo 1 Reply Last reply Reply Quote 0
      • wawyo
        wawyo Developer @wawyo last edited by

        I have to do it myself!
        Anscheinend ist ein Bug im include Files!

        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        Support us

        ioBroker
        Community Adapters
        Donate

        899
        Online

        31.9k
        Users

        80.2k
        Topics

        1.3m
        Posts

        selectid
        1
        2
        211
        Loading More Posts
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes
        Reply
        • Reply as topic
        Log in to reply
        Community
        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
        The ioBroker Community 2014-2023
        logo