How to make Insert panel enable?

Is it possible to enable Insert panel in other type files than default,  for example in JavaScript?
I have some plugins installed like jQuery Utilities Toolset that put new icons into Insert panel for jQuery objects. Obviously I would like to insert them in JS files, not in HTML or PHP.

Hmm. That's obviously a show-stopper for using the Insert bar. Commands work in Code view.
Another possibility is to create your own floating panel. The Floating Panel API has an isAvailableInCodeView() method.
Does it mean Adobe made this panel customizable but didn't predict that somone may need it in JavaScript or XML files to create own insert objects?
The Insert bar has been part of Dreamweaver for as long as I can remember (it was certainly part of Dreamweaver 3), so its history goes back 10 years or so. In those days, few people were writing their own JavaScript or XML. Why not submit a feature request? https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform.

Similar Messages

  • How to make s:Panel middle in Flex4

    When I use <mx:Panel>,I find <mx:Panel> replaced by <s:Panel>.I can make <mx:Panel> middle by using following parameter:
    paddingTop="10"
    paddingLeft="10"
    layout="vertical"
    horizontalAlign="center"
    verticalAlign="middle"
    Then I use <s:Panel>,but I don't know how to make <s:Panel> middle both horizon and vertical. How to do it?
    Thanks.

    Please try:  horizontalCenter="0" in the s:Panel.

  • How to make "Remove" being enabled in menu?

    Dear All,
    Just a simple top question, how to make "Remove" being enabled in Edit Menu? I couldn't find any UID on it.
    You could find it out under "First Record, Previous, Next and Last".
    Thanks in advance!
    Jemmy

    Hi Jemmy,
    don't know if if this what you are looking for:
    When opening an order form (or and other document),
    under menu "data" there are the options "add row", "duplicate row" and "delete row". Since these methods manipulate the rows in a matrix elements. For obvious reasons the methods seem to be only active when focus resides in  the row of a matrix.
    HTH Lutz Morrien

  • How to make omniportlet mobile enabled

    while creating a new page on portal, i am selecting page type as Mobile and when i am adding portlet on this page,very few portlets are shown,i want to add omniportlet on this page.How can i do it?

    You simply can't
    There is a few built in mobile enabled portlets. When you view your page in mode 25 (mobile preview) you'll see only portlets that are developped with mobile support.
    Except the mobileXML and a few other, you won't fond anything interesting.
    You got to develop your own portlets for mobile access.
    See section 8.12 (Enhancing Portlets for Mobile Devices) of the portal developer guide. It will explain how to make your portlets enable for mobile.
    By the, if you start developping mobile portlets, make sure you use the correct technologies.
    You wont do the same if your target is IE/Opera on pocketPC or palms or if your target is the WAP on a standart mobile phone.
    the standarts :
    MobileXML is a deprecated standart, not supported by oracle that produce WAP content.
    The current standart is the XHTML MP (mobile profile). using this standart means that you will develop a JAVA portlet.
    An alternative is to use JSP with simple XHTML / HTML or whatever else. This will be enough to generate pages for mobile with modern browsers (IE or opera on Pocket PC or palms )
    I hope I've been clear, mobile enhancement in portal isn't a small part, difficult to synthetize in a single post.

  • How to make screen field enable when table control gives an error

    Hi,
        I had a scneario like when table control data wrong then one parameter of the screen should be enabled for the input, i knew that screen-name will not work since it will have always table control fields only when table control gives an error.
    How to make the other parameter enable when table control throws an error.
    Regards,
    Jaya

    Hi Gobi,
         Thanks for your response, but issue is - how to make other screen fields enable when there was an error in the table control data.
    For table control - lets say we will use the code as i mentioned above.i am sure that we cant write the code for field enable in between loop & endloop.
    as you said if we right outside the loop-endloop, the module wont be triggered when table control throws an error, because that statement was not there in the loop-endloop.
    please let me know if you need any more information on the issue. I hope there is alternative for this in SAP.
    Thanks
    Jaya

  • How to make INSERT INTO multitable

    Hello everybody, Could you please to explain me how can I make insert in both different table (SQLite)
    private void save_ButtonActionPerformed(java.awt.event.ActionEvent evt) {                                           
    try{
    String sql="Insert into employee, values(?) into department, values(?)";
    ps=con.prepareStatement(sql);
    ps.setString(1, txt_Surname_Last.getText());
    ps.setString(1, txt_Dep.getText());
    ps.execute();
    }catch(Exception e){
    JOptionPane.showMessageDialog(null, e);
    Edited by: 999667 on Apr 11, 2013 11:13 PM

    I suggest you insert into both tables separately, with both in the same transaction so you can rollback all changes if one of the inserts fails.
    Also, put all your code in a try/catch/finally block, and close the resultSet, preparedStatemnt, and connection in the finally block.
    You can search Google for examples of how to do the above.
    I also suggest you form the sql statments as follows
    String sql1 ="Insert into employee (employeeId,name), values(?,?);
    String sql2 = "Insert into department (departmentId,name) values(?,?)";

  • How to make front panel as Generic

    Hi all ,
    I need to know that how to do front panel reuse.
    Here i am using two front panel to do some work .
    But both the front panel do the same work ,
    I need to use create one front panel make them as generic .
    I C#  can able to do front panel generic .
    In labview how to do it .
    It helps me lot ..
    Thanks in advance .,
    Attachments:
    fp.vi ‏11 KB

    You can group the controls as a Cluster and make a type-def of it. That's probably what you're after.
    /Y
    LabVIEW 8.2 - 2014
    "Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
    G# - Free award winning reference based OOP for LV

  • How to make a row enabled for lead selection and make other Rows disabled?

    Hi,
    What I require is:
    In a webdynpro table , which can have multiple rows, I want to make the rows which are retrieved fom backend as disabled for selection.
    And when I add a new row (using an ADD functionality) , this newly added row should only be enabled for lead selection.
    The Table property "enabled" can be assigned a context , and can be used to control the disabling of whole table.But then if I add the new row to this table, even this will be disabled.
    I can set lead selection to a the new row, but if the whole table is disabled, this won't work.
    Please suggest a solution for this.
    Thanks,
    Richa

    Do not set the enabled flag to the whole table but to the editors of each column. Bind the enabled property to a calculated boolean flag in the data source node. In the get method of this flag add a code that will make the editor enabled only if it belongs to the lead selection element.
    Now do not allow the selection of rows in the table (there is a property for this, perhaps is named rows selection I don't remember well now), but change the lead selection of the data source node to the desired element when you add the element programatically.
    Hope it helps.

  • How to make the panel with scrollpane transparent?

    Thanks Camicker for your help, it solves the problem but i got a new problem i.e. i want to make that panel with scrollbar transparent for this i have tried setOpaqe(false) for both scrollpane and panel but it doesn't work. do u have any solution?

    I think camickr (not Camicker) already told you to set the opacity of the JScrollPane's viewport.
    Spend just a few minutes with the JScrollPane API and you'll find an exploded view showing the components that make up a scroll pane.
    db

  • How to make XE Transaction enabled

    Hi,
    it seems that XE is not transactin enabled by default and we need to run some scripts to make it Transaction enabled.
    Can any one let me know what are the scripts and where to find them?

    Hi ,
    Call transaction SICF and Navigate to "webgui" service; then right-click and select option "Activate".transaction will work definitely.
    This should enable the WebGui functionality in your WAS.
    ITS WEBGUI in ECC6.0
    for more information , check below thread
    MY FEW QUESTIONS
    SSO with ITS & Webenabling WEBGui
    Koti Reddy

  • How to make Netbeans CAPS enabled ?

    Hi,
    I am using Netbeans 6.5. Could someone explain me, how to configure Netbeans 6.5 with java CAPS 6 ? In java CAPS it is talking about a repository, how to create a repository ?
    I want to make Netbeans 6.5 CAPS enabled.
    Thanks.
    Kosala

    Repository-based projects is for CAPS 5.x projects (this product is not opensource). You can download GlassFish ESB but it doesnt have repository-based projects

  • How to make insert faster?

    Hi,
    11.1.0.7.3 on Linux Redhat 5 64bit. My database does an average 150 transaction per second 10am to 4pm. Most of them are insert into two partitioned tables 1 row at a time. The tables have only essential indexes with no FK. The disk array is 1+0, not many disks though. SAS disk, if I'm not wrong. I asked for SSD but didn't happen.
    Main fg events are CPU 80% and commit (log file sync) 19%. Main bg event is "log file parallel write" 86%. Obviously the rate of redo flushes to disk is very high and disk is having problem keeping up.
    How can I improve the situation?

    AliD wrote:
    Hi Hemant,
    Actually CPU usage is not very high.. It's a high percentage of DB time, not system usage.
    Begin Snap: 2849 30-Nov-10 10:00:35
    End Snap: 2855 30-Nov-10 16:00:46
    Elapsed:   360.18 (mins)    
    DB Time:   47.46 (mins)
    Event         Waits         Time(s)   Avg wait (ms) % DB time
    log file sync 3,419,446   555        0                   19.48
    Event                      Waits        Total Wait Time (s)    % bg time
    log file parallel write   3,422,047  542                         86.25I might look paranoid, but at this point the application is running at 10% provisioned capacity and numbers are looking good. I want to prepare it for when more customers kick in.Well, you need to get a realistic load to find out what will happen. There are so many variables, and application usage patterns are where the issues will arise. Remember, multiversion concurrency effects are where you will find contention that will make things go downhill fast, whether they are memory latch chains or undo I/O thrashing. Advisors can only deal with one variable, and not necessarily well at that.
    Assuming your app is perfect, of course.
    http://method-r.com/downloads/doc_details/44-thinking-clearly-about-performance helps, there is no substitute for accurate testing.

  • How to make Jspinner real enabled?

    Hi,
    I need to set a jspinner non-editable, that is the jspinner can change value thought directly input value or use buttons.
    The setEnabled method can not archived this aim, how can i real enable the jspinner?

    I want to make one of the table column renderer to be Jspinner, then I write a cellEditor to do that. Inside of the cellEditor, I make wirte jspinner.setenabled(false), that just make the jspinner become to gray, the jspinner also can work as normal.
    Follow is my celleditor:
    import java.awt.*;
    import javax.swing.event.*;
    import java.awt.event.*;
    import javax.swing.*;
    import javax.swing.table.TableCellEditor;
    public class cell3 extends AbstractCellEditor implements TableCellEditor {
         private SpinnerNumberModel model = new SpinnerNumberModel(0, 0, 1000, 1);
         private JSpinner component = new JSpinner(model);
         private JTable table2;
         private int row2, column2;
         public Component getTableCellEditorComponent(JTable table, Object value,
                   boolean isSelected, int row, int column) {
              table2 = table;
              row2 = row;
              column2 = column;
              if(table.getValueAt(row, column - 2)==null||((String)table.getValueAt(row, column - 2)).equals("")){
                   component.setEnabled(false);
              else {
                   component.setEnabled(true);
              if(table.getValueAt(row, column)== null)
                   component.setValue(0);
              else component.setValue(table.getValueAt(row,column));
              component.addChangeListener(new ChangeListener(){
                   public void stateChanged(ChangeEvent e){
                        if(table2.getValueAt(row2, column2-1)!=null){
                        double v = Double.parseDouble(table2.getValueAt(row2, column2-1).toString());
                        double value = v * Integer.parseInt(component.getValue().toString());
                        table2.setValueAt(Integer.parseInt(component.getValue().toString()), row2, column2);
                        table2.setValueAt((float)value, row2, column2+1);
              return component;
         public Object getCellEditorValue() {
              return component.getValue();
    }If not clear yet, u can ask me some questions . Thanks!

  • How to make front panel-text visable but not selectable

    Hi,
    I am trying to overlay text over a LED (control) on my front panel. But now I can not control the LED status anymore because the text is now on the top layer and the LED control is not. I like it to be still visable, but I need to be able to select the underlying control. Is this possible?

    Hi Remko,
    why do you use a LED as control? It is meant to be an indicator…
    Boolean controls also have boolean text - you need to make it visible in the control properties. Now you can write any text "over" your control without disabling it's usage!
    @Potterton: Welcome to the forum!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How to make no panels on Spry accordion open by default?

    I have a Spry Accordion with several panels.  I want the default behavior for none of the panels to be opened until one is clicked.  Currently the default behavior is for the first panel to be automatically expanded when the page is first visited.  How do I correct this?

    It's here:
    http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html
    Under the sub heading "starting with all panels closed".
    <script type="text/javascript">
    var acc1 = new Spry.Widget.Accordion("Acc1", { useFixedPanelHeights: false, defaultPanel: -1 });
    </script>
    Martin

Maybe you are looking for