F
F
FulgerX20072016-08-01 15:52:04
PHP
FulgerX2007, 2016-08-01 15:52:04

Roundcube + how to display arbitrary code?

Hi all.
Such a task is worth it.
Display a specific list of contacts from the database when creating a letter and put this list as a select in the to whom field.
In the PHP code in the compose.inc file, I deduced the list I needed. But I can't display it in HTML code.
Since roundcube works with tags that I don't understand.

<tr>
    <td class="title top"><label for="_to"><roundcube:label name="to" /></label></td>
    <td class="editfield">
      <roundcube:object name="composeHeaders" part="to" form="form" id="_to" cols="70" rows="1" tabindex="2" />
    </td>
  </tr>

this is the input field of the recipient's address where I want to display the select

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question