HTML Areas not working anymore and another Question

A place for users and developers of the Xataface to discuss and receive support.

HTML Areas not working anymore and another Question

Postby Tobias.Dunkel » Fri Apr 06, 2012 12:13 am

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
Tobias.Dunkel
 
Posts: 8
Joined: Mon Sep 26, 2011 3:28 am

Re: HTML Areas not working anymore and another Question

Postby shannah » Tue Apr 10, 2012 1:21 pm

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
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm

Re: HTML Areas not working anymore and another Question

Postby shannah » Tue Apr 10, 2012 1:21 pm

As for the radio button issue. I still haven't implemented a radio button widget. The select widget is the functional equivalent.
shannah
 
Posts: 4457
Joined: Wed Dec 31, 1969 5:00 pm


Return to Xataface Users

Who is online

Users browsing this forum: No registered users and 10 guests

cron
Powered by Dataface
© 2005-2007 Steve Hannah All rights reserved