From: skaill <sk...@ro...> - 2004-08-26 11:17:46
|
The javascript switch was meant more for things like standard or alternate (Javascript) drop-down menus. Something that could screw up in Javascript. If we have tested that the Javascript can not possibly screw up but just doesn't work such as focus on a field then it sounds like we probably wouldn't want that switched as you say. Steve ----- Original Message ----- From: "Phil Daintree" <p.d...@pa...> To: <web...@li...> Sent: Thursday, August 26, 2004 4:12 PM Subject: Re: [Web-erp-developers] User Settings > I wonder if a setting for enable javascript is necessary - either it > works or it doesn't. Since we are only using javascript as gloss on the > GUI the system should always be usable with just PHP - as I think we all > agree it is just that the focus and perhaps drop down menus could be > useful additions to the marketability stuff. > > Phil > > On Tue, 2004-08-24 at 02:00, skaill wrote: > > I have added user settings to my copy at > > http://weberp.gocom.ca/weberpcvstest. The last menu option is > > Settings which is the current user's settings that they can modify. > > There are only two settings right now: Number of Records to Display > > ($DisplayRecordsMax) and Enable Javascript ($EnableJavascript). > > > > To see, try going to Select Customer then type in "a" to search for > > all records with an "a". It will page according to the user's current > > settings. Now, go into Settings > User Settings and modify Number of > > Records to Display. Go back to Select Customer and search on "a" > > again. Notice the paging has changed to what you changed. > > > > We now have an area for users to "customize" their environment. > > Adding more user settings is easy. This is assuming that Phil and > > others want it in the cvs... > > > > The settings get set in session.inc by using a $_SESSION variable. In > > this way the settings are always handy. When the user changes their > > settings they are updated in both database and session variable so it > > is on-the-fly changed. > > > > Steve > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers |