Changeset 251
- Timestamp:
- 10/04/06 22:43:20 (7 years ago)
- Location:
- coldbox/trunk/src/system/dashboard
- Files:
-
- 1 added
- 3 modified
- 1 moved
-
config/rollovers.xml (modified) (1 diff)
-
includes/style.css (modified) (1 diff)
-
model/beans (added)
-
model/beans/configBean.cfc (moved) (moved from coldbox/trunk/src/system/dashboard/model/generatorBean.cfc)
-
views/tools/vwAppBuilder.cfm (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coldbox/trunk/src/system/dashboard/config/rollovers.xml
r246 r251 47 47 <rollover id="localestorage">Choose the storage scope for the default locale. This is used internally by ColdBox.</rollover> 48 48 <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> 49 53 </section> 50 54 -
coldbox/trunk/src/system/dashboard/includes/style.css
r239 r251 283 283 border: 1px solid #886; 284 284 } 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 33 33 <!--- /END OF FILEBROWSER ---> 34 34 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"> 36 36 <div class="maincontentbox"> 37 37 … … 52 52 <p>Welcome to the ColdBox Application Builder. You will be able to generate a working application in 6 easy steps. 53 53 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"> 57 68 <!--- ************************************************************* ---> 58 69 <!--- STEP 1: BASIC CONFIGURATIONS SET ---> … … 394 405 </tr> 395 406 396 <tr onMouseOver="getHint('ws url')" onMouseOut="resetHint()">407 <tr onMouseOver="getHint('wsdlpro')" onMouseOut="resetHint()"> 397 408 <td align="right" style="border-right:1px solid ##ddd"> 398 409 <strong>WSDL URL:</strong><br />(Production URL) … … 403 414 </tr> 404 415 405 <tr bgcolor="##ffffff" onMouseOver="getHint(' handlersindexautoreload')" onMouseOut="resetHint()">416 <tr bgcolor="##ffffff" onMouseOver="getHint('wsdldev')" onMouseOut="resetHint()"> 406 417 <td align="right" style="border-right:1px solid ##ddd"> 407 418 <strong>Development WDSL URL</strong><br />(Leave blank if same as above.) … … 412 423 </tr> 413 424 414 <tr onMouseOver="getHint('enablebugreports')" onMouseOut="resetHint()">425 <tr> 415 426 <td colspan="2" align="center"> 416 427 <input type="button" name="removews_btn" value="Remove" onclick="removeWebservice()" /> … … 425 436 <td> 426 437 <select name="webservices" size="5" id="webservices" style="width: 250px"> 427 </select> 428 438 </select> 429 439 </td> 430 440 </tr> … … 538 548 </div> 539 549 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')"> 592 <input type="submit" value="Generate Application Skeleton" onClick="return validateGeneration()" > 593 </div> 594 </fieldset> 595 </div> 596 540 597 <!--- PLEASE WAIT DIV ---> 541 598 <div id="pleasewait_div" align="center" style="margin:50px;display:none;" class="redtext">Please wait while generating application...</div>
