

Skip forward, backward: Allows you to jump forward or backward in 10-second increments.Video speed controls: Allows you to speed up or slow down the video.Zoom functions: A tool for zooming in and out on the timeline so you can make accurate changes to the video.Video timeline: An area for scrubbing through the entire video, complete with a marker for clicking and dragging across the timeline.YouTube’s has six important ones you’ll likely need at some point: Basic Controls in the YouTube Video EditorĪ good video editor has user-friendly controls. Click the one that says Edit to reach the video details page, then select the video editor once again. If you’re logged in as the channel owner, you’ll see two blue buttons below the video. This means you’ll be able to see comments, your video’s description, and other suggested videos. To do that, click on one of your videos and watch it the traditional way. You can also reach the video editor from any watch page. You’ll know you’re in the right place when you’ve reached this screen: Click Editor in the left navigation menu.On the pop-up menu that appears, click the pencil icon to access the video’s details. Find the video you want to edit and hover your mouse over it.Click Content in the left navigation menu.Here’s a step-by-step guide to reach YouTube’s video editor: Scroll down to read the complete guide to YouTube’s video editor, then save this page for future reference. $('#').on('click', 'tbody td.Need a quick way to bookmark this information? No problem. Activate an inline edit on click of a table cell Name: "sfProducts.WBSCM_USDA_Foods_Material_Code"ĭata: 'sfProducts.End_Product_Description',ĭata: 'sfProducts.WBSCM_USDA_Foods_Material_Code',

Name: "sfProducts.End_Product_Description" >leftJoin('sfUserInput', 'sfProducts.End_Product_Code = sfUserInput.End_Product_Code AND sfProducts.WBSCM_USDA_Foods_Material_Code = sfUserInput.WBSCM_USDA_Foods_Material_Code AND erId = '. Thank you for any help you might be able to give!!Ĭontroller.php $editor = Editor::inst( $db, 'sfProducts', array('sfProducts.End_Product_Code','sfProducts.WBSCM_USDA_Foods_Material_Code') )įield::inst( 'sfProducts.End_Product_Code' )->set( Field::SET_NONE ),įield::inst( 'sfProducts.End_Product_Description' )->set( Field::SET_NONE ),įield::inst( 'sfProducts.Category' )->set( Field::SET_NONE ),įield::inst( 'sfProducts.WBSCM_USDA_Foods_Material_Code' )->set( Field::SET_NONE ),įield::inst( 'erId' )->set( Field::SET_CREATE )->setValue( $currentUser ),įield::inst( 'sfUserInput.End_Product_Code' )->set( Field::SET_CREATE ),įield::inst( 'sfUserInput.WBSCM_USDA_Foods_Material_Code' )->set( Field::SET_CREATE ),įield::inst( 'sfUserInput.ServDay' )->set( Field::SET_BOTH ),įield::inst( 'sfUserInput.MenuDays' )->set( Field::SET_BOTH ),įield::inst( 'sfUserInput.EstServ' )->set( Field::SET_BOTH )

The test link above will show you this simplified example, and I manually entered a few values in the sfUserInput table for the test user, you should see those appear at the top. I boiled it all down to a simplified example (fewer table columns, mostly) to help me debug. No changes are being made to the data table, no console errors showing up. Looking at the JSON response, I only see a "select" statement (not sure if I should see anything else). If I click a field to change it, i can enter something, but it just goes away when I click away. The products are correctly displayed, as are the user-related values (the darker-colored columns on the test page, there are a few in there.
#Controller editor not saving changes update
Treat the values from sfProducts in the table as read-only, never update those. If a relevant row does not exist, create it. When a user changes one of those values, update only the values in sfUserInput. Display the product data along with the individual user's input for three values related to each of those products I have two tables I'm dealing with here, a products table sfProducts and a table to store user-product relationships sfUserInput. I'm hoping you can help with a problem I'm having, it feels like I'm just missing something but I can't figure out what it is! I found a couple of other forum posts with similar-seeming questions, but they were closed without final answers, and I wasn't able to find any workable ideas in those. Hello, thanks for making this super handy tool.
