i'm clueless on vs_first_focus. I would like to have a text edit field have focus on a page when it is rendered. I assume I do: view_put( title => 'User...
Trying to use the latest-and-greatest bOP. When I run my sql to load the database, I get this error, apparently related to RealmUser (realm_user_t). Confused...
... You add the script to the page content, something like this: view_put( title => 'User Login', base_nav => Join(['']), content => Join([ $login_form->(), ...
Revision 2.86 2005/07/07 16:45:50 moeller * Bivio::Mail::Common added sanity check - warn if mail queue has items, but self is not a transaction resource on...
Revision 2.87 2005/07/14 22:14:56 moeller * Bivio::Type::UserAgent now detects many common browser types, MSIE_5, MSIE_6, FIREFOX and MOZILLA. Added methods...
NOTE: This release contains some signficant refactorings so read the notes carefully to see if you might be affected. Revision 2.94 2005/08/10 22:35:20...
Revision 2.96 2005/08/15 23:21:45 nagler * Bivio::Agent::Request->internal_set_current warns if a request is already current. There may be a defect with...
Revision 3.0 2005/08/16 23:34:35 nagler Roll over major verison number Revision 2.97 2005/08/16 23:33:12 nagler * Bivio::Util::HTTPLog Subject: is the log...
I'd like to catch the user login form's processing, so that if the user is not found, I can do a redirect to another page. (The site I am creating doesn't...
... There are a couple of hooks: * LoginForm->validate_login does the work so you override it and check if 'login' has an error. * The NOT_FOUND is not...
I am making a simple RolloverIcon widget. It needs to call a JavaScript function. If I have multiple RolloverIcon widgets, I would like them to 'modify' the...
... You should use the Script widget which does the right thing. Examples are vs_first_focus, vs_correct_table_layout_bug, and Page.want_page_print. Rob...
... That's definitely a valid approach. It's just that sometimes you really do want to swap bitmap icons, rather than just do a CSS color overlay, border...
Revision 3.4 2005/08/29 19:17:41 nagler NOTE: Major refactoring of Table and Grid widgets in this release * Bivio::UI::HTML::Widget::TableBase is the common...
Revision 3.5 2005/08/30 22:53:20 nagler * Bivio::Biz::Action::RealmlessRedirect allows you to redirect a realmless redirect to one with a realm depending on...
Revision 3.7 2005/09/07 22:53:36 moeller * Bivio::UI::HTML::Widget::TextArea re-add support for class and id attributes Revision 3.6 2005/08/31 21:36:53...
I would have thought if I did: $user->unauth_load({ user_id => $uid }); $user->cascade_delete; that the associated address, phone and realm_owner tables would...