<![CDATA[ @INCLUDE Broken for Custom input TVs? - My Forums]]> https://forums.modx.com/thread/?thread=72690 <![CDATA[Re: @INCLUDE Broken for Custom input TVs?]]> https://forums.modx.com/thread/72690/include-broken-for-custom-input-tvs#dis-post-545254 Quote from: noahlearner at Dec 24, 2011, 12:06 AM
Hey Mark,

Thanks for your answers. I started disabling plugins and it looks like the culprit is tv_categorized_tabs.

Pretty old thread but... I had similar issue with tv_categorized_tabs and multiTV Custom Input and I fixed it by editing line 244 in assets/plugins/tv_categorized_tabs/ondocformrender.phtml

from:
var elements = $ES('input,select,textarea', cols[1]);


to:
var elements = $ES('textarea,input,select', cols[1]);
]]>
pmfx Sep 23, 2016, 09:17 PM https://forums.modx.com/thread/72690/include-broken-for-custom-input-tvs#dis-post-545254
<![CDATA[Re: @INCLUDE Broken for Custom input TVs?]]> https://forums.modx.com/thread/72690/include-broken-for-custom-input-tvs#dis-post-404697
Thanks for your answers. I started disabling plugins and it looks like the culprit is tv_categorized_tabs. I always liked that plugin. Bummer. Once I disabled it, my custom tvs are displaying fine. Not really sure why yet. When The ondocformrender event is firing the plugin is pulling tvs and injecting them into new tv tab and it is not rendering the custom_tv s in the newly created tab.

HMMM...

-Noah]]>
noahlearner Dec 24, 2011, 12:06 AM https://forums.modx.com/thread/72690/include-broken-for-custom-input-tvs#dis-post-404697
<![CDATA[Re: @INCLUDE Broken for Custom input TVs?]]> https://forums.modx.com/thread/72690/include-broken-for-custom-input-tvs#dis-post-404696 sottwell Dec 24, 2011, 12:04 AM https://forums.modx.com/thread/72690/include-broken-for-custom-input-tvs#dis-post-404696 <![CDATA[Re: @INCLUDE Broken for Custom input TVs?]]> https://forums.modx.com/thread/72690/include-broken-for-custom-input-tvs#dis-post-404690
Beyond that - I really don't use Evo anymore so wont be able to assist further.]]>
markh Dec 23, 2011, 08:19 PM https://forums.modx.com/thread/72690/include-broken-for-custom-input-tvs#dis-post-404690
<![CDATA[@INCLUDE Broken for Custom input TVs?]]> https://forums.modx.com/thread/72690/include-broken-for-custom-input-tvs#dis-post-404300
I can't get any of the @bindings to process when creating a tv in evo 1.05. What is the simplest way to debug if they are working / processing or not? I have tried:
@EVAL return "boo"; 
both in the input options with no luck and also in the default value box. I created a text type TV, with
@EVAL return "boo"; 
in default value and when I go to edit the resource that has this tv tied to its template the output is[
@EVAL return "boo"; 
not "boo" as I would expect.

PLease give advice and council because I really want to set up a drag and drop sortable sidebar manager to release to the community and this is totally bumming out my week...

-Noah]]>
noahlearner Dec 20, 2011, 04:02 PM https://forums.modx.com/thread/72690/include-broken-for-custom-input-tvs#dis-post-404300