Changeset 251

Show
Ignore:
Timestamp:
10/04/06 22:43:20 (7 years ago)
Author:
lmajano
Message:

Work in progress.

Location:
coldbox/trunk/src/system/dashboard
Files:
1 added
3 modified
1 moved

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/src/system/dashboard/config/rollovers.xml

    r246 r251  
    4747        <rollover id="localestorage">Choose the storage scope for the default locale. This is used internally by ColdBox.</rollover> 
    4848        <rollover id="resourcebundle">Enter the name of your main resource bundle if you are using one. Do not enter the locale or .properties extension. These are added by ColdBox.</rollover> 
     49        <rollover id="wsdlpro">The alias name of a webservice wsdl URL</rollover> 
     50        <rollover id="wsdldev">The development URL of the web service wsdl. Leave blank if it is the same as the production URL</rollover> 
     51        <rollover id="skeleton_name">The name of the skeleton to save on disk for future generation.</rollover> 
     52        <rollover id="generation_target">The location on the web server of where to generate and deploy the application.</rollover> 
    4953    </section>   
    5054     
  • coldbox/trunk/src/system/dashboard/includes/style.css

    r239 r251  
    283283 border: 1px solid #886; 
    284284} 
     285 
     286/* Generator */ 
     287.menu_appgenerator{ 
     288        margin-left:auto; 
     289        margin-right: auto; 
     290        width: 400px; 
     291        font-size: 9px; 
     292} 
     293.menu_appgenerator ul{ 
     294        list-style: none; 
     295} 
     296.menu_appgenerator li{ 
     297        float: left; 
     298        height: 25px; 
     299        width:  60px; 
     300        text-align: center; 
     301        vertical-align: middle; 
     302        background-color: #F6F6F6; 
     303        background-image: url(../images/th_bg.gif); 
     304        background-repeat: repeat-x; 
     305        cursor: pointer; 
     306        border-top: 1px solid #002F93;  
     307        border-bottom: 1px solid #0090FF; 
     308        border-left: 1px solid #ffffff; 
     309        color: #000000; 
     310        padding-top: 10px; 
     311} 
     312.appgenerator_li_on{ 
     313        background-color: #5DE3FF; 
     314        background-image: url(../images/th_sorted_bg.gif); 
     315        background-repeat: repeat-x; 
     316        font-weight: bold; 
     317} 
     318 
     319 
     320 
     321 
     322 
  • coldbox/trunk/src/system/dashboard/views/tools/vwAppBuilder.cfm

    r250 r251  
    3333<!--- /END OF FILEBROWSER ---> 
    3434 
    35 <form name="updateform" id="udpateform" action="javascript:doFormEvent('#getValue("xehGenerate")#','content',document.updateform)" onSubmit="return validate_eventhandlers()" method="post"> 
     35<form name="updateform" id="udpateform" action="javascript:doFormEvent('#getValue("xehGenerate")#','content',document.updateform)" onSubmit="return validateGeneration()" method="post"> 
    3636<div class="maincontentbox"> 
    3737         
     
    5252        <p>Welcome to the ColdBox Application Builder. You will be able to generate a working application in 6 easy steps.  
    5353        Please fill out all the necessary fields in all the sections that will be displayed below.</p> 
    54         <br> 
    55                 <div style="margin: 5px"> 
    56                  
     54         
     55        <!--- STEP MENU ---> 
     56        <div class="menu_appgenerator"> 
     57                <ul> 
     58                        <li class="appgenerator_li_on">Step 1</li> 
     59                        <li>Step 2</li> 
     60                        <li>Step 3</li> 
     61                        <li>Step 4</li> 
     62                        <li>Step 5</li> 
     63                        <li>Step 6</li>                                  
     64                </ul> 
     65        </div> 
     66        <br><br> 
     67        <div style="margin: 5px"> 
    5768                <!--- ************************************************************* ---> 
    5869                <!--- STEP 1: BASIC CONFIGURATIONS SET ---> 
     
    394405             </tr> 
    395406              
    396              <tr onMouseOver="getHint('wsurl')" onMouseOut="resetHint()"> 
     407             <tr onMouseOver="getHint('wsdlpro')" onMouseOut="resetHint()"> 
    397408                <td align="right"  style="border-right:1px solid ##ddd"> 
    398409                <strong>WSDL URL:</strong><br />(Production URL) 
     
    403414             </tr>       
    404415              
    405              <tr bgcolor="##ffffff" onMouseOver="getHint('handlersindexautoreload')" onMouseOut="resetHint()"> 
     416             <tr bgcolor="##ffffff" onMouseOver="getHint('wsdldev')" onMouseOut="resetHint()"> 
    406417                <td align="right"  style="border-right:1px solid ##ddd"> 
    407418                <strong>Development WDSL URL</strong><br />(Leave blank if same as above.) 
     
    412423             </tr> 
    413424              
    414              <tr onMouseOver="getHint('enablebugreports')" onMouseOut="resetHint()"> 
     425             <tr> 
    415426                <td colspan="2" align="center"> 
    416427                 <input type="button" name="removews_btn" value="Remove" onclick="removeWebservice()" />&nbsp; 
     
    425436                <td> 
    426437                  <select name="webservices" size="5" id="webservices" style="width: 250px"> 
    427                           </select> 
    428                           
     438                          </select>                       
    429439                </td> 
    430440             </tr> 
     
    538548        </div> 
    539549         
     550         <!--- ************************************************************* ---> 
     551        <!--- STEP 6: GENERATION STEP ---> 
     552        <!--- ************************************************************* ---> 
     553        <div  id="generation_step" style="display: none"> 
     554        <fieldset> 
     555         <Br> 
     556            <legend><strong>Application Generation Settings</strong></legend> 
     557            <table width="100%" border="0" cellspacing="0" cellpadding="5" class="tablelisting"> 
     558                  
     559                 <tr> 
     560                <td colspan="2"> 
     561                Please fill out the name of the skeleton that will be saved and the location of where to place the  
     562                generated application. 
     563                </td>            
     564             </tr>       
     565              
     566                 <tr onMouseOver="getHint('skeleton_name')"  onMouseOut="resetHint()" title=""> 
     567                <td align="right" width="40%" style="border-right:1px solid ##ddd"> 
     568                <strong>Skeleton Name<span class="redtext">*</span></strong> 
     569                </td> 
     570                <td> 
     571                <input type="text" name="skeleton_name" id="skeleton_name" value="" size="20" > 
     572                </td> 
     573             </tr>       
     574              
     575              
     576             <tr bgcolor="##ffffff" onMouseOver="getHint('generation_target')" onMouseOut="resetHint()"> 
     577                <td align="right"  style="border-right:1px solid ##ddd"> 
     578                <strong>Generation Target <span class="redtext">*</span></strong> 
     579                </td> 
     580                <td> 
     581                <input type="text" name="generation_target" id="generation_target" value="" size="40"> 
     582                <a href="javascript:openBrowser('#getValue("xehFileBrowser")#','generation_target')" title="Select from web root"><img id="generation_target_img" src="images/icons/folder.png" border="0" align="absmiddle"></a> 
     583                </td> 
     584             </tr> 
     585              
     586        </table> 
     587         <!--- Required Fields ---> 
     588        <div class="redtext">* Required Fields</div> 
     589        <!--- Navigation ---> 
     590        <div align="right" style="margin-right:5px;margin-bottom: 10px"> 
     591        <input type="button" name="next_btn" value="<< Previous" onClick="stepper('generation_step','eventhandler_set')"> &nbsp; 
     592                <input type="submit" value="Generate Application Skeleton" onClick="return validateGeneration()" > 
     593                </div> 
     594        </fieldset> 
     595        </div> 
     596         
    540597        <!--- PLEASE WAIT DIV ---> 
    541598        <div id="pleasewait_div" align="center" style="margin:50px;display:none;" class="redtext">Please wait while generating application...</div>