> > thanks. not sure i understand this bit though: > > make a ajax call to "/ajax/options/set/fontsize:16px/" or something > like > that problem is (when using a javascript-only solution) that on the next page-refresh the settings will be lost. so you have somehow to inform your app about the font-size the user preferred. so i "suggested" a "options-controller", that will save the settings in the session, a cookie and/or the database for later use. and since you dont want a page-refresh when changing the fontsize you have to use an ajax-call (that will return nothing, just post AKA save the user-preferences).
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
