Many
Manuals
search
Categorias
Marcas
Inicio
Adobe
Software
Dreamweaver API Reference CS5
Manual de usuario
Adobe Dreamweaver API Reference CS5 Manual de usuario Pagina 2
Descarga
Compartir
Compartiendo
Añadir a mis manuales
Imprimir
Pagina
/
533
Tabla de contenidos
MARCADORES
Valorado
.
/ 5. Basado en
revisión del cliente
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
Last updated 8/27/2013
Legal notices
Legal notices
For legal notices, see
http://help.adobe.com/en_US/legalnotices/index.html.
1
2
3
4
5
6
7
...
532
533
DREAMWEAVER
1
CS5 & CS5.5
1
Legal notices
2
Contents
3
Chapter 1: Introduction
6
Chapter 2: The file I/O API
10
DWfile.createFolder()
11
DWfile.exists()
11
DWfile.getAttributes()
12
DWfile.getModificationDate()
12
DWfile.getCreationDate()
13
DWfile.getCreationDateObj()
14
DWfile.getSize()
14
DWfile.listFolder()
15
DWfile.read()
15
DWfile.remove()
16
DWfile.setAttributes()
17
DWfile.write()
17
Chapter 3: The HTTP API
19
MMHttp.clearTemp()
20
MMHttp.getFile()
21
MMHttp.getFileCallback()
22
MMHttp.getText()
23
MMHttp.getTextCallback()
23
MMHttp.postText()
23
MMHttp.postTextCallback()
24
The HTTP API
25
How Design Notes work
26
MMNotes.filePathToLocalURL()
27
MMNotes.get()
27
MMNotes.getKeyCount()
28
MMNotes.getKeys()
28
MMNotes.getSiteRootForFile()
28
MMNotes.getVersionName()
29
MMNotes.getVersionNum()
29
MMNotes.localURLToFilePath()
29
MMNotes.open()
30
MMNotes.remove()
30
The Design Notes C API
31
BOOL FilePathToLocalURL()
32
BOOL GetNote()
32
BOOL GetNotesKeys()
33
BOOL GetSiteRootForFile()
34
BOOL GetVersionName()
35
BOOL GetVersionNum()
35
BOOL LocalURLToFilePath()
35
FileHandle OpenNotesFile()
36
BOOL RemoveNote()
36
BOOL SetNote()
37
The FWLaunch API
38
FWLaunch.execJsInFireworks()
39
FWLaunch.getJsResponse()
39
FWLaunch.mayLaunchFireworks()
40
FWLaunch.validateFireworks()
41
Chapter 6: Flash integration
44
SWFFile.getNaturalSize()
45
SWFFile.getObjectType()
46
SWFFile.readFile()
46
• ModalDialogWindow
48
Flash integration
51
How Smart Objects work
55
The Smart Objects API
55
Chapter 8: The database API
59
Database connection functions
60
MMDB.getColdFusionDsnList()
61
MMDB.getConnection()
61
MMDB.getConnectionList()
62
MMDB.getConnectionName()
62
MMDB.getConnectionString()
63
MMDB.getDriverName()
64
MMDB.getLocalDsnList()
64
MMDB.getPassword()
64
MMDB.getRDSPassword()
65
MMDB.getRDSUserName()
65
MMDB.getRemoteDsnList()
65
MMDB.getUserName()
66
MMDB.hasConnectionWithName()
67
MMDB.needToPromptForRdsInfo()
67
MMDB.popupConnection()
68
MMDB.setRDSPassword()
69
MMDB.setRDSUserName()
69
MMDB.showColdFusionAdmin()
69
MMDB.showOdbcDialog()
70
MMDB.showRdsUserDialog()
70
MMDB.showRestrictDialog()
71
MMDB.testConnection()
71
Database access functions
72
MMDB.getColumnList()
73
MMDB.getColumns()
73
MMDB.getColumnsOfTable()
74
MMDB.getPrimaryKeys()
75
MMDB.getProcedures()
75
MMDB.getSPColumnList()
76
The database API
77
MMDB.getSPParameters()
78
MMDB.getSPParamsAsString()
79
MMDB.getTables()
79
MMDB.getViews()
80
MMDB.showResultset()
81
MMDB.showSPResultset()
81
Select a new connection type
84
Develop a new connection type
84
The Connection API
85
The generated include file
88
ColdFusion
89
Enablers
105
Last updated 8/27/2013
109
Chapter 11: Application
111
• "Fireworks 3"
113
Application
115
Global application functions
120
BridgeTalk.bringToFront()
125
Bridgetalk.send()
125
Chapter 12: Workspace
127
Insert object functions
135
Keyboard functions
137
Workspace
139
Menu functions
144
Results window functions
146
DREAMWEAVER API REFERENCE
148
A stand-alone results window
151
Server debugging
156
Toggle functions
158
• The closed panels
171
• The collapsed tab groups
171
• The collapsed panels
171
Toolbar functions
177
Window functions
182
Information bar functions
193
Related files functions
194
DWFilenameFilter reference
201
DWFilenameFilter.isEmpty()
201
DWFilenameFilter.empty()
205
Vertical Split view functions
206
Code collapse functions
208
Code view toolbar functions
214
Color functions
218
Chapter 13: Site
220
Site functions
221
"document"
228
• "none"
235
• "local/network"
235
• "ftp"
235
• "source_control"
235
Chapter 14: Document
252
Command functions
253
File manipulation functions
254
Document
255
Global document functions
269
Path functions
277
DWUri.isValidURI()
280
DWUri.isAbsolute()
280
DWUri.isRelative()
280
DWUri.isDirectory()
281
DWUri.isHierarchical()
281
DWUri.isOfType()
281
DWUri.isOfFileType()
282
DWUri.getScheme()
282
DWUri.getAuthority()
283
DWUri.getUsername()
283
DWUri.getPassword()
283
DWUri.getServerPort()
284
DWUri.getPath()
284
DWUri.getQuery()
284
DWUri.getFragment
285
DWUri.getNonHierarchical()
285
DWUri.setScheme()
285
DWUri.setAuthority()
286
DWUri.setUsername()
286
DWUri.setPassword()
286
DWUri.setPath()
287
DWUri.setServerPort()
287
DWUri.setFragment()
288
DWUri.setNonHierarchical()
288
DWUri.setQuery()
288
DWUri.getQueryValue()
289
DWUri.setQueryValue()
289
DWUri.getQueryByObject()
289
DWUri.setQueryByObject()
290
DWUri.getRelation()
290
DWUri.getCommonParent()
291
DWUri.makeAbsolute()
291
DWUri.makeRelative()
292
DWUri.chDir()
292
DWUri.getFileName()
292
DWUri.getExtension()
293
DWUri.getLastPathComponent()
293
DWUri.isUnderDirectory()
294
DWUri.toLocalPath()
294
DWUri.localPathToURI()
294
Selection functions
295
String manipulation functions
300
• "my arg 1"
302
Translation functions
304
XSLT functions
306
MMXSLT.getXMLSchema()
307
MMXSLT.getXMLSourceURI()
307
Chapter 15: Page content
309
Behavior functions
316
Page content
317
• An event handler
321
More Help topics
323
Clipboard functions
325
Snippets panel functions
334
• Navigation
335
Spry widget editing functions
338
Chapter 16: Dynamic documents
351
Data source functions
352
Live data functions
355
Dynamic documents
357
Live view functions
360
<mm:browsercontrol>
370
Example 1
373
Example 2
373
Server behavior functions
376
Server model functions
378
• Translator URL patterns
380
• File references
380
Chapter 17: Design
384
Frame and frameset functions
406
• "navframe"
407
• "main_content"
407
Layout environment functions
411
Layout view functions
416
Media Query
424
Zoom functions
425
Table editing functions
435
Chapter 18: Code
445
Find and replace functions
449
General editing functions
455
Print function
471
Quick Tag Editor functions
472
Code view functions
474
Live Code view functions
491
Chapter 19: Enablers
497
Comentarios a estos manuales
Sin comentarios
Publish
Relacionado con productos y manuales para Software Adobe Dreamweaver API Reference CS5
Software Adobe Extending Dreamweaver CS4 Manual de usuario
(387 paginas)
Software Adobe Dreamweaver CS3 Manual de usuario
(738 paginas)
Software Adobe Extending Flash Professional CS5 Manual de usuario
(565 paginas)
Software Adobe Flash Professional CC 2014 v.13.0 Manual de usuario
(701 paginas)
Software Adobe Extending Flash Professional CS4 Manual de usuario
(560 paginas)
Software Adobe Flash Professional CS3 Manual de usuario
(527 paginas)
Software Adobe Premiere Pro CC v.7.xx Manual de usuario
(575 paginas)
Software Adobe Premiere Pro CS4 Manual de usuario
(491 paginas)
Software Adobe Premiere Pro CS6 Manual de usuario
(485 paginas)
Software Adobe Premiere Pro CS3 Manual de usuario
(455 paginas)
Software Adobe Photoshop Lightroom CC Manual de usuario
(261 paginas)
Software Adobe Photoshop CC 2014 v.14.xx Manual de usuario
(686 paginas)
Software Adobe Photoshop CS4 Manual de usuario
(707 paginas)
Software Adobe Photoshop CS3 Manual de usuario
(681 paginas)
Software Adobe Elements Organizer 9 Manual de usuario
(180 paginas)
Software Adobe Elements Organizer 12 Manual de usuario
(238 paginas)
Software Adobe Premiere Elements 12 Manual de usuario
(319 paginas)
Software Adobe Premiere Elements 8 Manual de usuario
(313 paginas)
Software Adobe Illustrator CC 2015 Manual de usuario
(556 paginas)
Software Adobe Illustrator CS4 Manual de usuario
(499 paginas)
Imprimir documento
Imprimir pagina 2
Comentarios a estos manuales