Page 1 of 1

Widgets in multilingual context

PostPosted: Sat Sep 17, 2011 4:53 pm
by jonbfl
Hey All -

I have yet another question!

Does turning on multilingual content 'mask off' fields.ini, so Xataface reads all its widgets info from the language .ini files???

I was trying to use a fields.ini file to hide my record's "id_field". in the List view.

Code: Select all
[id_victims]
widget:type= "hidden"


Am I on the wrong track here???

:?:

Re: Widgets in multilingual context

PostPosted: Sat Sep 17, 2011 5:31 pm
by shannah
No. It has no effect on the way widgets are handled.

Re: Widgets in multilingual context

PostPosted: Sun Sep 18, 2011 9:34 am
by jonbfl
OK - Bad jonb - wrong syntax -

[id_cases]
visibility:list = hidden

and I think I see the difference - the first syntax hides the input widget (I assume in edit mode)

8)