Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Entwicklung
  4. Listeneingabe im Adapter Config - Auswahlmenü in Liste

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    656

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    5.7k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

Listeneingabe im Adapter Config - Auswahlmenü in Liste

Scheduled Pinned Locked Moved Entwicklung
adapterentwicklungparameter
2 Posts 1 Posters 210 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    tp1de
    wrote on last edited by
    #1

    Hallo, vielleicht kann mir einer der Experten helfen.

    Ich habe bei meinem Adapter-Parameter eine dynamische Eingabeliste. die funktioniert soweit sehr gut.
    Code (Auszug) in index_m.html:

    <div class="col s12" id="devices">
    <a class="btn-floating waves-effect waves-light blue table-button-add"><i class="material-icons">add</i></a>
    <div class="table-values-div">
    	<table class="table-values">
    	<thead>
        	<tr>
            <th data-name="state" style="width: 25%" data-type="text" class="translate">state</th>
    	<th data-name="state_type" style="width: 10%" data-type="text" class="translate">state_type </th>
            <th data-buttons="delete up down" style="width: 120px"></th>
            </tr>
            </thead>
            </table>
    </div>
    </div>
    

    Jetzt möchte ich gerne für den 2. Eintrag (state_type) keinen Freitext eingeben lassen, sondern ein Auswahlmenü mit 2-3 Einträgen eröffnen.

    Weiß jemand wie das geht?

    T 1 Reply Last reply
    0
    • T tp1de

      Hallo, vielleicht kann mir einer der Experten helfen.

      Ich habe bei meinem Adapter-Parameter eine dynamische Eingabeliste. die funktioniert soweit sehr gut.
      Code (Auszug) in index_m.html:

      <div class="col s12" id="devices">
      <a class="btn-floating waves-effect waves-light blue table-button-add"><i class="material-icons">add</i></a>
      <div class="table-values-div">
      	<table class="table-values">
      	<thead>
          	<tr>
              <th data-name="state" style="width: 25%" data-type="text" class="translate">state</th>
      	<th data-name="state_type" style="width: 10%" data-type="text" class="translate">state_type </th>
              <th data-buttons="delete up down" style="width: 120px"></th>
              </tr>
              </thead>
              </table>
      </div>
      </div>
      

      Jetzt möchte ich gerne für den 2. Eintrag (state_type) keinen Freitext eingeben lassen, sondern ein Auswahlmenü mit 2-3 Einträgen eröffnen.

      Weiß jemand wie das geht?

      T Offline
      T Offline
      tp1de
      wrote on last edited by tp1de
      #2

      @tp1de Über Discord habe ich die Lösung erhalten. Falls es jemandem interessiert in der Tabellenspalte:

      <th data-name="state_type"   style="width: 10%" data-type="select"  
      		data-default="number"data-options="number;string" class="translate">state_type</th>
      
      1 Reply Last reply
      0

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      Support us

      ioBroker
      Community Adapters
      Donate

      536

      Online

      32.7k

      Users

      82.6k

      Topics

      1.3m

      Posts
      Community
      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
      ioBroker Community 2014-2025
      logo
      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Home
      • Recent
      • Tags
      • Unread 0
      • Categories
      • Unreplied
      • Popular
      • GitHub
      • Docu
      • Hilfe