Rev 11797 | Rev 12843 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11797 | Rev 12807 | ||
---|---|---|---|
Line 227... | Line 227... | ||
227 | !if $slib_init=1 |
227 | !if $slib_init=1 |
228 | slib_commandgeneral=$slib_commandgeneral\ |
228 | slib_commandgeneral=$slib_commandgeneral\ |
229 | ggbApplet$(slib_number)_tmpi=ggbApplet$slib_number.getXML(); |
229 | ggbApplet$(slib_number)_tmpi=ggbApplet$slib_number.getXML(); |
230 | slib_fonction=ggbApplet$slib_number.setXML(ggbApplet$(slib_number)_tmpi); |
230 | slib_fonction=ggbApplet$slib_number.setXML(ggbApplet$(slib_number)_tmpi); |
231 | !endif |
231 | !endif |
- | 232 | ||
- | 233 | !!/* is3D=is 3D applet using 3D view, AV=Algebra View, SV=Spreadsheet View, CV=CAS View, EV2=Graphics View 2, CP=Construction Protocol, PC=Probability Calculator, DA=Data Analysis, FI=Function Inspector, PV=Python, macro=Macro View (<=ne fonctionne pas )*/\ |
|
- | 234 | ||
232 | 235 | ||
233 | slib_out=<script type="text/javascript" src="scripts/js/geogebra/deployggb.js"></script>\ |
236 | slib_out=<script type="text/javascript" src="scripts/js/geogebra/deployggb.js"></script>\ |
234 | $slib_button\ |
237 | $slib_button\ |
235 | <div id="$slib_ggbapplet" class="ggbapplet"></div>\ |
238 | <div id="$slib_ggbapplet" class="ggbapplet"></div>\ |
236 | <script type="text/javascript">\ |
239 | <script type="text/javascript">\ |
237 | /*<![CDATA[*/\ |
240 | /*<![CDATA[*/\ |
238 | $(slib_parameters$slib_number)\ |
241 | $(slib_parameters$slib_number)\ |
239 | /* is3D=is 3D applet using 3D view, AV=Algebra View, SV=Spreadsheet View, CV=CAS View, EV2=Graphics View 2, CP=Construction Protocol, PC=Probability Calculator, DA=Data Analysis, FI=Function Inspector, PV=Python, macro=Macro View (<=ne fonctionne pas )*/\ |
- | |
240 | var views = {'is3D': $slib_3d,'AV': 0,'SV': 0,'CV': 0,'EV2': 0,'CP': 0,'PC': 0,'DA': 0,'FI': 0,'PV': 0,'macro': 0};\ |
242 | var views = {'is3D': $slib_3d,'AV': 0,'SV': 0,'CV': 0,'EV2': 0,'CP': 0,'PC': 0,'DA': 0,'FI': 0,'PV': 0,'macro': 0};\ |
241 | var applet$slib_number = new GGBApplet(parameters$slib_number, '5.0', views);\ |
243 | var applet$slib_number = new GGBApplet(parameters$slib_number, '5.0', views);\ |
242 | function test$slib_number(){\ |
244 | function test$slib_number(){\ |
243 | $slib_fonction\ |
245 | $slib_fonction\ |
244 | }\ |
246 | }\ |