We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28673
    • 178 Posts
    Hi! I the docs I can’t find a complete list of the input options usage. So I can’t really use all of them.
    So what’s htmlarea and textarea? Text and textbox (they seem the same thing). What’s autotag and tag? And hidden?
    Things like this. Do you know of any place in the web I can find these instructions?

    Thank you smiley
      • 4971
      • 964 Posts
        Website: www.mercologia.com
        MODX Revo Tutorials:  www.modxperience.com

        MODX Professional Partner
        • 28673
        • 178 Posts
        Quite a good list thank you.

        Can you tell the difference between text and textbox types? They seem identical.
          • 4971
          • 964 Posts
          Yes, they seem identical. I always use text...
          it could be remnants of the past... from Evo or even before.

          Of course if anybody knows if there is a real difference, please
          chime in...
            Website: www.mercologia.com
            MODX Revo Tutorials:  www.modxperience.com

            MODX Professional Partner
            • 4172
            • 5,888 Posts
            they are definitive the same. Both load the same smarty-template:

            <?php
            /**
             * @package modx
             * @subpackage processors.element.tv.renders.mgr.input
             */
            $this->xpdo->lexicon->load('tv_widget');
            
            return $this->xpdo->smarty->fetch('element/tv/renders/input/textbox.tpl');
              -------------------------------

              you can buy me a beer, if you like MIGX

              http://webcmsolutions.de/migx.html

              Thanks!
              • 28673
              • 178 Posts
              Hi Bruno, thank you!

              And, do you maybe know the use of the ’properties’ field of the image output type? I tried to set it in some ways but it seems that nothing happens..