Archive of UserLand's first discussion group, started October 5, 1998.

Re: user.callbacks.opStruct2Click.filebrowser

Author:Fredrik Lundh
Posted:1/18/2000; 4:24:24 AM
Topic:scriptingNews outline for 1/17/00
Msg #:14561 (In response to 14559)
Prev/Next:14560 / 14562

it usually stands for Model-View-Controller, which is a design pattern for user interface components. an MVC component consists of a data object (the model), a renderer (the view), and mouse and keyboard handlers that allow the user to modify the model (the controller). among other things, it makes it really easy to have multiple views into the same data, possibly using different renderers and controllers.

not sure if that's what the sample does, so maybe Wes was talking about something completely different.




There are responses to this message:


This page was archived on 6/13/2001; 4:54:08 PM.

© Copyright 1998-2001 UserLand Software, Inc.