www/js/profile_styles.js

changeset 245
3649c3d31d15
parent 217
318aab371497
child 286
124af734af68
equal deleted inserted replaced
244:3755db604432 245:3649c3d31d15
156 $("#ibu_max").jqxNumberInput({ max: 200 }); 156 $("#ibu_max").jqxNumberInput({ max: 200 });
157 $("#color_min").jqxNumberInput( PosInt ); 157 $("#color_min").jqxNumberInput( PosInt );
158 $("#color_min").jqxNumberInput({ max: 200 }); 158 $("#color_min").jqxNumberInput({ max: 200 });
159 $("#color_max").jqxNumberInput( PosInt ); 159 $("#color_max").jqxNumberInput( PosInt );
160 $("#color_max").jqxNumberInput({ max: 200 }); 160 $("#color_max").jqxNumberInput({ max: 200 });
161 $("#carb_min").jqxNumberInput( Spin1dec1 ); 161 $("#carb_min").jqxNumberInput( Spin1dec );
162 $("#carb_min").jqxNumberInput({ max: 5 }); 162 $("#carb_min").jqxNumberInput({ max: 5 });
163 $("#carb_max").jqxNumberInput( Spin1dec1 ); 163 $("#carb_max").jqxNumberInput( Spin1dec );
164 $("#carb_max").jqxNumberInput({ max: 5 }); 164 $("#carb_max").jqxNumberInput({ max: 5 });
165 $("#abv_min").jqxNumberInput( Spin1dec1 ); 165 $("#abv_min").jqxNumberInput( Spin1dec );
166 $("#abv_min").jqxNumberInput({ max: 20 }); 166 $("#abv_min").jqxNumberInput({ max: 20 });
167 $("#abv_max").jqxNumberInput( Spin1dec1 ); 167 $("#abv_max").jqxNumberInput( Spin1dec );
168 $("#abv_max").jqxNumberInput({ max: 20 }); 168 $("#abv_max").jqxNumberInput({ max: 20 });
169 $("#notes").jqxInput({ theme: theme, width: 800, height: 100 }); 169 $("#notes").jqxInput({ theme: theme, width: 800, height: 100 });
170 $("#profile").jqxInput({ theme: theme, width: 800, height: 48 }); 170 $("#profile").jqxInput({ theme: theme, width: 800, height: 48 });
171 $("#ingredients").jqxInput({ theme: theme, width: 800, height: 23 }); 171 $("#ingredients").jqxInput({ theme: theme, width: 800, height: 23 });
172 $("#examples").jqxInput({ theme: theme, width: 800, height: 48 }); 172 $("#examples").jqxInput({ theme: theme, width: 800, height: 48 });

mercurial