cloudbearings / ez-access-web

Automatically exported from code.google.com/p/ez-access-web
0 stars 0 forks source link

More parameterization #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We should make or add to a parameters file that an author can change if they 
want somewhat different behavior from the EZ Access extension where this makes 
sense.

One place to start looking for potential parameters is in constant blocks in 
the code.

We should make sure the system is robust so that if the parameter file is 
missing entries or has other problems a suitable default is still used.

Add comments to this discussion to discuss variable to potentially be made into 
parameters.

Original issue reported on code.google.com by jbjor...@gmail.com on 21 Aug 2013 at 5:46

GoogleCodeExporter commented 9 years ago
Navigation highlight parameters:
- display styles (this should be set through CSS instead of hard-coded into the 
div like it is now)
- padding around the highlighted element (note that this value is used for the 
absolute positioning/size calculations, which must be in the highlight <div 
style="...">
- speed & other parameters for the transition effect

Original comment by jbjor...@gmail.com on 21 Aug 2013 at 5:50