Question #189948 on aikiframework changed:
https://answers.launchpad.net/aikiframework/+question/189948

Christopher Adams gave more information on the question:
I just unblocked myself by using jquery to set the value of the hidden
field:

Where media_id is the name of the db field I want to update, and ((id))
is the value I want it to have (from the SQL Query in the same widget)


 $(document).ready(function() {

    $('input:hidden[name=media_id]').val('((id))');
    
    });

-- 
You received this question notification because you are a member of Aiki
Framework Developers, which is an answer contact for aikiframework.

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to