Tagged Questions
The embedded-object tag has no wiki summary.
2
votes
2answers
1k views
symfony form - delete embedded form object
I have a two Symfony forms:
ShoppingListForm
ShoppingListItemForm
I'm embedding the ShoppingListItemForm inside the ShoppingListForm many times. ie A shopping list contains many items.
So the ...
2
votes
2answers
458 views
How can I display some text when an embedded object fails to display?
We have some html that looks like this:
<form id="MyUserControl" runat="server" method="post">
<script language="javascript" src="javascript.js"></script>
The javascript file ...
2
votes
7answers
2k views
Prevent an element from “capturing” the mouse using jQuery?
I'm trying to resize an embedded object. The issue is that when the mouse hovers over the object, it takes "control" of the mouse, swallowing up movement events. The result being that you can expand ...
1
vote
4answers
1k views
How to add JavaScript onClick handler to an embedded html object?
I'm trying to add an onClick handler to an embedded object. The handler needs to execute a function which is in an external .js file which is linked to the current html file via <script src="....
...
0
votes
0answers
213 views
Viewing IP camera via embedded VLC
Hey all i am having some problems with viewing a stream from the IP camera via its CGI commands:
http://192.168.1.99:99/videostream.cgi?user=UNhere&pwd=PWhere&resolution32=&rate=0
When ...