Logmanager dokumentace
Přepnout tmavý/světlý/automatický režim Přepnout tmavý/světlý/automatický režim Přepnout tmavý/světlý/automatický režim Zpět na domovskou stránku

URL create

This section is available only in English

Block create URL with retypes specified variable to internal virtual datatype URL. It is useful for obtaining informations from urls.

Block XML representation

XML representation of url_create block¶

<xml xmlns="http://www.w3.org/1999/xhtml">
  <block type="variables_set">
    <field name="VAR">foo</field>
    <value name="VALUE">
      <block type="url_create">
        <value name="VALUE">
          <block type="text">
            <field name="TEXT">http://example.com</field>
          </block>
        </value>
      </block>
    </value>
  </block>
</xml>

Example of visual representation

Block "Create URL with"

Block “Create URL with”