Page 1 of 1

HTML Areas not working anymore and another Question

PostPosted: Fri Apr 06, 2012 12:13 am
by Tobias.Dunkel
Hello everyone,
first of all I need help. Since a few days the HTMLAreas in our Xataface aren't working anymore. There is just a white page where the HTMLArea have to be. What can we do to fix it?

Then I have another question: Is there a way to declare, that in a checkbox group only one checkbox is selectable? Normally I would take a radio button for it, but in this case we need to have a way to uncheck the selected things later. Is there a way to do that or to specify a radio button to be unselected later?

Thanks and best regards
Tobias Dunkel

Re: HTML Areas not working anymore and another Question

PostPosted: Tue Apr 10, 2012 1:21 pm
by shannah
This is a cross-domain issue. Make sure that the dataface URL (specified in the 2nd parameter of df_init() in your index.php file) either has a relative path (i.e. doesn't include domain) or is using the same domain that you are accessing the application through. E.g. If you are accessing your application through www.example.com and the 2nd parameter of df_init is 'http://example.com/dataface/' or something like that, it won't work because example.com !== www.example.com

-Steve

Re: HTML Areas not working anymore and another Question

PostPosted: Tue Apr 10, 2012 1:21 pm
by shannah
As for the radio button issue. I still haven't implemented a radio button widget. The select widget is the functional equivalent.