Widgets in multilingual context

Archived from the Xataface Users forum.

jonbfl — Sat Sep 17, 2011 4:53 pm

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???


shannah — Sat Sep 17, 2011 5:31 pm

No. It has no effect on the way widgets are handled.


jonbfl — Sun Sep 18, 2011 9:34 am

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)